PxSoftBodyDataFlag
Defined in include/PxSoftBodyFlag.h
-
struct PxSoftBodyDataFlag
Identifies the buffers of a PxSoftBody.
See also
PxSoftBody::markDirty()
Public Types
-
enum Enum
Values:
-
enumerator eNONE
-
enumerator ePOSITION_INVMASS
The collision mesh’s positions.
-
enumerator eSIM_POSITION_INVMASS
The simulation mesh’s positions and inverse masses.
-
enumerator eSIM_VELOCITY
The simulation mesh’s velocities.
-
enumerator eREST_POSITION_INVMASS
The collision mesh’s rest positions.
-
enumerator eALL
-
enumerator eNONE
-
enum Enum