PxBVH_partialRefit_mut

Function PxBVH_partialRefit_mut 

Source
pub unsafe extern "C" fn PxBVH_partialRefit_mut(self_: *mut PxBVH)
Expand description

Refits subset of marked nodes.

This is an alternative to the refit() function, to be called after updateBounds() calls. See updateBounds() for details.