Function physx_sys::PxBVH_traverse

source ·
pub unsafe extern "C" fn PxBVH_traverse(
    self_: *const PxBVH,
    cb: *mut PxBVHTraversalCallback
) -> bool
Expand 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