PxDeformableBodyFlag
Defined in include/PxDeformableBodyFlag.h
-
struct PxDeformableBodyFlag
Flags to enable or disable special modes of a PxDeformableBody instance.
Public Types
-
enum Enum
Values:
-
enumerator eDISABLE_SELF_COLLISION
Determines if self collision will be detected and resolved.
-
enumerator eENABLE_SPECULATIVE_CCD
Enables support for speculative contact generation, see PxRigidBodyFlag::eENABLE_SPECULATIVE_CCD.
-
enumerator eKINEMATIC
Enables support for kinematic motion of the simulation mesh, see PxRigidBodyFlag::eKINEMATIC.
-
enumerator eDISABLE_SELF_COLLISION
-
enum Enum