aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2018-09-25 11:33:48 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2018-09-25 11:33:48 -0500
commitad993f2926db6fe4ba2c75e17c4f099d9d853038 (patch)
tree426f831e7aa870a4704b8dd082538ff292e751f9 /PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt
parentPhysX 3.4, APEX 1.4 patch release @24698370 (diff)
downloadphysx-3.4-ad993f2926db6fe4ba2c75e17c4f099d9d853038.tar.xz
physx-3.4-ad993f2926db6fe4ba2c75e17c4f099d9d853038.zip
PhysX 3.4, APEX 1.4 patch release @24990349
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt')
-rw-r--r--PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt
index 86af8322..dd5b5fce 100644
--- a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt
+++ b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/Geometry.txt
@@ -381,7 +381,7 @@ Each sample consists of a 16 bit integer height value, two materials (for the tw
The flag and materials refer to the cell below and to the right of the sample point, and indicate along which diagonal to split it into triangles, and the materials of those triangles. A special predefined material ``PxHeightFieldMaterial::eHOLE`` specifies a hole in the height field. See the reference documentation for *PxHeightFieldSample* for more details.
.. csv-table::
- :header: Tesselation flag set, Tesselation flag not set
+ :header: Tesselation flag not set, Tesselation flag set
.. image:: ../images/heightfieldTriMat1.png, .. image:: ../images/heightfieldTriMat2.png
@@ -390,17 +390,17 @@ Examples:
+-------------------+-------------------------------------------+
| Tesselation flags | Result |
+===================+===========================================+
-| | 0,0,0 | .. image:: ../images/heightfieldTess1.png |
+| | 0,0,0 | .. image:: ../images/heightfieldTess2.png |
| | 0,0,0 | |
| | 0,0,0 | |
+-------------------+-------------------------------------------+
-| | 1,1,1 | .. image:: ../images/heightfieldTess2.png |
+| | 1,1,1 | .. image:: ../images/heightfieldTess1.png |
| | 1,1,1 | |
| | 1,1,1 | |
+-------------------+-------------------------------------------+
-| | 0,1,0 | .. image:: ../images/heightfieldTess3.png |
-| | 1,0,1 | |
+| | 1,0,1 | .. image:: ../images/heightfieldTess3.png |
| | 0,1,0 | |
+| | 1,0,1 | |
+-------------------+-------------------------------------------+
To tell the system the number of sampled heights in each direction, use a descriptor to instantiate a PxHeightField object::