python-fcl icon indicating copy to clipboard operation
python-fcl copied to clipboard

Accessing BVH Structure

Open arbrasington opened this issue 3 years ago • 1 comments

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.

arbrasington avatar Feb 21 '22 19:02 arbrasington

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

mjd3 avatar Jul 09 '22 04:07 mjd3