From d1c812f1162e5fdb13c215792725b2591d7428f5 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Fri, 15 Sep 2017 15:41:57 -0500 Subject: PhysX 3.4.1, APEX 1.4.1 Release @22845541 --- .../Documentation/PhysXAPI/files/classPxClothMeshDesc.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxClothMeshDesc.html') diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxClothMeshDesc.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxClothMeshDesc.html index 602f152d..193d7e4b 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxClothMeshDesc.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxClothMeshDesc.html @@ -68,6 +68,7 @@ Collaboration diagram for PxClothMeshDesc:

Detailed Description

Descriptor class for a cloth mesh.

+

Deprecated:
The PhysX cloth feature has been deprecated in PhysX version 3.4.1
See also:
PxCooking.cookClothMesh()

Member Data Documentation

@@ -85,7 +86,7 @@ Descriptor class for a cloth mesh. Flags bits, combined from values of the enum PxMeshFlag.

-

Referenced by isValid().

+

Referenced by isValid().

@@ -104,7 +105,7 @@ Flags bits, combined from values of the enum isValid().

+

Referenced by isValid().

@@ -123,7 +124,7 @@ Determines whether particle is simulated or static. A positive value denotes tha Pointer to first vertex point.

-

Referenced by isValid().

+

Referenced by isValid().

@@ -144,7 +145,7 @@ Pointer to the first quad. These are quadruples of 0 based indices: vert0 vert1 vert2 vert3 vert0 vert1 vert2 vert3 vert0 vert1 vert2 vert3 ...

where vert* is either a 32 or 16 bit unsigned integer. There are a total of 4*count indices. The stride determines the byte offset to the next index quadruple.

This is declared as a void pointer because it is actually either an PxU16 or a PxU32 pointer. -

Referenced by isValid().

+

Referenced by isValid().

@@ -165,7 +166,7 @@ Pointer to the first triangle. These are triplets of 0 based indices: vert0 vert1 vert2 vert0 vert1 vert2 vert0 vert1 vert2 ...

where vert* is either a 32 or 16 bit unsigned integer. There are a total of 3*count indices. The stride determines the byte offset to the next index triple.

This is declared as a void pointer because it is actually either an PxU16 or a PxU32 pointer. -

Referenced by isValid().

+

Referenced by isValid().

-- cgit v1.2.3