Bounding boxes wrong for rotated models #3844
Closed
holycowbatmann
started this conversation in
General
Replies: 1 comment
-
@holycowbatmann I'm afraid BoundingBoxes do not support rotation, they are axis-aligned, it's up to the users to find a better alternative, for example using a 3d physics library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im using getModelBoundingBox with drawBoundingBox with the Golang binding and as you can see the red outline for the bounding box is completly wrong if you rotate the model... it works right with no rotation. Am i missing something.
Beta Was this translation helpful? Give feedback.
All reactions