+
PxHeightFieldTessFlag Struct Reference
+
+[Geomutils]
+
Determines the tessellation of height field cells.
+
More...
+
+#include <PxHeightFieldFlag.h>
+
+
+
+List of all members.
+
Detailed Description
+Determines the tessellation of height field cells.
+
+
- See also:
- PxHeightFieldDesc.format PxHeightFieldDesc.samples
+
Member Enumeration Documentation
+
+
+
+
+
+
+
- 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:
+
+
+