PxMeshGeometryFlag

Defined in include/geometry/PxTriangleMeshGeometry.h

struct PxMeshGeometryFlag

Flags controlling the simulated behavior of the triangle mesh geometry.

Used in PxMeshGeometryFlags.

Public Types

enum Enum

Values:

enumerator eTIGHT_BOUNDS

Use tighter (but more expensive to compute) bounds around the triangle mesh geometry.

enumerator eDOUBLE_SIDED

Meshes with this flag set are treated as double-sided. This flag is currently only used for raycasts and sweeps (it is ignored for overlap queries). For detailed specifications of this flag for meshes and heightfields please refer to the Geometry Query section of the user guide.