Skip to content

18.1.0

Compare
Choose a tag to compare
@stephengold stephengold released this 15 Feb 18:41
  • Bugfix: ignored collision objects get garbage-collected prematurely
  • Added the isForceUpdateAllAabbs() and setForceUpdateAllAabbs() methods to the CollisionSpace class, to provide an (optional) optimization.
  • Added the listIgnoredPcos() and setIgnoreList(PhysicsCollisionObject[]) methods to the PhysicsCollisionObject class and deprecated the listIgnoredIds() and setIgnoreList(long[]) methods.
  • Deprecated the isFinite(Vec3d) method in the MyMath class.
  • Added various checks, including a few for the threading model.