-
I looked at the constraints provided by Jolt and I did not find a simple way to create a single body point constraints with world space point. As w workaround, I tried to make a dummy rigid body to use with the constraint. But there also does not seem to be a dummy shape class that I could use for this. Please advice what would be the correct approach to this. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
jrouwe
Oct 9, 2022
Replies: 1 comment
-
Use Body::sFixedToWorld for the first body in your constraint |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tksuoran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use Body::sFixedToWorld for the first body in your constraint