PxSoftBodyData

Defined in include/PxSoftBody.h

struct PxSoftBodyData

Identifies input and output buffers for PxSoftBody.

See also

PxSoftBodyData::readData(), PxSoftBodyData::writeData(), PxBuffer.

Public Types

enum Enum

Values:

enumerator eNONE
enumerator ePOSITION_INVMASS

Flag to request access to the collision mesh’s positions; read only.

enumerator eSIM_POSITION_INVMASS

Flag to request access to the simulation mesh’s positions and inverse masses.

enumerator eSIM_VELOCITY

Flag to request access to the simulation mesh’s velocities and inverse masses.

enumerator eSIM_KINEMATIC_TARGET

Flag to request access to the simulation mesh’s kinematic target position.

enumerator eALL