PxArticulationCacheFlag

Defined in include/PxArticulationFlag.h

class PxArticulationCacheFlag

These flags determine what data is read or written to the internal articulation data via cache.

Public Types

enum Enum

Values:

enumerator eVELOCITY

The joint velocities, see PxArticulationCache::jointVelocity.

enumerator eACCELERATION

The joint accelerations, see PxArticulationCache::jointAcceleration.

enumerator ePOSITION

The joint positions, see PxArticulationCache::jointPosition.

enumerator eFORCE

The joint forces, see PxArticulationCache::jointForce.

The link velocities, see PxArticulationCache::linkVelocity.

The link accelerations, see PxArticulationCache::linkAcceleration.

enumerator eROOT_TRANSFORM

Root link transform, see PxArticulationCache::rootLinkData.

enumerator eROOT_VELOCITIES

Root link velocities (read/write) and accelerations (read), see PxArticulationCache::rootLinkData.

enumerator eSENSOR_FORCES

The spatial sensor forces, see PxArticulationCache::sensorForces.

enumerator eJOINT_SOLVER_FORCES

Solver constraint joint forces, see PxArticulationCache::jointSolverForces.

enumerator eALL