pub unsafe extern "C" fn PxScene_setVisualizationCullingBox_mut(
    self_: *mut PxScene,
    box_: *const PxBounds3
)
Expand description

Defines a box in world space to which visualization geometry will be (conservatively) culled. Use a non-empty culling box to enable the feature, and an empty culling box to disable it.

Do not use this method while the simulation is running.