Skip to content

Minie v0.7.6

Compare
Choose a tag to compare
@stephengold stephengold released this 25 Mar 06:17
· 4832 commits to master since this release
  • Fixed a bug where attachmentMass() could return an outdated value.
  • Improved the performance of volume calculations for hull and multi-sphere shapes.
  • Various API changes in RagUtils.
  • Added a MultiSphere constructor for a 2-sphere shape, based on a RectangularSolid.
  • Added boundingBox() methods for collision shapes and collision objects.
  • Added countRigidBodies() and getPcoLists() methods to the PhysicsSpace class.
  • Added a density() method to the PhysicsLink class.
  • Added a HullCollisionShape constructor based on a FloatBuffer.
  • Added a TwoSphere heuristic for generating PhysicsLink shapes.
  • Added a VectorSet abstract class with 2 implementations.
  • Updated the native libraries to version 1.0.40 of Libbulletjme.