Releases: christopherpoole/CADMesh
Version 2.0.3
Fixes compilation issues where CADMesh.hh
is included in a project multiple times. STL files with model names containing more than just characters are now properly loaded as well.
Version 2.0.2
Completed the missing functionality allowing for multiple meshes sometimes found in OBJ files to be accessed individually. Checkout the multiple
example on the ways you can use this feature.
Version 2.0.1
This release fixes problems loading PLY and STL files generated using Solidworks that use CRLF line terminators.
Version 2.0 - CADMesh 2
This is CADMesh 2. It is distributed as a single header, and for PLY, OBJ, and STL files, has no external dependencies.
CADMesh is distributed using the MIT license.
Version 1.1 - Minor fixes to the build system, and a new template example.
This minor release fixes various problems with user permissions when building and installing CADMesh in preparation for v2.0.
A new bare bones template example is also included which simply requires the inclusion of a file path to get going.
Version 1.0
A CAD file interface for GEANT4.
Version 1.0 - Release Candidate 4
- Adding new setters and getters for various properties.
- Tetrahedral meshes can now be scaled according to the
scale
property (previously theunits
property). - Removed the inclusion of OpenGL headers, as they are now not required.
Version 1.0 - Release Candidate 3
Updates documentation, and automatically downloads the external dependencies during the configuration step.
Version 1.0 - Release Candidate 2
Fixes problems with building on Mac OS X.
Version 1.0 - Release Candidate 1
Drops support for VCGLIB. ASSIMP and TETGEN are now both required and included as submodules.