You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to access the underlying bounding boxes created by the BVHModel? I've seen in the C++ version that you can call getBV(int id) to access individual boxes.
The text was updated successfully, but these errors were encountered:
@arbrasington good question. Right now, this is supported on the C++ side as you mention but there are not Cython bindings for this particular function (so it is not available on the python side). If you're willing to put in a PR for it, that would be greatly appreciated!
Is there a way to access the underlying bounding boxes created by the BVHModel? I've seen in the C++ version that you can call getBV(int id) to access individual boxes.
The text was updated successfully, but these errors were encountered: