PxGpuBroadPhaseDesc
Defined in include/PxBroadPhase.h
-
struct PxGpuBroadPhaseDesc
Descriptor for the GPU broad-phase.
This struct contains parameters that are only relevant for the GPU broad-phase.
Public Functions
-
inline PxGpuBroadPhaseDesc()
-
inline bool isValid() const
Public Members
-
PxU8 gpuBroadPhaseNbBitsShiftX
number of bits used for “snap to grid” on the X axis
-
PxU8 gpuBroadPhaseNbBitsShiftY
number of bits used for “snap to grid” on the Y axis
-
PxU8 gpuBroadPhaseNbBitsShiftZ
number of bits used for “snap to grid” on the Z axis
-
PxU8 gpuBroadPhaseNbBitsEnvIDX
number of environment ID bits merged with the bounds on the X axis
-
PxU8 gpuBroadPhaseNbBitsEnvIDY
number of environment ID bits merged with the bounds on the Y axis
-
PxU8 gpuBroadPhaseNbBitsEnvIDZ
number of environment ID bits merged with the bounds on the Z axis