Replies: 1 comment
-
Looking at the followng commit 54aba7c (the latest one when writing this thread) it seems that I have to set |
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
-
Hello,
I'm looking to the control the rotation of the aabb crop bounding box using the Python bindings.
I'm using the following to control its size, but I do not see anything for its rotation.
testbed.render_aabb = ngp.BoundingBox([min_x, min_y, min_z], [max_x, max_y, max_z])
What would be the way to do it?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions