Determines the tessellation of height field cells.
More...
#include <PxHeightFieldFlag.h>
Determines the tessellation of height field cells.
- See also
- PxHeightFieldDesc.format PxHeightFieldDesc.samples
◆ Enum
Enumerator |
---|
e0TH_VERTEX_SHARED | This flag determines which way each quad cell is subdivided.
The flag lowered indicates subdivision like this: (the 0th vertex is referenced by only one triangle)
+--+--+--+---> column
| /| /| /|
|/ |/ |/ |
+--+--+--+
| /| /| /|
|/ |/ |/ |
+--+--+--+
|
|
V row
The flag raised indicates subdivision like this: (the 0th vertex is shared by two triangles)
+--+--+--+---> column
|\ |\ |\ |
| | | |
+--+--+--+
|\ |\ |\ |
| | | |
+--+--+--+
|
|
V row
- See also
- PxHeightFieldDesc.format PxHeightFieldDesc.samples
|
The documentation for this struct was generated from the following file: