Jens Nilsson
Jens Nilsson
**Describe the bug** Since 1.9, and the change to the size of the point object, the name label is positioned at the top of the old point object size and...
**Describe the bug** If you use the object custom property, there are search and pointer buttons to use to select the object you want to reference. When working on a...
If specifying joint limits for the data returned from JointData.resvolute(...) metod, it will not have an affect when creating the joint using world.createImpulseJoint(...); It works to set the limits on...
If using .type() on a created joint, it will return the incorrect enum and comparision with JointType will fail. Rapier 0.12.0.
I created a minimal example here https://codesandbox.io/p/sandbox/rapierbuild-n3q2l6. Click the terminal icon, pick preview to build and launch the test in the browser to the right. Use Terminal icon in the...
If you add colliders to a rigidBody and the colliders are set to sensors, the colliders will change the rigidBody mass. I don't think this is intended? Or is there...
In 1.11.0 when exporting to JSON all properties are included in the export. Previously only those with a modified value would be included. Not sure if this is intended or...
In rapier < 0.17.x, while doing a collider.contactCollider() check between a dynamic ball and a fixed trimesh collider, the distance value returned would be of similar value regardless of where...
Since 0.18.x using setEnabled(false) on a collider sets the collider enable value to false, but the collider remains collidable in the physics world. This was not the case in
If using setEnable(false) on a rigidBody after colliders attached to it has come in contact with other collider(s) a Uncaught RuntimeError: unreachable will occur in WASM. Test at https://codesandbox.io/p/devbox/icy-waterfall-qsx9zp