-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DistanceJoint getReactionForce
function not working
#275
Comments
joint.getReactionForce
and joint.getReactionTorque
functions not workinggetReactionForce
function not working
p5play discord user @ metamere said that the |
I guess we need to initialize m_u to zero so that getReactionForce returns zero before the joint is activated. @zOadT what do you think? Thanks for the feedback for the doc, I will update it. |
Hey! Haven't looked too much into it, but I also think initialising |
I get an error when using
getReactionForce
with distance joints because this.m_u is undefinedThe text was updated successfully, but these errors were encountered: