PxBroadPhaseCaps Struct Reference

Caps class for broad phase. More...

#include <PxBroadPhase.h>

Public Attributes

PxU32 maxNbRegions
 Max number of regions supported by the broad-phase. More...
 
PxU32 maxNbObjects
 Max number of objects supported by the broad-phase. More...
 
bool needsPredefinedBounds
 If true, broad-phase needs 'regions' to work. More...
 

Detailed Description

Caps class for broad phase.

Member Data Documentation

◆ maxNbObjects

PxU32 PxBroadPhaseCaps::maxNbObjects

Max number of objects supported by the broad-phase.

◆ maxNbRegions

PxU32 PxBroadPhaseCaps::maxNbRegions

Max number of regions supported by the broad-phase.

◆ needsPredefinedBounds

bool PxBroadPhaseCaps::needsPredefinedBounds

If true, broad-phase needs 'regions' to work.


The documentation for this struct was generated from the following file: