-
Hi, How can I move body A to a new world position with all connected bodies?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You would have to call |
Beta Was this translation helpful? Give feedback.
You would have to call
BodyInterface::SetPositionAndRotation
on B, C and D too and place them so that their relative position/orientation to A is unchanged. I would also recommend doing a collision check to see if the space that you're moving A .. D to is not occupied.