diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-05-12 17:45:18 -0500 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-05-12 17:45:18 -0500 |
| commit | 7f12de60542edc8f1c6683e6b4cdce8570e51456 (patch) | |
| tree | 0b5d533bae189ea286257b5ab78b635fafb19aa0 /PhysX_3.4/Documentation/PhysXAPI/files | |
| parent | PhysX 3.4, APEX 1.4 patch release @22017166 (diff) | |
| download | physx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.tar.xz physx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.zip | |
PhysX 3.4, APEX 1.4 patch release @22121272
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files')
17 files changed, 140 insertions, 141 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxConvexMeshGeometry_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxConvexMeshGeometry_8h-source.html index 54390e41..213419a3 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxConvexMeshGeometry_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxConvexMeshGeometry_8h-source.html @@ -90,7 +90,7 @@ <a name="l00104"></a>00104 PxGeometry (<a class="code" href="structPxGeometryType.html" title="A geometry type.">PxGeometryType</a>::eCONVEXMESH), <a name="l00105"></a>00105 scale (scaling), <a name="l00106"></a>00106 convexMesh (mesh), -<a name="l00107"></a>00107 meshFlags (flags) +<a name="l00107"></a>00107 meshFlags(flags) <a name="l00108"></a>00108 { <a name="l00109"></a>00109 } <a name="l00110"></a>00110 @@ -114,15 +114,14 @@ <a name="l00138"></a>00138 <span class="keywordflow">return</span> <span class="keyword">false</span>; <a name="l00139"></a>00139 <span class="keywordflow">if</span>(!<a class="code" href="classPxConvexMeshGeometry.html#2fdc589d347de81e55c8b45b7c133feb" title="A reference to the convex mesh object.">convexMesh</a>) <a name="l00140"></a>00140 <span class="keywordflow">return</span> <span class="keyword">false</span>; -<a name="l00141"></a>00141 -<a name="l00142"></a>00142 <span class="keywordflow">return</span> <span class="keyword">true</span>; -<a name="l00143"></a>00143 } -<a name="l00144"></a>00144 -<a name="l00145"></a>00145 <span class="preprocessor">#if !PX_DOXYGEN</span> -<a name="l00146"></a>00146 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> -<a name="l00147"></a>00147 <span class="preprocessor">#endif</span> -<a name="l00148"></a>00148 <span class="preprocessor"></span> -<a name="l00150"></a>00150 <span class="preprocessor">#endif</span> +<a name="l00141"></a>00141 <span class="keywordflow">return</span> <span class="keyword">true</span>; +<a name="l00142"></a>00142 } +<a name="l00143"></a>00143 +<a name="l00144"></a>00144 <span class="preprocessor">#if !PX_DOXYGEN</span> +<a name="l00145"></a>00145 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> +<a name="l00146"></a>00146 <span class="preprocessor">#endif</span> +<a name="l00147"></a>00147 <span class="preprocessor"></span> +<a name="l00149"></a>00149 <span class="preprocessor">#endif</span> </pre></div></div> <hr style="width: 100%; height: 2px;"><br> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxCooking_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxCooking_8h-source.html index bac7378f..c3281f60 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxCooking_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxCooking_8h-source.html @@ -210,29 +210,29 @@ <a name="l00436"></a>00436 <a name="l00444"></a>00444 <span class="keyword">virtual</span> <span class="keywordtype">void</span> setParams(<span class="keyword">const</span> <a class="code" href="structPxCookingParams.html" title="Structure describing parameters affecting mesh cooking.">PxCookingParams</a>& params) = 0; <a name="l00445"></a>00445 -<a name="l00453"></a>00453 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="structPxCookingParams.html" title="Structure describing parameters affecting mesh cooking.">PxCookingParams</a>& getParams() = 0; +<a name="l00453"></a>00453 <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="structPxCookingParams.html" title="Structure describing parameters affecting mesh cooking.">PxCookingParams</a>& getParams() <span class="keyword">const</span> = 0; <a name="l00454"></a>00454 -<a name="l00460"></a>00460 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> platformMismatch() = 0; +<a name="l00460"></a>00460 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> platformMismatch() <span class="keyword">const</span> = 0; <a name="l00461"></a>00461 -<a name="l00482"></a>00482 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> cookTriangleMesh(<span class="keyword">const</span> <a class="code" href="classPxTriangleMeshDesc.html" title="Descriptor class for PxTriangleMesh.">PxTriangleMeshDesc</a>& desc, <a class="code" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>& stream, <a class="code" href="structPxTriangleMeshCookingResult.html#be8e2312c47cc522a546c34ea337fb64">PxTriangleMeshCookingResult::Enum</a>* condition = NULL) = 0; +<a name="l00482"></a>00482 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> cookTriangleMesh(<span class="keyword">const</span> <a class="code" href="classPxTriangleMeshDesc.html" title="Descriptor class for PxTriangleMesh.">PxTriangleMeshDesc</a>& desc, <a class="code" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>& stream, <a class="code" href="structPxTriangleMeshCookingResult.html#be8e2312c47cc522a546c34ea337fb64">PxTriangleMeshCookingResult::Enum</a>* condition = NULL) <span class="keyword">const</span> = 0; <a name="l00483"></a>00483 -<a name="l00495"></a>00495 <span class="keyword">virtual</span> <a class="code" href="classPxTriangleMesh.html" title="A triangle mesh, also called a &#39;polygon soup&#39;.">PxTriangleMesh</a>* createTriangleMesh(<span class="keyword">const</span> <a class="code" href="classPxTriangleMeshDesc.html" title="Descriptor class for PxTriangleMesh.">PxTriangleMeshDesc</a>& desc, <a class="code" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a>& insertionCallback) = 0; +<a name="l00495"></a>00495 <span class="keyword">virtual</span> <a class="code" href="classPxTriangleMesh.html" title="A triangle mesh, also called a &#39;polygon soup&#39;.">PxTriangleMesh</a>* createTriangleMesh(<span class="keyword">const</span> <a class="code" href="classPxTriangleMeshDesc.html" title="Descriptor class for PxTriangleMesh.">PxTriangleMeshDesc</a>& desc, <a class="code" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a>& insertionCallback) <span class="keyword">const</span> = 0; <a name="l00496"></a>00496 -<a name="l00510"></a>00510 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> validateTriangleMesh(<span class="keyword">const</span> <a class="code" href="classPxTriangleMeshDesc.html" title="Descriptor class for PxTriangleMesh.">PxTriangleMeshDesc</a>& desc) = 0; +<a name="l00510"></a>00510 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> validateTriangleMesh(<span class="keyword">const</span> <a class="code" href="classPxTriangleMeshDesc.html" title="Descriptor class for PxTriangleMesh.">PxTriangleMeshDesc</a>& desc) <span class="keyword">const</span> = 0; <a name="l00511"></a>00511 -<a name="l00535"></a>00535 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> cookConvexMesh(<span class="keyword">const</span> <a class="code" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a>& desc, <a class="code" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>& stream, <a class="code" href="structPxConvexMeshCookingResult.html#c1c7b1cbfc80b0af00bec95faf1ebf42">PxConvexMeshCookingResult::Enum</a>* condition = NULL) = 0; +<a name="l00535"></a>00535 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> cookConvexMesh(<span class="keyword">const</span> <a class="code" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a>& desc, <a class="code" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>& stream, <a class="code" href="structPxConvexMeshCookingResult.html#c1c7b1cbfc80b0af00bec95faf1ebf42">PxConvexMeshCookingResult::Enum</a>* condition = NULL) <span class="keyword">const</span> = 0; <a name="l00536"></a>00536 -<a name="l00551"></a>00551 <span class="keyword">virtual</span> <a class="code" href="classPxConvexMesh.html" title="A convex mesh.">PxConvexMesh</a>* createConvexMesh(<span class="keyword">const</span> <a class="code" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a>& desc, <a class="code" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a>& insertionCallback) = 0; +<a name="l00551"></a>00551 <span class="keyword">virtual</span> <a class="code" href="classPxConvexMesh.html" title="A convex mesh.">PxConvexMesh</a>* createConvexMesh(<span class="keyword">const</span> <a class="code" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a>& desc, <a class="code" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a>& insertionCallback) <span class="keyword">const</span> = 0; <a name="l00552"></a>00552 -<a name="l00566"></a>00566 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> validateConvexMesh(<span class="keyword">const</span> <a class="code" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a>& desc) = 0; +<a name="l00566"></a>00566 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> validateConvexMesh(<span class="keyword">const</span> <a class="code" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a>& desc) <span class="keyword">const</span> = 0; <a name="l00567"></a>00567 <a name="l00568"></a>00568 <a name="l00590"></a>00590 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> computeHullPolygons(<span class="keyword">const</span> <a class="code" href="classPxSimpleTriangleMesh.html" title="A structure describing a triangle mesh.">PxSimpleTriangleMesh</a>& mesh, <a class="code" href="classPxAllocatorCallback.html" title="Abstract base class for an application defined memory allocator that can be used...">PxAllocatorCallback</a>& inCallback, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& nbVerts, <a class="code" href="classPxVec3.html" title="3 Element vector class.">PxVec3</a>*& vertices, -<a name="l00591"></a>00591 <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& nbIndices, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>*& indices, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& nbPolygons, <a class="code" href="structPxHullPolygon.html" title="Polygon data.">PxHullPolygon</a>*& hullPolygons) = 0; +<a name="l00591"></a>00591 <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& nbIndices, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>*& indices, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& nbPolygons, <a class="code" href="structPxHullPolygon.html" title="Polygon data.">PxHullPolygon</a>*& hullPolygons) <span class="keyword">const</span> = 0; <a name="l00592"></a>00592 -<a name="l00607"></a>00607 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> cookHeightField(<span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& desc, <a class="code" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>& stream) = 0; +<a name="l00607"></a>00607 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> cookHeightField(<span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& desc, <a class="code" href="classPxOutputStream.html" title="Output stream class for I/O.">PxOutputStream</a>& stream) <span class="keyword">const</span> = 0; <a name="l00608"></a>00608 -<a name="l00618"></a>00618 <span class="keyword">virtual</span> <a class="code" href="classPxHeightField.html" title="A height field class.">PxHeightField</a>* createHeightField(<span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& desc, <a class="code" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a>& insertionCallback) = 0; +<a name="l00618"></a>00618 <span class="keyword">virtual</span> <a class="code" href="classPxHeightField.html" title="A height field class.">PxHeightField</a>* createHeightField(<span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& desc, <a class="code" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a>& insertionCallback) <span class="keyword">const</span> = 0; <a name="l00619"></a>00619 <a name="l00620"></a>00620 <a name="l00621"></a>00621 <span class="keyword">protected</span>: diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking-members.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking-members.html index 244a8477..23e5354f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking-members.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking-members.html @@ -20,19 +20,19 @@ <!-- Generated by Doxygen 1.5.8 --> <div class="contents"> <h1>PxCooking Member List</h1>This is the complete list of members for <a class="el" href="classPxCooking.html">PxCooking</a>, including all inherited members.<p><table> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#cd3843988c38adae7b0227f6eaa079dc">computeHullPolygons</a>(const PxSimpleTriangleMesh &mesh, PxAllocatorCallback &inCallback, PxU32 &nbVerts, PxVec3 *&vertices, PxU32 &nbIndices, PxU32 *&indices, PxU32 &nbPolygons, PxHullPolygon *&hullPolygons)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51">cookConvexMesh</a>(const PxConvexMeshDesc &desc, PxOutputStream &stream, PxConvexMeshCookingResult::Enum *condition=NULL)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#4f1fe97c6d0437b9b57b6853bd3a216a">cookHeightField</a>(const PxHeightFieldDesc &desc, PxOutputStream &stream)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5">cookTriangleMesh</a>(const PxTriangleMeshDesc &desc, PxOutputStream &stream, PxTriangleMeshCookingResult::Enum *condition=NULL)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#87797d1f55b7e2ac7e68b9be59039fee">createConvexMesh</a>(const PxConvexMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f">createHeightField</a>(const PxHeightFieldDesc &desc, PxPhysicsInsertionCallback &insertionCallback)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#257827f6057895a7bed2e7f05c662919">createTriangleMesh</a>(const PxTriangleMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#2b65125364e71ef09bf8fd98daeb34ee">getParams</a>()=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#9da6aad06ad372657490e798722c68f8">platformMismatch</a>()=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#75c77a6b39563de7b2d3736e0aaac85b">computeHullPolygons</a>(const PxSimpleTriangleMesh &mesh, PxAllocatorCallback &inCallback, PxU32 &nbVerts, PxVec3 *&vertices, PxU32 &nbIndices, PxU32 *&indices, PxU32 &nbPolygons, PxHullPolygon *&hullPolygons) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1">cookConvexMesh</a>(const PxConvexMeshDesc &desc, PxOutputStream &stream, PxConvexMeshCookingResult::Enum *condition=NULL) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#bf4f0fe5c9a709cde84338c5bdf7cde4">cookHeightField</a>(const PxHeightFieldDesc &desc, PxOutputStream &stream) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464">cookTriangleMesh</a>(const PxTriangleMeshDesc &desc, PxOutputStream &stream, PxTriangleMeshCookingResult::Enum *condition=NULL) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#b2aa803493356f5c916fa92c69164472">createConvexMesh</a>(const PxConvexMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb">createHeightField</a>(const PxHeightFieldDesc &desc, PxPhysicsInsertionCallback &insertionCallback) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8">createTriangleMesh</a>(const PxTriangleMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#83607708fd1cb2f58a3d758a558f5b28">getParams</a>() const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#82e0864b92d51d409f3134cc8f740102">platformMismatch</a>() const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxCooking.html#cf1f0cfa4c76ccbe42e84af17a90fb3e">release</a>()=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321">setParams</a>(const PxCookingParams &params)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#b77e8c999ebbb766fb14c31e18dafaf9">validateConvexMesh</a>(const PxConvexMeshDesc &desc)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> - <tr class="memlist"><td><a class="el" href="classPxCooking.html#70c3d33e9e89919f6659da1b528acbf6">validateTriangleMesh</a>(const PxTriangleMeshDesc &desc)=0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#ea8a3c270cc6db602ad250c82c1225bc">validateConvexMesh</a>(const PxConvexMeshDesc &desc) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxCooking.html#fca9fe3e3bb8b4943d35475f80f37d2e">validateTriangleMesh</a>(const PxTriangleMeshDesc &desc) const =0</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxCooking.html#22a1e6a4a68af0bb0f6568bb59108938">~PxCooking</a>()</td><td><a class="el" href="classPxCooking.html">PxCooking</a></td><td><code> [inline, protected, virtual]</code></td></tr> </table></div> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking.html index 7560c296..a5a5cc29 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxCooking.html @@ -35,39 +35,39 @@ <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321">setParams</a> (const <a class="el" href="structPxCookingParams.html">PxCookingParams</a> &params)=0</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Sets cooking parameters. <a href="#febe112057bd03660dd78dee384d5321"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const <a class="el" href="structPxCookingParams.html">PxCookingParams</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#2b65125364e71ef09bf8fd98daeb34ee">getParams</a> ()=0</td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const <a class="el" href="structPxCookingParams.html">PxCookingParams</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#83607708fd1cb2f58a3d758a558f5b28">getParams</a> () const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets cooking parameters. <a href="#2b65125364e71ef09bf8fd98daeb34ee"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#9da6aad06ad372657490e798722c68f8">platformMismatch</a> ()=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Gets cooking parameters. <a href="#83607708fd1cb2f58a3d758a558f5b28"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#82e0864b92d51d409f3134cc8f740102">platformMismatch</a> () const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Checks endianness is the same between cooking & target platforms. <a href="#9da6aad06ad372657490e798722c68f8"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5">cookTriangleMesh</a> (const <a class="el" href="classPxTriangleMeshDesc.html">PxTriangleMeshDesc</a> &desc, <a class="el" href="classPxOutputStream.html">PxOutputStream</a> &stream, <a class="el" href="structPxTriangleMeshCookingResult.html#be8e2312c47cc522a546c34ea337fb64">PxTriangleMeshCookingResult::Enum</a> *condition=NULL)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Checks endianness is the same between cooking & target platforms. <a href="#82e0864b92d51d409f3134cc8f740102"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464">cookTriangleMesh</a> (const <a class="el" href="classPxTriangleMeshDesc.html">PxTriangleMeshDesc</a> &desc, <a class="el" href="classPxOutputStream.html">PxOutputStream</a> &stream, <a class="el" href="structPxTriangleMeshCookingResult.html#be8e2312c47cc522a546c34ea337fb64">PxTriangleMeshCookingResult::Enum</a> *condition=NULL) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks a triangle mesh. The results are written to the stream. <a href="#bfed14c83906e67228c82f14090cf8b5"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classPxTriangleMesh.html">PxTriangleMesh</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#257827f6057895a7bed2e7f05c662919">createTriangleMesh</a> (const <a class="el" href="classPxTriangleMeshDesc.html">PxTriangleMeshDesc</a> &desc, <a class="el" href="classPxPhysicsInsertionCallback.html">PxPhysicsInsertionCallback</a> &insertionCallback)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks a triangle mesh. The results are written to the stream. <a href="#29bea4d23794e1521a0a6cbfa8e62464"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classPxTriangleMesh.html">PxTriangleMesh</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8">createTriangleMesh</a> (const <a class="el" href="classPxTriangleMeshDesc.html">PxTriangleMeshDesc</a> &desc, <a class="el" href="classPxPhysicsInsertionCallback.html">PxPhysicsInsertionCallback</a> &insertionCallback) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks and creates a triangle mesh and inserts it into <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a>. <a href="#257827f6057895a7bed2e7f05c662919"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#70c3d33e9e89919f6659da1b528acbf6">validateTriangleMesh</a> (const <a class="el" href="classPxTriangleMeshDesc.html">PxTriangleMeshDesc</a> &desc)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks and creates a triangle mesh and inserts it into <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a>. <a href="#e3b75906fe677e931d9bb34df57f8cb8"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#fca9fe3e3bb8b4943d35475f80f37d2e">validateTriangleMesh</a> (const <a class="el" href="classPxTriangleMeshDesc.html">PxTriangleMeshDesc</a> &desc) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Verifies if the triangle mesh is valid. Prints an error message for each inconsistency found. <a href="#70c3d33e9e89919f6659da1b528acbf6"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51">cookConvexMesh</a> (const <a class="el" href="classPxConvexMeshDesc.html">PxConvexMeshDesc</a> &desc, <a class="el" href="classPxOutputStream.html">PxOutputStream</a> &stream, <a class="el" href="structPxConvexMeshCookingResult.html#c1c7b1cbfc80b0af00bec95faf1ebf42">PxConvexMeshCookingResult::Enum</a> *condition=NULL)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Verifies if the triangle mesh is valid. Prints an error message for each inconsistency found. <a href="#fca9fe3e3bb8b4943d35475f80f37d2e"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1">cookConvexMesh</a> (const <a class="el" href="classPxConvexMeshDesc.html">PxConvexMeshDesc</a> &desc, <a class="el" href="classPxOutputStream.html">PxOutputStream</a> &stream, <a class="el" href="structPxConvexMeshCookingResult.html#c1c7b1cbfc80b0af00bec95faf1ebf42">PxConvexMeshCookingResult::Enum</a> *condition=NULL) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks a convex mesh. The results are written to the stream. <a href="#7c9d154cb2293b3109ad9dbc5b86dc51"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classPxConvexMesh.html">PxConvexMesh</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#87797d1f55b7e2ac7e68b9be59039fee">createConvexMesh</a> (const <a class="el" href="classPxConvexMeshDesc.html">PxConvexMeshDesc</a> &desc, <a class="el" href="classPxPhysicsInsertionCallback.html">PxPhysicsInsertionCallback</a> &insertionCallback)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks a convex mesh. The results are written to the stream. <a href="#de8e845a8a4253292aed0ef93177ffa1"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classPxConvexMesh.html">PxConvexMesh</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#b2aa803493356f5c916fa92c69164472">createConvexMesh</a> (const <a class="el" href="classPxConvexMeshDesc.html">PxConvexMeshDesc</a> &desc, <a class="el" href="classPxPhysicsInsertionCallback.html">PxPhysicsInsertionCallback</a> &insertionCallback) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks and creates a convex mesh and inserts it into <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a>. <a href="#87797d1f55b7e2ac7e68b9be59039fee"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#b77e8c999ebbb766fb14c31e18dafaf9">validateConvexMesh</a> (const <a class="el" href="classPxConvexMeshDesc.html">PxConvexMeshDesc</a> &desc)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks and creates a convex mesh and inserts it into <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a>. <a href="#b2aa803493356f5c916fa92c69164472"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#ea8a3c270cc6db602ad250c82c1225bc">validateConvexMesh</a> (const <a class="el" href="classPxConvexMeshDesc.html">PxConvexMeshDesc</a> &desc) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Verifies if the convex mesh is valid. Prints an error message for each inconsistency found. <a href="#b77e8c999ebbb766fb14c31e18dafaf9"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#cd3843988c38adae7b0227f6eaa079dc">computeHullPolygons</a> (const <a class="el" href="classPxSimpleTriangleMesh.html">PxSimpleTriangleMesh</a> &mesh, <a class="el" href="classPxAllocatorCallback.html">PxAllocatorCallback</a> &inCallback, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> &nbVerts, <a class="el" href="classPxVec3.html">PxVec3</a> *&vertices, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> &nbIndices, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> *&indices, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> &nbPolygons, <a class="el" href="structPxHullPolygon.html">PxHullPolygon</a> *&hullPolygons)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Verifies if the convex mesh is valid. Prints an error message for each inconsistency found. <a href="#ea8a3c270cc6db602ad250c82c1225bc"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#75c77a6b39563de7b2d3736e0aaac85b">computeHullPolygons</a> (const <a class="el" href="classPxSimpleTriangleMesh.html">PxSimpleTriangleMesh</a> &mesh, <a class="el" href="classPxAllocatorCallback.html">PxAllocatorCallback</a> &inCallback, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> &nbVerts, <a class="el" href="classPxVec3.html">PxVec3</a> *&vertices, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> &nbIndices, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> *&indices, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> &nbPolygons, <a class="el" href="structPxHullPolygon.html">PxHullPolygon</a> *&hullPolygons) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Computed hull polygons from given vertices and triangles. Polygons are needed for <a class="el" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a> rather than triangles. <a href="#cd3843988c38adae7b0227f6eaa079dc"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#4f1fe97c6d0437b9b57b6853bd3a216a">cookHeightField</a> (const <a class="el" href="classPxHeightFieldDesc.html">PxHeightFieldDesc</a> &desc, <a class="el" href="classPxOutputStream.html">PxOutputStream</a> &stream)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Computed hull polygons from given vertices and triangles. Polygons are needed for <a class="el" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a> rather than triangles. <a href="#75c77a6b39563de7b2d3736e0aaac85b"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#bf4f0fe5c9a709cde84338c5bdf7cde4">cookHeightField</a> (const <a class="el" href="classPxHeightFieldDesc.html">PxHeightFieldDesc</a> &desc, <a class="el" href="classPxOutputStream.html">PxOutputStream</a> &stream) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks a heightfield. The results are written to the stream. <a href="#4f1fe97c6d0437b9b57b6853bd3a216a"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classPxHeightField.html">PxHeightField</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f">createHeightField</a> (const <a class="el" href="classPxHeightFieldDesc.html">PxHeightFieldDesc</a> &desc, <a class="el" href="classPxPhysicsInsertionCallback.html">PxPhysicsInsertionCallback</a> &insertionCallback)=0</td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks a heightfield. The results are written to the stream. <a href="#bf4f0fe5c9a709cde84338c5bdf7cde4"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="classPxHeightField.html">PxHeightField</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb">createHeightField</a> (const <a class="el" href="classPxHeightFieldDesc.html">PxHeightFieldDesc</a> &desc, <a class="el" href="classPxPhysicsInsertionCallback.html">PxPhysicsInsertionCallback</a> &insertionCallback) const =0</td></tr> -<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks and creates a heightfield mesh and inserts it into <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a>. <a href="#1cb07ad25394fcb3ecb52eff93990e8f"></a><br></td></tr> +<tr><td class="mdescLeft"> </td><td class="mdescRight">Cooks and creates a heightfield mesh and inserts it into <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a>. <a href="#0a3d0ec6145be91dd6707535724d8ffb"></a><br></td></tr> <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxCooking.html#22a1e6a4a68af0bb0f6568bb59108938">~PxCooking</a> ()</td></tr> @@ -93,7 +93,7 @@ </div> </div><p> <hr><h2>Member Function Documentation</h2> -<a class="anchor" name="cd3843988c38adae7b0227f6eaa079dc"></a><!-- doxytag: member="PxCooking::computeHullPolygons" ref="cd3843988c38adae7b0227f6eaa079dc" args="(const PxSimpleTriangleMesh &mesh, PxAllocatorCallback &inCallback, PxU32 &nbVerts, PxVec3 *&vertices, PxU32 &nbIndices, PxU32 *&indices, PxU32 &nbPolygons, PxHullPolygon *&hullPolygons)=0" --> +<a class="anchor" name="75c77a6b39563de7b2d3736e0aaac85b"></a><!-- doxytag: member="PxCooking::computeHullPolygons" ref="75c77a6b39563de7b2d3736e0aaac85b" args="(const PxSimpleTriangleMesh &mesh, PxAllocatorCallback &inCallback, PxU32 &nbVerts, PxVec3 *&vertices, PxU32 &nbIndices, PxU32 *&indices, PxU32 &nbPolygons, PxHullPolygon *&hullPolygons) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -148,7 +148,7 @@ <tr> <td></td> <td>)</td> - <td></td><td></td><td><code> [pure virtual]</code></td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -172,11 +172,11 @@ The provided <a class="el" href="classPxAllocatorCallback.html" title="Abstract </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd>true on success</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="group__cooking.html#g36d3375ae49e62c3842c3fbe0c620651" title="collection of set bits defined in PxConvexFlag.">PxConvexFlags</a> <a class="el" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a> <a class="el" href="classPxSimpleTriangleMesh.html" title="A structure describing a triangle mesh.">PxSimpleTriangleMesh</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="group__cooking.html#g36d3375ae49e62c3842c3fbe0c620651" title="collection of set bits defined in PxConvexFlag.">PxConvexFlags</a> <a class="el" href="classPxConvexMeshDesc.html" title="Descriptor class for PxConvexMesh.">PxConvexMeshDesc</a> <a class="el" href="classPxSimpleTriangleMesh.html" title="A structure describing a triangle mesh.">PxSimpleTriangleMesh</a> </dd></dl> </div> </div><p> -<a class="anchor" name="7c9d154cb2293b3109ad9dbc5b86dc51"></a><!-- doxytag: member="PxCooking::cookConvexMesh" ref="7c9d154cb2293b3109ad9dbc5b86dc51" args="(const PxConvexMeshDesc &desc, PxOutputStream &stream, PxConvexMeshCookingResult::Enum *condition=NULL)=0" --> +<a class="anchor" name="de8e845a8a4253292aed0ef93177ffa1"></a><!-- doxytag: member="PxCooking::cookConvexMesh" ref="de8e845a8a4253292aed0ef93177ffa1" args="(const PxConvexMeshDesc &desc, PxOutputStream &stream, PxConvexMeshCookingResult::Enum *condition=NULL) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -201,7 +201,7 @@ The provided <a class="el" href="classPxAllocatorCallback.html" title="Abstract <tr> <td></td> <td>)</td> - <td></td><td></td><td><code> [pure virtual]</code></td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -211,7 +211,7 @@ The provided <a class="el" href="classPxAllocatorCallback.html" title="Abstract Cooks a convex mesh. The results are written to the stream. <p> To create a triangle mesh object it is necessary to first 'cook' the mesh data into a form which allows the SDK to perform efficient collision detection.<p> -<a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> allows a mesh description to be cooked into a binary stream suitable for loading and performing collision detection at runtime.<p> +<a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> allows a mesh description to be cooked into a binary stream suitable for loading and performing collision detection at runtime.<p> Example<p> <div class="fragment"><pre class="fragment"><span class="comment">//TODO: Add Code Snippet Here</span> </pre></div><p> @@ -225,11 +225,11 @@ If those limits are exceeded in either the user-provided data or the final cooke </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd>true on success.</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="structPxConvexMeshCookingResult.html#c1c7b1cbfc80b0af00bec95faf1ebf42">PxConvexMeshCookingResult::Enum</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="structPxConvexMeshCookingResult.html#c1c7b1cbfc80b0af00bec95faf1ebf42">PxConvexMeshCookingResult::Enum</a> </dd></dl> </div> </div><p> -<a class="anchor" name="4f1fe97c6d0437b9b57b6853bd3a216a"></a><!-- doxytag: member="PxCooking::cookHeightField" ref="4f1fe97c6d0437b9b57b6853bd3a216a" args="(const PxHeightFieldDesc &desc, PxOutputStream &stream)=0" --> +<a class="anchor" name="bf4f0fe5c9a709cde84338c5bdf7cde4"></a><!-- doxytag: member="PxCooking::cookHeightField" ref="bf4f0fe5c9a709cde84338c5bdf7cde4" args="(const PxHeightFieldDesc &desc, PxOutputStream &stream) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -248,7 +248,7 @@ If those limits are exceeded in either the user-provided data or the final cooke <tr> <td></td> <td>)</td> - <td></td><td></td><td><code> [pure virtual]</code></td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -258,7 +258,7 @@ If those limits are exceeded in either the user-provided data or the final cooke Cooks a heightfield. The results are written to the stream. <p> To create a heightfield object there is an option to precompute some of calculations done while loading the heightfield data.<p> -<a class="el" href="classPxCooking.html#4f1fe97c6d0437b9b57b6853bd3a216a" title="Cooks a heightfield. The results are written to the stream.">cookHeightField()</a> allows a heightfield description to be cooked into a binary stream suitable for loading and performing collision detection at runtime.<p> +<a class="el" href="classPxCooking.html#bf4f0fe5c9a709cde84338c5bdf7cde4" title="Cooks a heightfield. The results are written to the stream.">cookHeightField()</a> allows a heightfield description to be cooked into a binary stream suitable for loading and performing collision detection at runtime.<p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>desc</em> </td><td>The heightfield descriptor to read the HF from. </td></tr> @@ -270,7 +270,7 @@ To create a heightfield object there is an option to precompute some of calculat </div> </div><p> -<a class="anchor" name="bfed14c83906e67228c82f14090cf8b5"></a><!-- doxytag: member="PxCooking::cookTriangleMesh" ref="bfed14c83906e67228c82f14090cf8b5" args="(const PxTriangleMeshDesc &desc, PxOutputStream &stream, PxTriangleMeshCookingResult::Enum *condition=NULL)=0" --> +<a class="anchor" name="29bea4d23794e1521a0a6cbfa8e62464"></a><!-- doxytag: member="PxCooking::cookTriangleMesh" ref="29bea4d23794e1521a0a6cbfa8e62464" args="(const PxTriangleMeshDesc &desc, PxOutputStream &stream, PxTriangleMeshCookingResult::Enum *condition=NULL) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -295,7 +295,7 @@ To create a heightfield object there is an option to precompute some of calculat <tr> <td></td> <td>)</td> - <td></td><td></td><td><code> [pure virtual]</code></td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -305,7 +305,7 @@ To create a heightfield object there is an option to precompute some of calculat Cooks a triangle mesh. The results are written to the stream. <p> To create a triangle mesh object it is necessary to first 'cook' the mesh data into a form which allows the SDK to perform efficient collision detection.<p> -<a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> allows a mesh description to be cooked into a binary stream suitable for loading and performing collision detection at runtime.<p> +<a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> allows a mesh description to be cooked into a binary stream suitable for loading and performing collision detection at runtime.<p> Example<p> <div class="fragment"><pre class="fragment"><span class="comment">//TODO: Add Code Snippet Here</span> </pre></div><p> @@ -317,11 +317,11 @@ Example<p> </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd>true on success</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd" title="Creates a triangle mesh object.">PxPhysics.createTriangleMesh()</a> <a class="el" href="structPxTriangleMeshCookingResult.html#be8e2312c47cc522a546c34ea337fb64">PxTriangleMeshCookingResult::Enum</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd" title="Creates a triangle mesh object.">PxPhysics.createTriangleMesh()</a> <a class="el" href="structPxTriangleMeshCookingResult.html#be8e2312c47cc522a546c34ea337fb64">PxTriangleMeshCookingResult::Enum</a> </dd></dl> </div> </div><p> -<a class="anchor" name="87797d1f55b7e2ac7e68b9be59039fee"></a><!-- doxytag: member="PxCooking::createConvexMesh" ref="87797d1f55b7e2ac7e68b9be59039fee" args="(const PxConvexMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback)=0" --> +<a class="anchor" name="b2aa803493356f5c916fa92c69164472"></a><!-- doxytag: member="PxCooking::createConvexMesh" ref="b2aa803493356f5c916fa92c69164472" args="(const PxConvexMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -340,7 +340,7 @@ Example<p> <tr> <td></td> <td>)</td> - <td></td><td></td><td><code> [pure virtual]</code></td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -358,11 +358,11 @@ Cooks and creates a convex mesh and inserts it into <a class="el" href="classPxP </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd><a class="el" href="classPxConvexMesh.html" title="A convex mesh.">PxConvexMesh</a> pointer on success</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a> </dd></dl> </div> </div><p> -<a class="anchor" name="1cb07ad25394fcb3ecb52eff93990e8f"></a><!-- doxytag: member="PxCooking::createHeightField" ref="1cb07ad25394fcb3ecb52eff93990e8f" args="(const PxHeightFieldDesc &desc, PxPhysicsInsertionCallback &insertionCallback)=0" --> +<a class="anchor" name="0a3d0ec6145be91dd6707535724d8ffb"></a><!-- doxytag: member="PxCooking::createHeightField" ref="0a3d0ec6145be91dd6707535724d8ffb" args="(const PxHeightFieldDesc &desc, PxPhysicsInsertionCallback &insertionCallback) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -381,7 +381,7 @@ Cooks and creates a convex mesh and inserts it into <a class="el" href="classPxP <tr> <td></td> <td>)</td> - <td></td><td></td><td><code> [pure virtual]</code></td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -397,11 +397,11 @@ Cooks and creates a heightfield mesh and inserts it into <a class="el" href="cla </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd><a class="el" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> pointer on success</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd" title="Creates a triangle mesh object.">PxPhysics.createTriangleMesh()</a> <a class="el" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd" title="Creates a triangle mesh object.">PxPhysics.createTriangleMesh()</a> <a class="el" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a> </dd></dl> </div> </div><p> -<a class="anchor" name="257827f6057895a7bed2e7f05c662919"></a><!-- doxytag: member="PxCooking::createTriangleMesh" ref="257827f6057895a7bed2e7f05c662919" args="(const PxTriangleMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback)=0" --> +<a class="anchor" name="e3b75906fe677e931d9bb34df57f8cb8"></a><!-- doxytag: member="PxCooking::createTriangleMesh" ref="e3b75906fe677e931d9bb34df57f8cb8" args="(const PxTriangleMeshDesc &desc, PxPhysicsInsertionCallback &insertionCallback) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -420,7 +420,7 @@ Cooks and creates a heightfield mesh and inserts it into <a class="el" href="cla <tr> <td></td> <td>)</td> - <td></td><td></td><td><code> [pure virtual]</code></td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -437,11 +437,11 @@ Cooks and creates a triangle mesh and inserts it into <a class="el" href="classP </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd><a class="el" href="classPxTriangleMesh.html" title="A triangle mesh, also called a 'polygon soup'.">PxTriangleMesh</a> pointer on success.</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd" title="Creates a triangle mesh object.">PxPhysics.createTriangleMesh()</a> <a class="el" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> <a class="el" href="classPxCooking.html#febe112057bd03660dd78dee384d5321" title="Sets cooking parameters.">setParams()</a> <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd" title="Creates a triangle mesh object.">PxPhysics.createTriangleMesh()</a> <a class="el" href="classPxPhysicsInsertionCallback.html" title="Callback interface that permits PxCooking to insert a TriangleMesh, HeightfieldMesh...">PxPhysicsInsertionCallback</a> </dd></dl> </div> </div><p> -<a class="anchor" name="2b65125364e71ef09bf8fd98daeb34ee"></a><!-- doxytag: member="PxCooking::getParams" ref="2b65125364e71ef09bf8fd98daeb34ee" args="()=0" --> +<a class="anchor" name="83607708fd1cb2f58a3d758a558f5b28"></a><!-- doxytag: member="PxCooking::getParams" ref="83607708fd1cb2f58a3d758a558f5b28" args="() const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -450,7 +450,7 @@ Cooks and creates a triangle mesh and inserts it into <a class="el" href="classP <td>(</td> <td class="paramname"> </td> <td> ) </td> - <td><code> [pure virtual]</code></td> + <td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -464,7 +464,7 @@ Gets cooking parameters. </div> </div><p> -<a class="anchor" name="9da6aad06ad372657490e798722c68f8"></a><!-- doxytag: member="PxCooking::platformMismatch" ref="9da6aad06ad372657490e798722c68f8" args="()=0" --> +<a class="anchor" name="82e0864b92d51d409f3134cc8f740102"></a><!-- doxytag: member="PxCooking::platformMismatch" ref="82e0864b92d51d409f3134cc8f740102" args="() const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -473,7 +473,7 @@ Gets cooking parameters. <td>(</td> <td class="paramname"> </td> <td> ) </td> - <td><code> [pure virtual]</code></td> + <td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -533,11 +533,11 @@ Sets cooking parameters. <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>params</em> </td><td>Cooking parameters</td></tr> </table> </dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#2b65125364e71ef09bf8fd98daeb34ee" title="Gets cooking parameters.">getParams()</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#83607708fd1cb2f58a3d758a558f5b28" title="Gets cooking parameters.">getParams()</a> </dd></dl> </div> </div><p> -<a class="anchor" name="b77e8c999ebbb766fb14c31e18dafaf9"></a><!-- doxytag: member="PxCooking::validateConvexMesh" ref="b77e8c999ebbb766fb14c31e18dafaf9" args="(const PxConvexMeshDesc &desc)=0" --> +<a class="anchor" name="ea8a3c270cc6db602ad250c82c1225bc"></a><!-- doxytag: member="PxCooking::validateConvexMesh" ref="ea8a3c270cc6db602ad250c82c1225bc" args="(const PxConvexMeshDesc &desc) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -547,7 +547,7 @@ Sets cooking parameters. <td class="paramtype">const <a class="el" href="classPxConvexMeshDesc.html">PxConvexMeshDesc</a> & </td> <td class="paramname"> <em>desc</em> </td> <td> ) </td> - <td><code> [pure virtual]</code></td> + <td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -564,11 +564,11 @@ The convex mesh descriptor must contain an already created convex mesh - the ver </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd>true if all the validity conditions hold, false otherwise.</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1" title="Cooks a convex mesh. The results are written to the stream.">cookConvexMesh()</a> </dd></dl> </div> </div><p> -<a class="anchor" name="70c3d33e9e89919f6659da1b528acbf6"></a><!-- doxytag: member="PxCooking::validateTriangleMesh" ref="70c3d33e9e89919f6659da1b528acbf6" args="(const PxTriangleMeshDesc &desc)=0" --> +<a class="anchor" name="fca9fe3e3bb8b4943d35475f80f37d2e"></a><!-- doxytag: member="PxCooking::validateTriangleMesh" ref="fca9fe3e3bb8b4943d35475f80f37d2e" args="(const PxTriangleMeshDesc &desc) const =0" --> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -578,7 +578,7 @@ The convex mesh descriptor must contain an already created convex mesh - the ver <td class="paramtype">const <a class="el" href="classPxTriangleMeshDesc.html">PxTriangleMeshDesc</a> & </td> <td class="paramname"> <em>desc</em> </td> <td> ) </td> - <td><code> [pure virtual]</code></td> + <td> const<code> [pure virtual]</code></td> </tr> </table> </div> @@ -594,7 +594,7 @@ The following conditions are true for a valid triangle mesh: 1. There are no dup </table> </dl> <dl class="return" compact><dt><b>Returns:</b></dt><dd>true if all the validity conditions hold, false otherwise.</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464" title="Cooks a triangle mesh. The results are written to the stream.">cookTriangleMesh()</a> </dd></dl> </div> </div><p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html index b71d0be9..e6d38c72 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html @@ -122,7 +122,7 @@ Like Convexes and TriangleMeshes, HeightFields are referenced by shape instances To avoid duplicating data when you have several instances of a particular height field differently, you do not use this class to represent a height field object directly. Instead, you create an instance of this height field via the <a class="el" href="classPxHeightFieldGeometry.html" title="Height field geometry class.">PxHeightFieldGeometry</a> and <a class="el" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a> classes.<p> <h3>Creation</h3> <p> -To create an instance of this class call <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99" title="Creates a heightfield object from previously cooked stream.">PxPhysics::createHeightField()</a> or <a class="el" href="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f" title="Cooks and creates a heightfield mesh and inserts it into PxPhysics.">PxCooking::createHeightField(const PxHeightFieldDesc&, PxPhysicsInsertionCallback&)</a>. To delete it call <a class="el" href="classPxHeightField.html#6b35bf964920daa991d6b509cbc02744" title="Decrements the reference count of a height field and releases it if the new reference...">release()</a>. This is only possible once you have released all of its PxHeightFiedShape instances.<p> +To create an instance of this class call <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99" title="Creates a heightfield object from previously cooked stream.">PxPhysics::createHeightField()</a> or PxCooking::createHeightField(const PxHeightFieldDesc&, PxPhysicsInsertionCallback&). To delete it call <a class="el" href="classPxHeightField.html#6b35bf964920daa991d6b509cbc02744" title="Decrements the reference count of a height field and releases it if the new reference...">release()</a>. This is only possible once you have released all of its PxHeightFiedShape instances.<p> <h3>Visualizations:</h3> <p> <ul> @@ -132,7 +132,7 @@ To create an instance of this class call <a class="el" href="classPxPhysics.html <li><a class="el" href="structPxVisualizationParameter.html#dce8e8a77c144356b0968d2b9f79eb10fd900f30ba421d555e7f7b087126cd92" title="Mesh & convex face normals.">PxVisualizationParameter::eCOLLISION_FNORMALS</a> </li> <li><a class="el" href="structPxVisualizationParameter.html#dce8e8a77c144356b0968d2b9f79eb10a0e06ca7fa1a0445abe0f4d293feb961" title="Active edges for meshes.">PxVisualizationParameter::eCOLLISION_EDGES</a></li> </ul> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a> <a class="el" href="classPxHeightFieldGeometry.html" title="Height field geometry class.">PxHeightFieldGeometry</a> <a class="el" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a> <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99" title="Creates a heightfield object from previously cooked stream.">PxPhysics.createHeightField()</a> <a class="el" href="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f" title="Cooks and creates a heightfield mesh and inserts it into PxPhysics.">PxCooking.createHeightField()</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a> <a class="el" href="classPxHeightFieldGeometry.html" title="Height field geometry class.">PxHeightFieldGeometry</a> <a class="el" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a> <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99" title="Creates a heightfield object from previously cooked stream.">PxPhysics.createHeightField()</a> <a class="el" href="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb" title="Cooks and creates a heightfield mesh and inserts it into PxPhysics.">PxCooking.createHeightField()</a> </dd></dl> <hr><h2>Constructor & Destructor Documentation</h2> <a class="anchor" name="3687346446cb1c0f7ec1e36ccebb0e65"></a><!-- doxytag: member="PxHeightField::PxHeightField" ref="3687346446cb1c0f7ec1e36ccebb0e65" args="(PxType concreteType, PxBaseFlags baseFlags)" --> <div class="memitem"> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightFieldDesc.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightFieldDesc.html index 67826174..8b365fad 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightFieldDesc.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightFieldDesc.html @@ -74,7 +74,7 @@ Collaboration diagram for PxHeightFieldDesc:</div> Descriptor class for <a class="el" href="classPxHeightField.html" title="A height field class.">PxHeightField</a>. <p> <dl class="note" compact><dt><b>Note:</b></dt><dd>The heightfield data is *copied* when a <a class="el" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> object is created from this descriptor. After the call the user may discard the height data.</dd></dl> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> <a class="el" href="classPxHeightFieldGeometry.html" title="Height field geometry class.">PxHeightFieldGeometry</a> <a class="el" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a> <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99" title="Creates a heightfield object from previously cooked stream.">PxPhysics.createHeightField()</a> <a class="el" href="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f" title="Cooks and creates a heightfield mesh and inserts it into PxPhysics.">PxCooking.createHeightField()</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> <a class="el" href="classPxHeightFieldGeometry.html" title="Height field geometry class.">PxHeightFieldGeometry</a> <a class="el" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a> <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99" title="Creates a heightfield object from previously cooked stream.">PxPhysics.createHeightField()</a> <a class="el" href="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb" title="Cooks and creates a heightfield mesh and inserts it into PxPhysics.">PxCooking.createHeightField()</a> </dd></dl> <hr><h2>Member Data Documentation</h2> <a class="anchor" name="2c40081aa73ec042021785dbe52f75fb"></a><!-- doxytag: member="PxHeightFieldDesc::convexEdgeThreshold" ref="2c40081aa73ec042021785dbe52f75fb" args="" --> <div class="memitem"> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxPhysics.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxPhysics.html index f0a6794a..57844b3e 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxPhysics.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxPhysics.html @@ -1276,8 +1276,8 @@ Return the number of triangle meshes that currently exist. <p> Gets <a class="el" href="classPxPhysics.html" title="Abstract singleton factory class used for instancing objects in the Physics SDK.">PxPhysics</a> object insertion interface. <p> -The insertion interface is needed ie. for <a class="el" href="classPxCooking.html#257827f6057895a7bed2e7f05c662919" title="Cooks and creates a triangle mesh and inserts it into PxPhysics.">PxCooking::createTriangleMesh</a>, this allows runtime mesh creation. This is not advised to do, please use offline cooking if possible.<p> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#257827f6057895a7bed2e7f05c662919" title="Cooks and creates a triangle mesh and inserts it into PxPhysics.">PxCooking::createTriangleMesh</a> PxCooking::createHeightfield </dd></dl> +The insertion interface is needed ie. for <a class="el" href="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8" title="Cooks and creates a triangle mesh and inserts it into PxPhysics.">PxCooking::createTriangleMesh</a>, this allows runtime mesh creation. This is not advised to do, please use offline cooking if possible.<p> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8" title="Cooks and creates a triangle mesh and inserts it into PxPhysics.">PxCooking::createTriangleMesh</a> PxCooking::createHeightfield </dd></dl> </div> </div><p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x63.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x63.html index 57b3ffbb..05580ee1 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x63.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x63.html @@ -146,7 +146,7 @@ Here is a list of all class members with links to the classes they belong to: <li>computeForwardSpeed() : <a class="el" href="classPxVehicleWheels.html#ed62f5c91008c92db20857e2c29c06a1">PxVehicleWheels</a> <li>computeHullPolygons() -: <a class="el" href="classPxCooking.html#cd3843988c38adae7b0227f6eaa079dc">PxCooking</a> +: <a class="el" href="classPxCooking.html#75c77a6b39563de7b2d3736e0aaac85b">PxCooking</a> <li>computeImpulseResponse() : <a class="el" href="classPxArticulation.html#bfe3887e17be7b04d71a7d21c96c181d">PxArticulation</a> <li>computeInteractions() @@ -220,13 +220,13 @@ Here is a list of all class members with links to the classes they belong to: <li>convexMeshCookingType : <a class="el" href="structPxCookingParams.html#fbc71c4ade3b80715855125413d58f97">PxCookingParams</a> <li>cookConvexMesh() -: <a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51">PxCooking</a> +: <a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1">PxCooking</a> <li>cooker : <a class="el" href="structPxRepXInstantiationArgs.html#8a4e0d0441584160e656b449a3c998a7">PxRepXInstantiationArgs</a> <li>cookHeightField() -: <a class="el" href="classPxCooking.html#4f1fe97c6d0437b9b57b6853bd3a216a">PxCooking</a> +: <a class="el" href="classPxCooking.html#bf4f0fe5c9a709cde84338c5bdf7cde4">PxCooking</a> <li>cookTriangleMesh() -: <a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5">PxCooking</a> +: <a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464">PxCooking</a> <li>copy() : <a class="el" href="group__character.html#g08c251badc674d74a5f9abb07ae5ad8f">PxBoxControllerDesc</a> , <a class="el" href="group__character.html#gca0cf550bc0f4c0a2f215ae79d309fd5">PxCapsuleControllerDesc</a> @@ -273,7 +273,7 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="classPxControllerManager.html#8e05d3238438b16de95f5f8d04b5c674">PxControllerManager</a> <li>createConvexMesh() : <a class="el" href="classPxPhysics.html#54fc5f8b0884977ccfd45ea829392a52">PxPhysics</a> -, <a class="el" href="classPxCooking.html#87797d1f55b7e2ac7e68b9be59039fee">PxCooking</a> +, <a class="el" href="classPxCooking.html#b2aa803493356f5c916fa92c69164472">PxCooking</a> <li>createDiagonal() : <a class="el" href="classPxMat33.html#e7052afa072d3c45c1f570a6a794c6a5">PxMat33</a> <li>createDriveCache() @@ -281,7 +281,7 @@ Here is a list of all class members with links to the classes they belong to: <li>createExclusiveShape() : <a class="el" href="classPxRigidActorExt.html#83136f2febcf60ac70f9da3664d1880f">PxRigidActorExt</a> <li>createHeightField() -: <a class="el" href="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f">PxCooking</a> +: <a class="el" href="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb">PxCooking</a> , <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99">PxPhysics</a> <li>createIndexPool() : <a class="el" href="classPxParticleExt.html#78c8337d805702f66993612762e20438">PxParticleExt</a> @@ -327,7 +327,7 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="classphysx_1_1PxTaskManager.html#940fded6abf31baf0dd31b01b2b86c36">physx::PxTaskManager</a> <li>createTriangleMesh() : <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd">PxPhysics</a> -, <a class="el" href="classPxCooking.html#257827f6057895a7bed2e7f05c662919">PxCooking</a> +, <a class="el" href="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8">PxCooking</a> <li>createVolumeCache() : <a class="el" href="classPxScene.html#b5921a4665caaa38d0e02d9324b77c7c">PxScene</a> <li>cross() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html index 5c22054c..f2485607 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html @@ -863,7 +863,7 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="classPxBatchQuery.html#3f9f6115709370fc445c03c9da06b691">PxBatchQuery</a> , <a class="el" href="classPxActor.html#660828fb83c91f0ada2ca43e06aa2b35">PxActor</a> <li>getParams() -: <a class="el" href="classPxCooking.html#2b65125364e71ef09bf8fd98daeb34ee">PxCooking</a> +: <a class="el" href="classPxCooking.html#83607708fd1cb2f58a3d758a558f5b28">PxCooking</a> <li>getParentPose() : <a class="el" href="classPxArticulationJoint.html#fb82a4d6b9ad7cf3f5fd9d9dc03ccca5">PxArticulationJoint</a> <li>getParticleAccelerations() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html index 4e1f1e18..f61b0b49 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html @@ -119,7 +119,7 @@ Here is a list of all class members with links to the classes they belong to: <li>planeTolerance : <a class="el" href="structPxCookingParams.html#45e4d60211cdd58d80a10dad39da64c9">PxCookingParams</a> <li>platformMismatch() -: <a class="el" href="classPxCooking.html#9da6aad06ad372657490e798722c68f8">PxCooking</a> +: <a class="el" href="classPxCooking.html#82e0864b92d51d409f3134cc8f740102">PxCooking</a> <li>pointDistance() : <a class="el" href="classPxGeometryQuery.html#248da4b70cd35bd32d4481775b4c9821">PxGeometryQuery</a> <li>pointFromUV() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x76.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x76.html index a70af539..2515339d 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x76.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x76.html @@ -67,9 +67,9 @@ Here is a list of all class members with links to the classes they belong to: <li>v : <a class="el" href="structPxRaycastHit.html#43a429012ce502bac4636be3e5540f29">PxRaycastHit</a> <li>validateConvexMesh() -: <a class="el" href="classPxCooking.html#b77e8c999ebbb766fb14c31e18dafaf9">PxCooking</a> +: <a class="el" href="classPxCooking.html#ea8a3c270cc6db602ad250c82c1225bc">PxCooking</a> <li>validateTriangleMesh() -: <a class="el" href="classPxCooking.html#70c3d33e9e89919f6659da1b528acbf6">PxCooking</a> +: <a class="el" href="classPxCooking.html#fca9fe3e3bb8b4943d35475f80f37d2e">PxCooking</a> <li>validParticleBitmap : <a class="el" href="classPxParticleReadData.html#f5fe5cf59728941236f20bcd2aeb7276">PxParticleReadData</a> <li>validParticleRange diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x63.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x63.html index 5f3e452f..e69e01ad 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x63.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x63.html @@ -95,7 +95,7 @@ <li>computeForwardSpeed() : <a class="el" href="classPxVehicleWheels.html#ed62f5c91008c92db20857e2c29c06a1">PxVehicleWheels</a> <li>computeHullPolygons() -: <a class="el" href="classPxCooking.html#cd3843988c38adae7b0227f6eaa079dc">PxCooking</a> +: <a class="el" href="classPxCooking.html#75c77a6b39563de7b2d3736e0aaac85b">PxCooking</a> <li>computeImpulseResponse() : <a class="el" href="classPxArticulation.html#bfe3887e17be7b04d71a7d21c96c181d">PxArticulation</a> <li>computeInteractions() @@ -122,11 +122,11 @@ <li>convexMesh() : <a class="el" href="classPxGeometryHolder.html#993d07984abdcd1800f2f36a4b89538a">PxGeometryHolder</a> <li>cookConvexMesh() -: <a class="el" href="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51">PxCooking</a> +: <a class="el" href="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1">PxCooking</a> <li>cookHeightField() -: <a class="el" href="classPxCooking.html#4f1fe97c6d0437b9b57b6853bd3a216a">PxCooking</a> +: <a class="el" href="classPxCooking.html#bf4f0fe5c9a709cde84338c5bdf7cde4">PxCooking</a> <li>cookTriangleMesh() -: <a class="el" href="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5">PxCooking</a> +: <a class="el" href="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464">PxCooking</a> <li>copy() : <a class="el" href="group__character.html#g08c251badc674d74a5f9abb07ae5ad8f">PxBoxControllerDesc</a> , <a class="el" href="group__character.html#gca0cf550bc0f4c0a2f215ae79d309fd5">PxCapsuleControllerDesc</a> @@ -164,7 +164,7 @@ : <a class="el" href="classPxControllerManager.html#8e05d3238438b16de95f5f8d04b5c674">PxControllerManager</a> <li>createConvexMesh() : <a class="el" href="classPxPhysics.html#54fc5f8b0884977ccfd45ea829392a52">PxPhysics</a> -, <a class="el" href="classPxCooking.html#87797d1f55b7e2ac7e68b9be59039fee">PxCooking</a> +, <a class="el" href="classPxCooking.html#b2aa803493356f5c916fa92c69164472">PxCooking</a> <li>createDiagonal() : <a class="el" href="classPxMat33.html#e7052afa072d3c45c1f570a6a794c6a5">PxMat33</a> <li>createDriveCache() @@ -172,7 +172,7 @@ <li>createExclusiveShape() : <a class="el" href="classPxRigidActorExt.html#e708f5ca3fc5f1ce3db14032a89f62b9">PxRigidActorExt</a> <li>createHeightField() -: <a class="el" href="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f">PxCooking</a> +: <a class="el" href="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb">PxCooking</a> , <a class="el" href="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99">PxPhysics</a> <li>createIndexPool() : <a class="el" href="classPxParticleExt.html#b1c48052580ebe5df919b6b5505a9bad">PxParticleExt</a> @@ -218,7 +218,7 @@ <li>createTaskManager() : <a class="el" href="classphysx_1_1PxTaskManager.html#940fded6abf31baf0dd31b01b2b86c36">physx::PxTaskManager</a> <li>createTriangleMesh() -: <a class="el" href="classPxCooking.html#257827f6057895a7bed2e7f05c662919">PxCooking</a> +: <a class="el" href="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8">PxCooking</a> , <a class="el" href="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd">PxPhysics</a> <li>createVolumeCache() : <a class="el" href="classPxScene.html#b5921a4665caaa38d0e02d9324b77c7c">PxScene</a> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html index bdbf5c39..61848437 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html @@ -849,7 +849,7 @@ : <a class="el" href="classPxActor.html#660828fb83c91f0ada2ca43e06aa2b35">PxActor</a> , <a class="el" href="classPxBatchQuery.html#3f9f6115709370fc445c03c9da06b691">PxBatchQuery</a> <li>getParams() -: <a class="el" href="classPxCooking.html#2b65125364e71ef09bf8fd98daeb34ee">PxCooking</a> +: <a class="el" href="classPxCooking.html#83607708fd1cb2f58a3d758a558f5b28">PxCooking</a> <li>getParentPose() : <a class="el" href="classPxArticulationJoint.html#fb82a4d6b9ad7cf3f5fd9d9dc03ccca5">PxArticulationJoint</a> <li>getParticleAccelerations() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html index 18238b8c..0106616f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html @@ -76,7 +76,7 @@ <li>plane() : <a class="el" href="classPxGeometryHolder.html#da7be9a86ef1c21903f8a6999449f8c9">PxGeometryHolder</a> <li>platformMismatch() -: <a class="el" href="classPxCooking.html#9da6aad06ad372657490e798722c68f8">PxCooking</a> +: <a class="el" href="classPxCooking.html#82e0864b92d51d409f3134cc8f740102">PxCooking</a> <li>pointDistance() : <a class="el" href="classPxGeometryQuery.html#248da4b70cd35bd32d4481775b4c9821">PxGeometryQuery</a> <li>pointFromUV() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x76.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x76.html index df17a1f9..aa37904c 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x76.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x76.html @@ -60,9 +60,9 @@ <p> <h3><a class="anchor" name="index_v">- v -</a></h3><ul> <li>validateConvexMesh() -: <a class="el" href="classPxCooking.html#b77e8c999ebbb766fb14c31e18dafaf9">PxCooking</a> +: <a class="el" href="classPxCooking.html#ea8a3c270cc6db602ad250c82c1225bc">PxCooking</a> <li>validateTriangleMesh() -: <a class="el" href="classPxCooking.html#70c3d33e9e89919f6659da1b528acbf6">PxCooking</a> +: <a class="el" href="classPxCooking.html#fca9fe3e3bb8b4943d35475f80f37d2e">PxCooking</a> <li>visualizeAngularLimit() : <a class="el" href="classPxConstraintVisualizer.html#0cc5d456616e9ffede2a5d442eb07d29">PxConstraintVisualizer</a> <li>visualizeDoubleCone() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk b/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk index ff84623b..ef396dbe 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk +++ b/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk @@ -288,7 +288,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxVehicleWheelsSimData.html#9290088c460b018a8d9f3e083882c0d0"><param name="Name" value="PxVehicleWheelsSimData"></OBJECT> </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxVehicleWheels.html#ed62f5c91008c92db20857e2c29c06a1"><param name="Name" value="computeForwardSpeed"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#cd3843988c38adae7b0227f6eaa079dc"><param name="Name" value="computeHullPolygons"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#75c77a6b39563de7b2d3736e0aaac85b"><param name="Name" value="computeHullPolygons"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxArticulation.html#bfe3887e17be7b04d71a7d21c96c181d"><param name="Name" value="computeImpulseResponse"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxControllerManager.html#68b50621423ec866d69fdbef95d43ae6"><param name="Name" value="computeInteractions"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxRigidBodyExt.html#a1215782ff3e5c18ca42d8805578c21a"><param name="Name" value="computeLinearAngularImpulse"></OBJECT> @@ -343,9 +343,9 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxGeometryHolder.html#993d07984abdcd1800f2f36a4b89538a"><param name="Name" value="PxGeometryHolder"></OBJECT> </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxCookingParams.html#fbc71c4ade3b80715855125413d58f97"><param name="Name" value="convexMeshCookingType"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51"><param name="Name" value="cookConvexMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1"><param name="Name" value="cookConvexMesh"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxRepXInstantiationArgs.html#8a4e0d0441584160e656b449a3c998a7"><param name="Name" value="cooker"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#4f1fe97c6d0437b9b57b6853bd3a216a"><param name="Name" value="cookHeightField"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#bf4f0fe5c9a709cde84338c5bdf7cde4"><param name="Name" value="cookHeightField"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__cooking.html"><param name="Name" value="cooking"></OBJECT> <UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__cooking.html#g5e7791d7f0688a9f642a9345a7083708"><param name="Name" value="isValid"></OBJECT> @@ -358,7 +358,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="group__cooking.html#g15d3050ac143dfb67ad43a8682c7b569"><param name="Name" value="PxTriangleMeshDesc"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__cooking.html#g6e86954b2426aae207489af9928d45e3"><param name="Name" value="setToDefault"></OBJECT> </UL> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5"><param name="Name" value="cookTriangleMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464"><param name="Name" value="cookTriangleMesh"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__character.html#g08c251badc674d74a5f9abb07ae5ad8f"><param name="Name" value="copy"></OBJECT> <UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__character.html#g08c251badc674d74a5f9abb07ae5ad8f"><param name="Name" value="character"></OBJECT> @@ -392,17 +392,17 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxSerialization.html#e2eafca38332e6d7dff642641317e90a"><param name="Name" value="createCollectionFromXml"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxPhysics.html#1126f3f545ebe183be1753f62d1efc7d"><param name="Name" value="createConstraint"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxControllerManager.html#8e05d3238438b16de95f5f8d04b5c674"><param name="Name" value="createController"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#87797d1f55b7e2ac7e68b9be59039fee"><param name="Name" value="createConvexMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#b2aa803493356f5c916fa92c69164472"><param name="Name" value="createConvexMesh"></OBJECT> <UL> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#87797d1f55b7e2ac7e68b9be59039fee"><param name="Name" value="PxCooking"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#b2aa803493356f5c916fa92c69164472"><param name="Name" value="PxCooking"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxPhysics.html#54fc5f8b0884977ccfd45ea829392a52"><param name="Name" value="PxPhysics"></OBJECT> </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxMat33.html#e7052afa072d3c45c1f570a6a794c6a5"><param name="Name" value="createDiagonal"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxArticulation.html#795fd4cd7bb40e05c9e9bfd6f0d73a70"><param name="Name" value="createDriveCache"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxRigidActorExt.html#e708f5ca3fc5f1ce3db14032a89f62b9"><param name="Name" value="createExclusiveShape"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f"><param name="Name" value="createHeightField"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb"><param name="Name" value="createHeightField"></OBJECT> <UL> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f"><param name="Name" value="PxCooking"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb"><param name="Name" value="PxCooking"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxPhysics.html#1806546c22306e8d44b7ff7719fbcc99"><param name="Name" value="PxPhysics"></OBJECT> </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxParticleExt.html#b1c48052580ebe5df919b6b5505a9bad"><param name="Name" value="createIndexPool"></OBJECT> @@ -435,9 +435,9 @@ </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxStringTableExt.html#b55c61beea368e12068fa362e7f86294"><param name="Name" value="createStringTable"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classphysx_1_1PxTaskManager.html#940fded6abf31baf0dd31b01b2b86c36"><param name="Name" value="createTaskManager"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#257827f6057895a7bed2e7f05c662919"><param name="Name" value="createTriangleMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8"><param name="Name" value="createTriangleMesh"></OBJECT> <UL> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#257827f6057895a7bed2e7f05c662919"><param name="Name" value="PxCooking"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8"><param name="Name" value="PxCooking"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxPhysics.html#29dcbbe128cef11eaf4ce5696c216dfd"><param name="Name" value="PxPhysics"></OBJECT> </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxScene.html#b5921a4665caaa38d0e02d9324b77c7c"><param name="Name" value="createVolumeCache"></OBJECT> @@ -2264,7 +2264,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxActor.html#660828fb83c91f0ada2ca43e06aa2b35"><param name="Name" value="PxActor"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxBatchQuery.html#3f9f6115709370fc445c03c9da06b691"><param name="Name" value="PxBatchQuery"></OBJECT> </UL> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#2b65125364e71ef09bf8fd98daeb34ee"><param name="Name" value="getParams"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#83607708fd1cb2f58a3d758a558f5b28"><param name="Name" value="getParams"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxArticulationJoint.html#fb82a4d6b9ad7cf3f5fd9d9dc03ccca5"><param name="Name" value="getParentPose"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCloth.html#4462120f9e721e95129b39ea716c7586"><param name="Name" value="getParticleAccelerations"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxParticleBase.html#b7b8a318215e2a0a06446753e905bcd1"><param name="Name" value="getParticleBaseFlags"></OBJECT> @@ -4017,7 +4017,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="group__extensions.html#gea2576f54650c42280d79ce79ea1979a"><param name="Name" value="extensions"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__extensions.html#gea2576f54650c42280d79ce79ea1979a"><param name="Name" value="PxDefaultAllocator.h"></OBJECT> </UL> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#9da6aad06ad372657490e798722c68f8"><param name="Name" value="platformMismatch"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#82e0864b92d51d409f3134cc8f740102"><param name="Name" value="platformMismatch"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxGeometryQuery.html#248da4b70cd35bd32d4481775b4c9821"><param name="Name" value="pointDistance"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxTriangle.html#a8871506b2da5d6a82ffb5bb7410cb39"><param name="Name" value="pointFromUV"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxPlane.html#b2e1652edb0075afcdf4e28f513ec736"><param name="Name" value="pointInPlane"></OBJECT> @@ -6589,19 +6589,19 @@ </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html"><param name="Name" value="PxCooking"></OBJECT> <UL> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#cd3843988c38adae7b0227f6eaa079dc"><param name="Name" value="computeHullPolygons"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#7c9d154cb2293b3109ad9dbc5b86dc51"><param name="Name" value="cookConvexMesh"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#4f1fe97c6d0437b9b57b6853bd3a216a"><param name="Name" value="cookHeightField"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#bfed14c83906e67228c82f14090cf8b5"><param name="Name" value="cookTriangleMesh"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#87797d1f55b7e2ac7e68b9be59039fee"><param name="Name" value="createConvexMesh"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#1cb07ad25394fcb3ecb52eff93990e8f"><param name="Name" value="createHeightField"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#257827f6057895a7bed2e7f05c662919"><param name="Name" value="createTriangleMesh"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#2b65125364e71ef09bf8fd98daeb34ee"><param name="Name" value="getParams"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#9da6aad06ad372657490e798722c68f8"><param name="Name" value="platformMismatch"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#75c77a6b39563de7b2d3736e0aaac85b"><param name="Name" value="computeHullPolygons"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#de8e845a8a4253292aed0ef93177ffa1"><param name="Name" value="cookConvexMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#bf4f0fe5c9a709cde84338c5bdf7cde4"><param name="Name" value="cookHeightField"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#29bea4d23794e1521a0a6cbfa8e62464"><param name="Name" value="cookTriangleMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#b2aa803493356f5c916fa92c69164472"><param name="Name" value="createConvexMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#0a3d0ec6145be91dd6707535724d8ffb"><param name="Name" value="createHeightField"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#e3b75906fe677e931d9bb34df57f8cb8"><param name="Name" value="createTriangleMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#83607708fd1cb2f58a3d758a558f5b28"><param name="Name" value="getParams"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#82e0864b92d51d409f3134cc8f740102"><param name="Name" value="platformMismatch"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#cf1f0cfa4c76ccbe42e84af17a90fb3e"><param name="Name" value="release"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#febe112057bd03660dd78dee384d5321"><param name="Name" value="setParams"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#b77e8c999ebbb766fb14c31e18dafaf9"><param name="Name" value="validateConvexMesh"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#70c3d33e9e89919f6659da1b528acbf6"><param name="Name" value="validateTriangleMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#ea8a3c270cc6db602ad250c82c1225bc"><param name="Name" value="validateConvexMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#fca9fe3e3bb8b4943d35475f80f37d2e"><param name="Name" value="validateTriangleMesh"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#22a1e6a4a68af0bb0f6568bb59108938"><param name="Name" value="~PxCooking"></OBJECT> </UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxCookingParams.html"><param name="Name" value="PxCookingParams"></OBJECT> @@ -12376,8 +12376,8 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxBatchQueryMemory.html#21e15901b0b7e88fe8f59ea06dcff69e"><param name="Name" value="userSweepResultBuffer"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxBatchQueryMemory.html#f38a1a9598d64f6dedd9db17308e0cb8"><param name="Name" value="userSweepTouchBuffer"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxRaycastHit.html#43a429012ce502bac4636be3e5540f29"><param name="Name" value="v"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#b77e8c999ebbb766fb14c31e18dafaf9"><param name="Name" value="validateConvexMesh"></OBJECT> - <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#70c3d33e9e89919f6659da1b528acbf6"><param name="Name" value="validateTriangleMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#ea8a3c270cc6db602ad250c82c1225bc"><param name="Name" value="validateConvexMesh"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxCooking.html#fca9fe3e3bb8b4943d35475f80f37d2e"><param name="Name" value="validateTriangleMesh"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxParticleReadData.html#f5fe5cf59728941236f20bcd2aeb7276"><param name="Name" value="validParticleBitmap"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxParticleReadData.html#c8fb8c413f919e1f7e95700a45859c35"><param name="Name" value="validParticleRange"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxJointLinearLimit.html#a433e50f27f94ca7191b1251e45f7ed6"><param name="Name" value="value"></OBJECT> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html index 9898faac..8f89dd70 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html @@ -101,7 +101,7 @@ Quantizes the input vertices using the k-means clustering. <tr><td valign="top"><em><a class="anchor" name="4b7bd21fa96c72b320a39e880208b4b610a876ecefb45e1c7dbaec2afed5c3ad"></a><!-- doxytag: member="eDISABLE_MESH_VALIDATION" ref="4b7bd21fa96c72b320a39e880208b4b610a876ecefb45e1c7dbaec2afed5c3ad" args="" -->eDISABLE_MESH_VALIDATION</em> </td><td> Disables the convex mesh validation to speed-up hull creation. Please use separate validation function in checked/debug builds. Creating a convex mesh with invalid input data without prior validation may result in undefined behavior. <p> -<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#b77e8c999ebbb766fb14c31e18dafaf9" title="Verifies if the convex mesh is valid. Prints an error message for each inconsistency...">PxCooking::validateConvexMesh</a> </dd></dl> +<dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxCooking.html#ea8a3c270cc6db602ad250c82c1225bc" title="Verifies if the convex mesh is valid. Prints an error message for each inconsistency...">PxCooking::validateConvexMesh</a> </dd></dl> </td></tr> <tr><td valign="top"><em><a class="anchor" name="4b7bd21fa96c72b320a39e880208b4b662cbe73f95f10cb93b5d471affef7c89"></a><!-- doxytag: member="ePLANE_SHIFTING" ref="4b7bd21fa96c72b320a39e880208b4b662cbe73f95f10cb93b5d471affef7c89" args="" -->ePLANE_SHIFTING</em> </td><td> Enables plane shifting vertex limit algorithm. |