rapier.js icon indicating copy to clipboard operation
rapier.js copied to clipboard

Joint limits for revolute joint will not be applied from the JointData.

Open smjnab opened this issue 1 year ago • 0 comments

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 the created revolute joint.

(Prismatic joints work with setting the jointData).

Rapier 0.12.0

smjnab avatar Jan 31 '24 09:01 smjnab