Skip to content

18.0.0

Compare
Choose a tag to compare
@stephengold stephengold released this 11 Feb 22:27
  • Renamed 6 methods in the Java-native interface, to avoid underscores:
    • CollisionSpace.notifyCollisionGroupListeners_native()
    • CollisionSpace.rayTest_native()
    • CollisionSpace.sweepTest_native()
    • PhysicsGhostObject.addOverlappingObject_native()
    • PhysicsSpace.postTick_native()
    • PhysicsSpace.preTick_native()
  • Changed the Java API:
    • Added a static qualifier to the listPointIds() method in the PersistentManifolds class.
    • Privatized the getCollisionFlags() method in the PhysicsCollisionObject class.
  • Bugfix: jmeCollisionSpace::m_pEnv gets modified during callbacks
  • Publicized another constructor of the IndexedMesh class.