pub unsafe extern "C" fn PxBVH_getBoundsForModification_mut(
    self_: *mut PxBVH
) -> *mut PxBounds3
Expand description

Retrieve the bounds in the BVH.

These bounds can be modified. Call refit() after modifications are done.

These are the user-defined bounds passed to the BVH builder, not the internal bounds around each BVH node.