pub unsafe extern "C" fn phys_PxCookBVH(
desc: *const PxBVHDesc,
stream: *mut PxOutputStream,
) -> boolExpand 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.