Skip to content

Releases: janba/DSC

v2.0

10 Nov 02:35
Compare
Choose a tag to compare

Major changes in the DSC/DEMO application code from v1.0 includes (but is not limited to):

  • Replaced TetGen with tetralizer/object generator class and an improved import functionality.
  • Removed dependency on TinyXML and GEL libraries (instead SOIL and CGLA are now a part of the repository).
  • Added the possibility to add a design domain.
  • Defined math types in utility file instead of being given as template arguments.
  • Reimplemented of the simplicial complex data structure which resulted in a huge performance improvement.
  • Important bugfixes in the DSC class which in rare cases could cause inverted tetrahedra. Also allows for more optimal DSC parameters which improves speed and stability.
  • Using OpenGL 3.2 for drawing.

For how to use the new API, please see Instructions section in the wiki.

v1.0

28 Aug 01:24
Compare
Choose a tag to compare

First release version of the 3D DSC code. The code is tested on the DEMO motions (rotation, normal motion and smoothing) using the simple armadillo model.