Skip to content

Releases: stephengold/Heart

4.5.0for33

02 Feb 05:01
Compare
Choose a tag to compare
  • Bugfix: Icosphere lacked a no-arg constructor.
  • Bugfix: Tetrahedron generated an irregular polyhedron.
  • Copied Misc class to Heart, renamed Heart.writeMap(), and deprecated the Misc class.
  • Added a require() method to the Validate class.
  • Added setBoneIndexBuffer() and trianglesToLines() methods to the MyMesh class.
  • Added an IntPair class.
  • Added isSorted() methods for floats and Strings and deprecated the one for List<Comparable>.
  • Handle mode=Points in the Dodecahedron constructor.
  • Heart moved from the Jme3-utilities Project to a new GitHub repo.

4.5.0for32

02 Feb 05:04
Compare
Choose a tag to compare
  • Bugfix: Icosphere lacked a no-arg constructor.
  • Bugfix: Tetrahedron generated an irregular polyhedron.
  • Copied Misc class to Heart, renamed Heart.writeMap(), and deprecated the Misc class.
  • Added a require() method to the Validate class.
  • Added setBoneIndexBuffer() and trianglesToLines() methods to the MyMesh class.
  • Added an IntPair class.
  • Added isSorted() methods for floats and Strings and deprecated the one for List<Comparable>.
  • Added a test TestCloneMeshes.
  • Handle mode=Points in the Dodecahedron constructor.
  • Heart moved from the Jme3-utilities Project to a new GitHub repo.