CADMesh Versions Save

A CAD file interface for GEANT4

v2.0.3

3 years ago

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.

v2.0.2

4 years ago

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.

v2.0.1

4 years ago

This release fixes problems loading PLY and STL files generated using Solidworks that use CRLF line terminators.

v2.0

4 years ago

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.

v1.1

6 years ago

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.

v1.0

8 years ago

A CAD file interface for GEANT4.

v1.0.rc4

9 years ago
  • Adding new setters and getters for various properties.
  • Tetrahedral meshes can now be scaled according to the scale property (previously the units property).
  • Removed the inclusion of OpenGL headers, as they are now not required.

v1.0.rc3

9 years ago

Updates documentation, and automatically downloads the external dependencies during the configuration step.

v1.0-rc2

9 years ago

Fixes problems with building on Mac OS X.

v0.9

9 years ago

This is the last release that will have support for VCGLIB.