dimforge / rapier.js

Official JavaScript bindings for the Rapier physics engine.
https://rapier.rs
Apache License 2.0
435 stars 58 forks source link

Uses Rapier 0.17.1 #210

Closed sebcrozet closed 1 year ago

sebcrozet commented 1 year ago

This should address #207. In some cases, a dynamic body that would be enabled and then re-enabled could start acting as kinematic bodies because their mass properties were not recomputed properly.