f8eb273072a11db2df5228f1c46d27dacbd0dd82
Feature mesh conversion implements a cast from polyMesh to Mesh and vice versa using static_cast<Mesh>(polymeshInstance) or static_cast<PolyMesh>(trimeshInstance) as mentioned in #23 . Copy constructors for respective mesh types were added as well as a function to copy all properties from one mesh to another. Unittest for mesh conversions were added checking the number of vertices / faces as well as custom double vertex properties and edge properties. Note: The used triangulation only works for convex polygons, it should be replaced by the earclipping triangulation mentioned in #33 See merge request !110
OpenMesh, 7.0
Getting OpenMesh
All Documentation, binaries and original source code are available at www.openmesh.org
The main git repository is available at:
https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh.git
The gitlab site can be found here:
https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh
Installing
Unpack the tar-ball to a suitable place.
A detailed build manual for Mac/Windows/Linux is in the Documentation
located at Doc/html/index.html
Documentation
The latest Documentation can be found at:
http://www.openmesh.org/media/Documentations/OpenMesh-Doc-Latest
Documentation for previous versions is available on our website as well.
Description
Languages
C++
97.6%
CMake
1.3%
Shell
0.6%
C
0.2%
Python
0.2%
Other
0.1%