PxHairSystemData

Defined in include/PxHairSystemFlag.h

struct PxHairSystemData

Identifies input and output buffers for PxHairSystem.

See also

PxHairSystemData::readData(), PxHairSystemData::writeData(), PxBuffer

Public Types

enum Enum

Values:

enumerator eNONE

No data specified.

enumerator ePOSITION_INVMASS

Specifies the position (first 3 floats) and inverse mass (last float) data (array of PxVec4 * max number of vertices)

enumerator eVELOCITY

Specifies the velocity (first 3 floats) data (array of PxVec4 * max number of vertices)

enumerator eALL

Specifies everything.