Edit changelog file

This commit is contained in:
Daniel Chappuis 2022-01-01 22:15:19 +01:00
parent d43ca6854c
commit b7882b73c9

View File

@ -7,7 +7,7 @@ do not hesitate to take a look at the user manual.
### Added
- The performance of the collision detection and rigid bodies simulation has been improved a lot
- The performance of the collision detection and rigid bodies simulation (PhysicsWorld::update() method) has been improved significantly (1.7x speedup measured in [PEEL](https://github.com/Pierre-Terdiman/PEEL) scenes)
- Method RigidBody::resetForce() to reset the accumulated external force on a rigid body has been added
- Method RigidBody::resetTorque() to reset the accumulated external torque on a rigid body has been added
- Constructors with local-space anchor/axis have been added to BallAndSocketJointInfo, HingeJointInfo, FixedJointInfo and SliderJointInfo classes