Skip to content

8.1.0

Compare
Choose a tag to compare
@stephengold stephengold released this 23 Jul 05:05
· 382 commits to master since this release
  • Bugfix: MyMesh ignores bind-pose normals
  • Added methods:
    • constructor for Prism to generate prisms closed with right triangles
    • Element.lerp()
    • Element.lerp3()
    • MyBuffer.listNeighbors()
    • MyMath.areWithinTolerance()
    • MyMath.lerp3()
    • MyMesh.rotate()
    • MyMesh.subdivideLines()
    • MyMesh.subdivideTriangles()
    • MyQuaternion.angleBetween()
    • MyVector3f.areWithinTolerance()
  • De-privatized the Describer.describeHalfExtents() method.