PxRigidDynamicGPUAPIReadType#

Defined in include/PxDirectGPUAPI.h

class PxRigidDynamicGPUAPIReadType#

This flag specifies the type of data to get when calling PxDirectGPUAPI::getRigidDynamicData().

Public Types

enum Enum#

Values:

enumerator eGLOBAL_POSE#

Get the global poses. Type: 1 PxTransform per PxRigidDynamic.

enumerator eLINEAR_VELOCITY#

Get the linear velocities. Type: 1 PxVec3 per PxRigidDynamic.

enumerator eANGULAR_VELOCITY#

Get the angular velocities. Type: 1 PxVec3 per PxRigidDynamic.

enumerator eLINEAR_ACCELERATION#

Get the linear accelerations. Type: 1 PxVec3 per PxRigidDynamic.

enumerator eANGULAR_ACCELERATION#

Get the angular accelerations. Type: 1 PxVec3 per PxRigidDynamic.