We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is my code.
The text was updated successfully, but these errors were encountered:
It's because you attached it to a body part instead of the parent body. So you should change your code to use bodyA: metalFrame instead.
bodyA: metalFrame
Maybe I should make this clearer in the docs, or I might actually create a patch so this can work.
Sorry, something went wrong.
Is there any way to attach it to the center of metalFrameA? Thanks.
metalFrameA
Sure try using pointA: Vector.sub(metalFrameA.position, metalFrame.position).
pointA: Vector.sub(metalFrameA.position, metalFrame.position)
improved docs for constraints on compound bodies, closes #442
3307760
No branches or pull requests
Here is my code.
The text was updated successfully, but these errors were encountered: