You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the user guide about Joint motors, it says:
Spherical, revolute, and prismatic joints support joint motors.
However, I am unable to create joint motors with a SphericalImpulseJoint.
The configureMotorVelocity() and other methods are missing. They're also missing from the JavaScript Bindings 3D Documentation, although they look like they are present in the rust version (SphericalJoint)
Perhaps these are accidentally not exposed to the WASM world?
Uncaught TypeError: joint.configureMotorVelocity is not a function
Could it be that the JS bindings just haven't been published in a long time? I see the latest rust version is 0.23 but the version of the JS bindings on NPM is 0.14... just thinking out loud.
Thank you!
The text was updated successfully, but these errors were encountered:
Reading the user guide about Joint motors, it says:
However, I am unable to create joint motors with a
SphericalImpulseJoint
.The
configureMotorVelocity()
and other methods are missing. They're also missing from the JavaScript Bindings 3D Documentation, although they look like they are present in the rust version (SphericalJoint)Perhaps these are accidentally not exposed to the WASM world?
Minimal reproduction
Results in
Uncaught TypeError: joint.configureMotorVelocity is not a function
Could it be that the JS bindings just haven't been published in a long time? I see the latest rust version is 0.23 but the version of the JS bindings on NPM is 0.14... just thinking out loud.
Thank you!
The text was updated successfully, but these errors were encountered: