phys_PxCookBVH

Function phys_PxCookBVH 

Source
pub unsafe extern "C" fn phys_PxCookBVH(
    desc: *const PxBVHDesc,
    stream: *mut PxOutputStream,
) -> bool
Expand description

Cooks a bounding volume hierarchy. The results are written to the stream.

PxCookBVH() allows a BVH description to be cooked into a binary stream suitable for loading and performing BVH detection at runtime.

true on success.