Skip to content

9.0.0

Compare
Choose a tag to compare
@stephengold stephengold released this 13 Feb 20:51
· 90 commits to master since this release
  • Simplified the VectorSet interface. (API change)
  • Deleted the public describeControls(Spatial, boolean) method from the Describer class. (API change)
  • Finalized 15 classes (API changes):
    • Element
    • Heart
    • InfluenceUtil
    • MyAnimation
    • MyControl
    • MyLight
    • MyMath
    • MyMesh
    • MyQuaternion
    • MySkeleton
    • MySpatial
    • MyString
    • MyVector3f
    • MyVolume
    • StringLoader
  • Privatized the elementsByFitness field in the Population class. (API change)
  • Protected the SimpleControl constructor. (API change)
  • Bugfix: writeImage() ignores the return code from ImageIO.write()
  • Bugfix: GLSL versions out-of-order in matdefs
  • Added the DsUtils class from Acorus.
  • Added a put(FloatBuffer, int, Vector4f) method to the MyBuffer class.