-
What's the correct way to teleport an object? I find that the below works for very minor teleports, but larger stuff messes up, making me think I need to refresh the broadphase, or do some other task as well.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This should be the correct way, if you look at the implementation of |
Beta Was this translation helpful? Give feedback.
This should be the correct way, if you look at the implementation of
SetPositionAndRotation
you'll see that it notifies the broadphase internally.