PxMeshGeometryFlag Struct Reference

Flags controlling the simulated behavior of the triangle mesh geometry. More...

#include <PxTriangleMeshGeometry.h>

Public Types

enum  Enum { eDOUBLE_SIDED = (1<<1) }
 

Detailed Description

Flags controlling the simulated behavior of the triangle mesh geometry.

Used in PxMeshGeometryFlags.

Member Enumeration Documentation

◆ Enum

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.


The documentation for this struct was generated from the following file: