Skip to content

Releases: christopherpoole/CADMesh

Version 2.0.3

10 Jul 02:14
Compare
Choose a tag to compare

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

01 May 06:40
Compare
Choose a tag to compare

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

19 Apr 04:09
Compare
Choose a tag to compare

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

Version 2.0 - CADMesh 2

05 Apr 23:23
Compare
Choose a tag to compare

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.

13 Aug 04:54
Compare
Choose a tag to compare

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

11 Jul 05:37
Compare
Choose a tag to compare

A CAD file interface for GEANT4.

Version 1.0 - Release Candidate 4

11 Dec 01:49
Compare
Choose a tag to compare
Pre-release
  • 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.

Version 1.0 - Release Candidate 3

08 Dec 01:36
Compare
Choose a tag to compare
Pre-release

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

Version 1.0 - Release Candidate 2

08 Dec 00:36
Compare
Choose a tag to compare
Pre-release

Fixes problems with building on Mac OS X.

Version 1.0 - Release Candidate 1

19 Nov 08:16
Compare
Choose a tag to compare
Pre-release

Drops support for VCGLIB. ASSIMP and TETGEN are now both required and included as submodules.