Skip to content

v0.4.0

Compare
Choose a tag to compare
@schteppe schteppe released this 22 Jan 21:04
· 728 commits to master since this release
  • Added properties .damping and .angularDamping to Body.
  • Added property .applyDamping to World.
  • Added properties .shapeA and .shapeB to ContactEquation and FrictionEquation.
  • Added property .contactEquation to FrictionEquation.
  • Added property .multiplier to Equation.
  • Added properties .lowerLimitEnabled, .lowerLimit, .upperLimitEnabled, .upperLimit to RevoluteConstraint.
  • Added property .frictionCoefficient to FrictionEquation and Narrowphase. The solver now updates the friction force bounds dynamically in the solver from this value. FrictionEquation.setSlipForce() is thus deprecated.
  • Changed name of Narrowphase.convexPlane to Narrowphase.planeConvex.
  • Changed name of Narrowphase.capsulePlane to Narrowphase.planeCapsule.
  • Added property .emitImpactEvent to World.
  • Added method .getBodyById to World.
  • Added property .skipFrictionIterations to GSSolver.
  • Changed parameter names for PrismaticConstraint. This breaks backwards compatibility.
  • Added properties .localAxisA, .localAnchorA, .localAnchorB, to PrismaticConstraint.