Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing BVH Structure #41

Open
arbrasington opened this issue Feb 21, 2022 · 1 comment
Open

Accessing BVH Structure #41

arbrasington opened this issue Feb 21, 2022 · 1 comment

Comments

@arbrasington
Copy link

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.

@mjd3
Copy link

mjd3 commented Jul 9, 2022

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants