openmesh 7.0.0
See the version list below for details.
dotnet add package openmesh --version 7.0.0
NuGet\Install-Package openmesh -Version 7.0.0
<PackageReference Include="openmesh" Version="7.0.0" />
paket add openmesh --version 7.0.0
#r "nuget: openmesh, 7.0.0"
// Install openmesh as a Cake Addin #addin nuget:?package=openmesh&version=7.0.0 // Install openmesh as a Cake Tool #tool nuget:?package=openmesh&version=7.0.0
OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
-
- openmesh.redist (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This release adds more C++11 support. We can't guarantee that OpenMesh compiles with non C++11 compatible compilers anymore. Furthermore we removed the Python support from the package itself and moved to a new interface available via Pypi.org. The source of the python bindings is now in our Gitlab. Next to the Core updates for C++11 we fixed several bugs and improved handling for external vector types. The Subdivider was updated with a midpoint subdivision scheme. Another set of changes adds fixes and improvements to several reader and writer modules.