aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-11-03 15:58:05 +0100
committerCrozet Sébastien <developer@crozet.re>2020-11-03 15:58:05 +0100
commit1dd25d2c3a17aa13dbe3557180a64556057c9a1e (patch)
tree0ca102a41572ec08d40ac5ad0c1b73eb831b17e6 /CHANGELOG
parenta66f1175788c2626f0fbb510bbf1986cfd283b72 (diff)
downloadrapier-0.3.2.tar.gz
rapier-0.3.2.tar.bz2
rapier-0.3.2.zip
Release v0.3.2v0.3.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index aa0697c..4d3e5b6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+## v0.3.2
+- Add linear and angular damping. The damping factor can be set with `RigidBodyBuilder::linear_damping` and
+ `RigidBodyBuilder::angular_damping`.
+- Implement `Clone` for almost everything that can be worth cloning.
+- Allow setting the initial mass and mass properties of a rigid-bodies using `RigidBodyBuilder::mass` and
+ `RigidBodyBuilder::mass_properties`.
+- The restitution coefficient of colliders is now taken into account by the physics solver.
+
## v0.3.1
- Fix non-determinism problem when using triangle-meshes, cone, cylinders, or capsules.
- Add `JointSet::remove(...)` to remove a joint from the `JointSet`.