pub unsafe extern "C" fn PxBVH_traverse(
self_: *const PxBVH,
cb: *mut PxBVHTraversalCallback,
) -> boolExpand description
Generic BVH traversal function.
This can be used to implement custom BVH traversal functions if provided ones are not enough. In particular this can be used to visualize the tree’s bounds.
false if query has been aborted