openmesh.symbols
7.0.0
See the version list below for details.
dotnet add package openmesh.symbols --version 7.0.0
NuGet\Install-Package openmesh.symbols -Version 7.0.0
<PackageReference Include="openmesh.symbols" Version="7.0.0" />
paket add openmesh.symbols --version 7.0.0
#r "nuget: openmesh.symbols, 7.0.0"
// Install openmesh.symbols as a Cake Addin #addin nuget:?package=openmesh.symbols&version=7.0.0 // Install openmesh.symbols as a Cake Tool #tool nuget:?package=openmesh.symbols&version=7.0.0
Symbols for package 'openmesh'. This package should not likely be installed.
(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
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.