dimforge / rapier.rs

Official website for the Rapier physics engine.
https://rapier.rs
17 stars 48 forks source link

Javascript user guide on joint has incorrect examples #35

Closed smjnab closed 1 month ago

smjnab commented 2 years ago

The examples for the joints on this url https://rapier.rs/docs/user_guides/javascript/joints

Says RAPIER.JointParams but since 0.8 when createJoint was renamed createImpulseJoint, JointParams was renamed JointData.

Vrixyz commented 1 month ago

This has been fixed, thanks!