From 3f9977d72f8a481e76b6ad643a3d312a8cf9b551 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Date: Mon, 13 Aug 2018 13:37:04 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @24698370 --- .../PhysXAPI/files/classPxHeightField.html | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html index 358493f5..3bb300b5 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html @@ -94,6 +94,10 @@ Collaboration diagram for PxHeightField: virtual PX_PHYSX_COMMON_API PxVec3 getTriangleNormal (PxTriangleID triangleIndex) const =0  Returns a triangle face normal for a given triangle index.
+virtual PX_PHYSX_COMMON_API
+const PxHeightFieldSamplegetSample (PxU32 row, PxU32 column) const =0 + + Returns heightfield sample of given row and column.
virtual PX_PHYSX_COMMON_API PxU32 getTimestamp () const =0  Returns the number of times the heightfield data has been modified.
@@ -416,6 +420,44 @@ Returns the reference count for shared heightfields. At creation, the reference count of the heightfield is 1. Every shape referencing this heightfield increments the count by 1. When the reference count reaches 0, and only then, the heightfield gets destroyed automatically.

Returns:
the current reference count.
+ +

+ +

+
+ + + + + + + + + + + + + + + + + + +
virtual PX_PHYSX_COMMON_API const PxHeightFieldSample& PxHeightField::getSample (PxU32  row,
PxU32  column 
) const [pure virtual]
+
+
+ +

+Returns heightfield sample of given row and column. +

+

Parameters:
+ + + +
[in] row Given heightfield row
[in] column Given heightfield column
+
+
Returns:
Heightfield sample
+

-- cgit v1.2.3