openmesh.redist
7.0.0
See the version list below for details.
dotnet add package openmesh.redist --version 7.0.0
NuGet\Install-Package openmesh.redist -Version 7.0.0
<PackageReference Include="openmesh.redist" Version="7.0.0" />
paket add openmesh.redist --version 7.0.0
#r "nuget: openmesh.redist, 7.0.0"
// Install openmesh.redist as a Cake Addin #addin nuget:?package=openmesh.redist&version=7.0.0 // Install openmesh.redist as a Cake Tool #tool nuget:?package=openmesh.redist&version=7.0.0
Redistributable components for package 'openmesh'. This package should only be installed as a dependency.
(This is not the package you are looking for).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on openmesh.redist:
Package | Downloads |
---|---|
openmesh
OpenMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. |
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.