dimforge / rapier.js

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

joint.type() for Rope and Spring both return 5, but enum expects them to be 3 and 4. #259

Open smjnab opened 9 months ago

smjnab commented 9 months ago

If using .type() on a created joint, it will return the incorrect enum and comparision with JointType will fail.

Rapier 0.12.0.