diff options
Diffstat (limited to 'PhysX_3.4/Documentation')
36 files changed, 604 insertions, 471 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI.chi b/PhysX_3.4/Documentation/PhysXAPI.chi Binary files differindex 36e66507..33a5b7c9 100644 --- a/PhysX_3.4/Documentation/PhysXAPI.chi +++ b/PhysX_3.4/Documentation/PhysXAPI.chi diff --git a/PhysX_3.4/Documentation/PhysXAPI.chm b/PhysX_3.4/Documentation/PhysXAPI.chm Binary files differindex 047cdcb6..6a1eac19 100644 --- a/PhysX_3.4/Documentation/PhysXAPI.chm +++ b/PhysX_3.4/Documentation/PhysXAPI.chm diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html index 572197aa..60ef68a4 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h.html @@ -36,7 +36,7 @@ This graph shows which files directly or indirectly include this file:</div> <div class="dynsection"> <p><center><img src="PxBitAndData_8h__dep__incl.png" border="0" usemap="#PxBitAndData.hdep_map" alt=""></center> <map name="PxBitAndData.hdep_map"> -<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="25,154,124,176"><area shape="rect" href="PxHeightFieldSample_8h.html" title="PxHeightFieldSample.h" alt="PxHeightFieldSample.h" coords="57,85,201,106"></map> +<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="21,224,120,246"><area shape="rect" href="PxHeightFieldSample_8h.html" title="PxHeightFieldSample.h" alt="PxHeightFieldSample.h" coords="57,86,201,107"><area shape="rect" href="PxHeightField_8h.html" title="PxHeightField.h" alt="PxHeightField.h" coords="108,155,209,176"></map> </div> <p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png Binary files differindex 040048a8..2ae19b0c 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxBitAndData_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html index f6ee10ee..ad500855 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxFiltering_8h-source.html @@ -151,146 +151,156 @@ <a name="l00386"></a>00386 word0 = word1 = word2 = word3 = 0; <a name="l00387"></a>00387 } <a name="l00388"></a>00388 -<a name="l00392"></a><a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">00392</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002" title="Constructor to set filter data initially.">PxFilterData</a>(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w0, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w1, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w2, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w3) : word0(w0), word1(w1), word2(w2), word3(w3) {} +<a name="l00392"></a><a class="code" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3">00392</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3" title="Copy constructor.">PxFilterData</a>(<span class="keyword">const</span> PxFilterData& fd) : word0(fd.word0), word1(fd.word1), word2(fd.word2), word3(fd.word3) {} <a name="l00393"></a>00393 -<a name="l00397"></a><a class="code" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">00397</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">void</span> setToDefault() -<a name="l00398"></a>00398 { -<a name="l00399"></a>00399 *<span class="keyword">this</span> = PxFilterData(); -<a name="l00400"></a>00400 } -<a name="l00401"></a>00401 -<a name="l00405"></a><a class="code" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">00405</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator == (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> -<a name="l00406"></a>00406 <span class="keyword"> </span>{ -<a name="l00407"></a>00407 <span class="keywordflow">return</span> a.<a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a> == word0 && a.<a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">word1</a> == word1 && a.<a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">word2</a> == word2 && a.<a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">word3</a> == word3; -<a name="l00408"></a>00408 } -<a name="l00409"></a>00409 -<a name="l00413"></a><a class="code" href="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e">00413</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator != (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> -<a name="l00414"></a>00414 <span class="keyword"> </span>{ -<a name="l00415"></a>00415 <span class="keywordflow">return</span> !(a == *<span class="keyword">this</span>); +<a name="l00397"></a><a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">00397</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002" title="Constructor to set filter data initially.">PxFilterData</a>(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w0, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w1, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w2, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> w3) : word0(w0), word1(w1), word2(w2), word3(w3) {} +<a name="l00398"></a>00398 +<a name="l00402"></a><a class="code" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">00402</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">void</span> setToDefault() +<a name="l00403"></a>00403 { +<a name="l00404"></a>00404 *<span class="keyword">this</span> = PxFilterData(); +<a name="l00405"></a>00405 } +<a name="l00406"></a>00406 +<a name="l00410"></a><a class="code" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">00410</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">void</span> operator = (<span class="keyword">const</span> PxFilterData& fd) +<a name="l00411"></a>00411 { +<a name="l00412"></a>00412 word0 = fd.<a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a>; +<a name="l00413"></a>00413 word1 = fd.<a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">word1</a>; +<a name="l00414"></a>00414 word2 = fd.<a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">word2</a>; +<a name="l00415"></a>00415 word3 = fd.<a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">word3</a>; <a name="l00416"></a>00416 } <a name="l00417"></a>00417 -<a name="l00418"></a><a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">00418</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word0; -<a name="l00419"></a><a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">00419</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word1; -<a name="l00420"></a><a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">00420</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word2; -<a name="l00421"></a><a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">00421</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word3; -<a name="l00422"></a>00422 }; -<a name="l00423"></a>00423 -<a name="l00424"></a>00424 -<a name="l00430"></a><a class="code" href="structPxFilterObjectType.html">00430</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectType.html" title="Identifies each type of filter object.">PxFilterObjectType</a> -<a name="l00431"></a>00431 { -<a name="l00432"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">00432</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">Enum</a> -<a name="l00433"></a>00433 { -<a name="l00438"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cfa2d4fccb6fa60f821cb7661a7d100124">00438</a> eRIGID_STATIC, +<a name="l00421"></a><a class="code" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">00421</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator == (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> +<a name="l00422"></a>00422 <span class="keyword"> </span>{ +<a name="l00423"></a>00423 <span class="keywordflow">return</span> a.<a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a> == word0 && a.<a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">word1</a> == word1 && a.<a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">word2</a> == word2 && a.<a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">word3</a> == word3; +<a name="l00424"></a>00424 } +<a name="l00425"></a>00425 +<a name="l00429"></a><a class="code" href="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e">00429</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> operator != (<span class="keyword">const</span> PxFilterData& a)<span class="keyword"> const</span> +<a name="l00430"></a>00430 <span class="keyword"> </span>{ +<a name="l00431"></a>00431 <span class="keywordflow">return</span> !(a == *<span class="keyword">this</span>); +<a name="l00432"></a>00432 } +<a name="l00433"></a>00433 +<a name="l00434"></a><a class="code" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">00434</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word0; +<a name="l00435"></a><a class="code" href="structPxFilterData.html#11b78c3942ccb889a7e196dc5a640cdc">00435</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word1; +<a name="l00436"></a><a class="code" href="structPxFilterData.html#ac0205beaf2c7a7aeca77c18a57fa5d8">00436</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word2; +<a name="l00437"></a><a class="code" href="structPxFilterData.html#1589bdde18f36824d80cdab891236f39">00437</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> word3; +<a name="l00438"></a>00438 }; <a name="l00439"></a>00439 -<a name="l00444"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf25cf98409a3028d306afcdb07dc9bada">00444</a> eRIGID_DYNAMIC, -<a name="l00445"></a>00445 -<a name="l00451"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf9f616c2a37bb68bd02140f9578c992fb">00451</a> ePARTICLE_SYSTEM <a class="code" href="group__foundation.html#gfd8f8779793627061774cfcfa1b9fbd7">PX_DEPRECATED</a>, -<a name="l00452"></a>00452 -<a name="l00458"></a>00458 ePARTICLE_FLUID PX_DEPRECATED, -<a name="l00459"></a>00459 -<a name="l00464"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf84733c8624de6217f448a4bdde30d219">00464</a> eARTICULATION, -<a name="l00465"></a>00465 -<a name="l00470"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf8b5ad2155d1d501ecb296d608dc1c00d">00470</a> eCLOTH, -<a name="l00471"></a>00471 -<a name="l00472"></a>00472 <span class="comment">//brief internal use only!</span> -<a name="l00473"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">00473</a> eMAX_TYPE_COUNT = 16, -<a name="l00474"></a>00474 -<a name="l00475"></a>00475 <span class="comment">//brief internal use only!</span> -<a name="l00476"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf3c8b1ac55d0538b1a062f683ae76a131">00476</a> eUNDEFINED = eMAX_TYPE_COUNT-1 -<a name="l00477"></a>00477 }; -<a name="l00478"></a>00478 }; -<a name="l00479"></a>00479 -<a name="l00480"></a>00480 -<a name="l00481"></a>00481 <span class="comment">// For internal use only</span> -<a name="l00482"></a><a class="code" href="structPxFilterObjectFlag.html">00482</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectFlag.html">PxFilterObjectFlag</a> -<a name="l00483"></a>00483 { -<a name="l00484"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">00484</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">Enum</a> -<a name="l00485"></a>00485 { -<a name="l00486"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">00486</a> eKINEMATIC = (1<<4), -<a name="l00487"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">00487</a> eTRIGGER = (1<<5) -<a name="l00488"></a>00488 }; -<a name="l00489"></a>00489 }; +<a name="l00440"></a>00440 +<a name="l00446"></a><a class="code" href="structPxFilterObjectType.html">00446</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectType.html" title="Identifies each type of filter object.">PxFilterObjectType</a> +<a name="l00447"></a>00447 { +<a name="l00448"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">00448</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">Enum</a> +<a name="l00449"></a>00449 { +<a name="l00454"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cfa2d4fccb6fa60f821cb7661a7d100124">00454</a> eRIGID_STATIC, +<a name="l00455"></a>00455 +<a name="l00460"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf25cf98409a3028d306afcdb07dc9bada">00460</a> eRIGID_DYNAMIC, +<a name="l00461"></a>00461 +<a name="l00467"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf9f616c2a37bb68bd02140f9578c992fb">00467</a> ePARTICLE_SYSTEM <a class="code" href="group__foundation.html#gfd8f8779793627061774cfcfa1b9fbd7">PX_DEPRECATED</a>, +<a name="l00468"></a>00468 +<a name="l00474"></a>00474 ePARTICLE_FLUID PX_DEPRECATED, +<a name="l00475"></a>00475 +<a name="l00480"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf84733c8624de6217f448a4bdde30d219">00480</a> eARTICULATION, +<a name="l00481"></a>00481 +<a name="l00486"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf8b5ad2155d1d501ecb296d608dc1c00d">00486</a> eCLOTH, +<a name="l00487"></a>00487 +<a name="l00488"></a>00488 <span class="comment">//brief internal use only!</span> +<a name="l00489"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">00489</a> eMAX_TYPE_COUNT = 16, <a name="l00490"></a>00490 -<a name="l00491"></a>00491 -<a name="l00497"></a><a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069">00497</a> <span class="keyword">typedef</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a>; -<a name="l00498"></a>00498 -<a name="l00499"></a>00499 -<a name="l00508"></a><a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a">00508</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a> <a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a" title="Extract filter object type from the filter attributes of a collision pair object...">PxGetFilterObjectType</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) -<a name="l00509"></a>00509 { -<a name="l00510"></a>00510 <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a><span class="keyword">></span>( (attr & (<a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">PxFilterObjectType::eMAX_TYPE_COUNT</a>-1)) ); -<a name="l00511"></a>00511 } -<a name="l00512"></a>00512 -<a name="l00513"></a>00513 -<a name="l00522"></a><a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c">00522</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c" title="Specifies whether the collision object belongs to a kinematic rigid body.">PxFilterObjectIsKinematic</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) -<a name="l00523"></a>00523 { -<a name="l00524"></a>00524 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">PxFilterObjectFlag::eKINEMATIC</a>) != 0); -<a name="l00525"></a>00525 } -<a name="l00526"></a>00526 -<a name="l00527"></a>00527 -<a name="l00536"></a><a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65">00536</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65" title="Specifies whether the collision object is a trigger shape.">PxFilterObjectIsTrigger</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) -<a name="l00537"></a>00537 { -<a name="l00538"></a>00538 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">PxFilterObjectFlag::eTRIGGER</a>) != 0); -<a name="l00539"></a>00539 } -<a name="l00540"></a>00540 -<a name="l00541"></a>00541 -<a name="l00596"></a>00596 <span class="keyword">typedef</span> <a class="code" href="group__physics.html#g675117fb97324a28d3b982b47430ea02" title="Bitfield that contains a set of raised flags defined in PxFilterFlag.">PxFilterFlags</a> (*<a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3" title="Filter shader to specify handling of collision pairs.">PxSimulationFilterShader</a>) -<a name="l00597"></a><a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3">00597</a> (<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, -<a name="l00598"></a>00598 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, -<a name="l00599"></a>00599 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <span class="keyword">const</span> <span class="keywordtype">void</span>* constantBlock, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> constantBlockSize); -<a name="l00600"></a>00600 -<a name="l00601"></a>00601 -<a name="l00602"></a>00602 -<a name="l00625"></a><a class="code" href="classPxSimulationFilterCallback.html">00625</a> <span class="keyword">class </span><a class="code" href="classPxSimulationFilterCallback.html" title="Filter callback to specify handling of collision pairs.">PxSimulationFilterCallback</a> -<a name="l00626"></a>00626 { -<a name="l00627"></a>00627 <span class="keyword">public</span>: -<a name="l00628"></a>00628 -<a name="l00652"></a>00652 <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxFilterFlags</a> pairFound( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, -<a name="l00653"></a>00653 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a0, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s0, -<a name="l00654"></a>00654 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a1, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s1, -<a name="l00655"></a>00655 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags) = 0; -<a name="l00656"></a>00656 -<a name="l00672"></a>00672 <span class="keyword">virtual</span> <span class="keywordtype">void</span> pairLost( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, -<a name="l00673"></a>00673 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, -<a name="l00674"></a>00674 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, -<a name="l00675"></a>00675 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, -<a name="l00676"></a>00676 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, -<a name="l00677"></a>00677 <span class="keywordtype">bool</span> objectRemoved) = 0; -<a name="l00678"></a>00678 -<a name="l00701"></a>00701 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> statusChange(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& pairID, <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <a class="code" href="classPxFlags.html">PxFilterFlags</a>& filterFlags) = 0; -<a name="l00702"></a>00702 -<a name="l00703"></a>00703 <span class="keyword">protected</span>: -<a name="l00704"></a><a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">00704</a> <span class="keyword">virtual</span> <a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">~PxSimulationFilterCallback</a>() {} -<a name="l00705"></a>00705 }; -<a name="l00706"></a>00706 -<a name="l00707"></a>00707 -<a name="l00708"></a><a class="code" href="structPxFilterInfo.html">00708</a> <span class="keyword">struct </span><a class="code" href="structPxFilterInfo.html">PxFilterInfo</a> -<a name="l00709"></a>00709 { -<a name="l00710"></a><a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">00710</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">PxFilterInfo</a>() : filterFlags(0), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} -<a name="l00711"></a><a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">00711</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">PxFilterInfo</a>(<a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags_) : filterFlags(filterFlags_), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} -<a name="l00712"></a>00712 -<a name="l00713"></a><a class="code" href="structPxFilterInfo.html#6f6d5276c2ddf9b9e98ed66eceddde53">00713</a> <a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags; -<a name="l00714"></a><a class="code" href="structPxFilterInfo.html#7849bbb07b6c94c1773fc5746cabbff7">00714</a> <a class="code" href="classPxFlags.html">PxPairFlags</a> pairFlags; -<a name="l00715"></a><a class="code" href="structPxFilterInfo.html#659c06ae11aaedb8a8ba037e325cd27e">00715</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> filterPairIndex; -<a name="l00716"></a>00716 }; -<a name="l00717"></a>00717 -<a name="l00718"></a><a class="code" href="structPxPairFilteringMode.html">00718</a> <span class="keyword">struct </span><a class="code" href="structPxPairFilteringMode.html">PxPairFilteringMode</a> -<a name="l00719"></a>00719 { -<a name="l00720"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">00720</a> <span class="keyword">enum</span> <a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">Enum</a> -<a name="l00721"></a>00721 { -<a name="l00726"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761515ecf48d452c22f6fb755df16919eca4">00726</a> eKEEP, -<a name="l00727"></a>00727 -<a name="l00732"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761590ed10dc7c31e894ffc5cff471c91537">00732</a> eSUPPRESS, +<a name="l00491"></a>00491 <span class="comment">//brief internal use only!</span> +<a name="l00492"></a><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf3c8b1ac55d0538b1a062f683ae76a131">00492</a> eUNDEFINED = eMAX_TYPE_COUNT-1 +<a name="l00493"></a>00493 }; +<a name="l00494"></a>00494 }; +<a name="l00495"></a>00495 +<a name="l00496"></a>00496 +<a name="l00497"></a>00497 <span class="comment">// For internal use only</span> +<a name="l00498"></a><a class="code" href="structPxFilterObjectFlag.html">00498</a> <span class="keyword">struct </span><a class="code" href="structPxFilterObjectFlag.html">PxFilterObjectFlag</a> +<a name="l00499"></a>00499 { +<a name="l00500"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">00500</a> <span class="keyword">enum</span> <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb45187666419">Enum</a> +<a name="l00501"></a>00501 { +<a name="l00502"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">00502</a> eKINEMATIC = (1<<4), +<a name="l00503"></a><a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">00503</a> eTRIGGER = (1<<5) +<a name="l00504"></a>00504 }; +<a name="l00505"></a>00505 }; +<a name="l00506"></a>00506 +<a name="l00507"></a>00507 +<a name="l00513"></a><a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069">00513</a> <span class="keyword">typedef</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a>; +<a name="l00514"></a>00514 +<a name="l00515"></a>00515 +<a name="l00524"></a><a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a">00524</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a> <a class="code" href="group__physics.html#g479e145e0c33b0708ec9dd997480294a" title="Extract filter object type from the filter attributes of a collision pair object...">PxGetFilterObjectType</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) +<a name="l00525"></a>00525 { +<a name="l00526"></a>00526 <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf">PxFilterObjectType::Enum</a><span class="keyword">></span>( (attr & (<a class="code" href="structPxFilterObjectType.html#6b94c22981119369d08ce8b13838a3cf744d025c426b25ca3261d860f6538fd9">PxFilterObjectType::eMAX_TYPE_COUNT</a>-1)) ); +<a name="l00527"></a>00527 } +<a name="l00528"></a>00528 +<a name="l00529"></a>00529 +<a name="l00538"></a><a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c">00538</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#g396ee882c9ea7398e48bb9e0375a567c" title="Specifies whether the collision object belongs to a kinematic rigid body.">PxFilterObjectIsKinematic</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) +<a name="l00539"></a>00539 { +<a name="l00540"></a>00540 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb451876664198bd2b17ea6e553d0c0770e70bfc5983c">PxFilterObjectFlag::eKINEMATIC</a>) != 0); +<a name="l00541"></a>00541 } +<a name="l00542"></a>00542 +<a name="l00543"></a>00543 +<a name="l00552"></a><a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65">00552</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <span class="keywordtype">bool</span> <a class="code" href="group__physics.html#gbd83d1895d4f68e1e3e0f406c4c8ce65" title="Specifies whether the collision object is a trigger shape.">PxFilterObjectIsTrigger</a>(<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attr) +<a name="l00553"></a>00553 { +<a name="l00554"></a>00554 <span class="keywordflow">return</span> ((attr & <a class="code" href="structPxFilterObjectFlag.html#7230bf2cf2ad3d35c4adb4518766641922d371ca8d8e3c460b1c15abaf7f8d66">PxFilterObjectFlag::eTRIGGER</a>) != 0); +<a name="l00555"></a>00555 } +<a name="l00556"></a>00556 +<a name="l00557"></a>00557 +<a name="l00612"></a>00612 <span class="keyword">typedef</span> <a class="code" href="group__physics.html#g675117fb97324a28d3b982b47430ea02" title="Bitfield that contains a set of raised flags defined in PxFilterFlag.">PxFilterFlags</a> (*<a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3" title="Filter shader to specify handling of collision pairs.">PxSimulationFilterShader</a>) +<a name="l00613"></a><a class="code" href="group__physics.html#g9db06e901a760fb02c06f27bf3e474b3">00613</a> (<a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, +<a name="l00614"></a>00614 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, +<a name="l00615"></a>00615 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <span class="keyword">const</span> <span class="keywordtype">void</span>* constantBlock, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> constantBlockSize); +<a name="l00616"></a>00616 +<a name="l00617"></a>00617 +<a name="l00618"></a>00618 +<a name="l00641"></a><a class="code" href="classPxSimulationFilterCallback.html">00641</a> <span class="keyword">class </span><a class="code" href="classPxSimulationFilterCallback.html" title="Filter callback to specify handling of collision pairs.">PxSimulationFilterCallback</a> +<a name="l00642"></a>00642 { +<a name="l00643"></a>00643 <span class="keyword">public</span>: +<a name="l00644"></a>00644 +<a name="l00668"></a>00668 <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxFilterFlags</a> pairFound( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, +<a name="l00669"></a>00669 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a0, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s0, +<a name="l00670"></a>00670 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, <span class="keyword">const</span> <a class="code" href="classPxActor.html" title="PxActor is the base class for the main simulation objects in the physics SDK.">PxActor</a>* a1, <span class="keyword">const</span> <a class="code" href="classPxShape.html" title="Abstract class for collision shapes.">PxShape</a>* s1, +<a name="l00671"></a>00671 <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags) = 0; +<a name="l00672"></a>00672 +<a name="l00688"></a>00688 <span class="keyword">virtual</span> <span class="keywordtype">void</span> pairLost( <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> pairID, +<a name="l00689"></a>00689 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes0, +<a name="l00690"></a>00690 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData0, +<a name="l00691"></a>00691 <a class="code" href="group__physics.html#g7b0c5783657e45e3fd752adfe3c1d069" title="Structure which gets passed into the collision filtering shader and/or callback providing...">PxFilterObjectAttributes</a> attributes1, +<a name="l00692"></a>00692 <a class="code" href="structPxFilterData.html" title="PxFilterData is user-definable data which gets passed into the collision filtering...">PxFilterData</a> filterData1, +<a name="l00693"></a>00693 <span class="keywordtype">bool</span> objectRemoved) = 0; +<a name="l00694"></a>00694 +<a name="l00717"></a>00717 <span class="keyword">virtual</span> <span class="keywordtype">bool</span> statusChange(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a>& pairID, <a class="code" href="classPxFlags.html">PxPairFlags</a>& pairFlags, <a class="code" href="classPxFlags.html">PxFilterFlags</a>& filterFlags) = 0; +<a name="l00718"></a>00718 +<a name="l00719"></a>00719 <span class="keyword">protected</span>: +<a name="l00720"></a><a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">00720</a> <span class="keyword">virtual</span> <a class="code" href="classPxSimulationFilterCallback.html#385041a8854edf7e7e2281fd56eb9b6b">~PxSimulationFilterCallback</a>() {} +<a name="l00721"></a>00721 }; +<a name="l00722"></a>00722 +<a name="l00723"></a>00723 +<a name="l00724"></a><a class="code" href="structPxFilterInfo.html">00724</a> <span class="keyword">struct </span><a class="code" href="structPxFilterInfo.html">PxFilterInfo</a> +<a name="l00725"></a>00725 { +<a name="l00726"></a><a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">00726</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#ecaeb3497f2990e0f45fed7c5034d503">PxFilterInfo</a>() : filterFlags(0), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} +<a name="l00727"></a><a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">00727</a> <a class="code" href="group__foundation.html#g6a774eed3cad34b0f636332a3d28c6bb">PX_FORCE_INLINE</a> <a class="code" href="structPxFilterInfo.html#6e92386eabf36bc390e69270128caf65">PxFilterInfo</a>(<a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags_) : filterFlags(filterFlags_), pairFlags(0), filterPairIndex(<a class="code" href="group__physics.html#gec480d86354043f6c7cb13b237914e7f">INVALID_FILTER_PAIR_INDEX</a>) {} +<a name="l00728"></a>00728 +<a name="l00729"></a><a class="code" href="structPxFilterInfo.html#6f6d5276c2ddf9b9e98ed66eceddde53">00729</a> <a class="code" href="classPxFlags.html">PxFilterFlags</a> filterFlags; +<a name="l00730"></a><a class="code" href="structPxFilterInfo.html#7849bbb07b6c94c1773fc5746cabbff7">00730</a> <a class="code" href="classPxFlags.html">PxPairFlags</a> pairFlags; +<a name="l00731"></a><a class="code" href="structPxFilterInfo.html#659c06ae11aaedb8a8ba037e325cd27e">00731</a> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> filterPairIndex; +<a name="l00732"></a>00732 }; <a name="l00733"></a>00733 -<a name="l00737"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615d053cb78e88913567e0cb208ea2c458c">00737</a> eKILL, -<a name="l00738"></a>00738 -<a name="l00742"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615464ca27835cd3bfe25854b99b6940c71">00742</a> eDEFAULT -<a name="l00743"></a>00743 }; -<a name="l00744"></a>00744 }; -<a name="l00745"></a>00745 -<a name="l00746"></a>00746 <span class="preprocessor">#if !PX_DOXYGEN</span> -<a name="l00747"></a>00747 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> -<a name="l00748"></a>00748 <span class="preprocessor">#endif</span> -<a name="l00749"></a>00749 <span class="preprocessor"></span> -<a name="l00751"></a>00751 <span class="preprocessor">#endif</span> +<a name="l00734"></a><a class="code" href="structPxPairFilteringMode.html">00734</a> <span class="keyword">struct </span><a class="code" href="structPxPairFilteringMode.html">PxPairFilteringMode</a> +<a name="l00735"></a>00735 { +<a name="l00736"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">00736</a> <span class="keyword">enum</span> <a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615">Enum</a> +<a name="l00737"></a>00737 { +<a name="l00742"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761515ecf48d452c22f6fb755df16919eca4">00742</a> eKEEP, +<a name="l00743"></a>00743 +<a name="l00748"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf761590ed10dc7c31e894ffc5cff471c91537">00748</a> eSUPPRESS, +<a name="l00749"></a>00749 +<a name="l00753"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615d053cb78e88913567e0cb208ea2c458c">00753</a> eKILL, +<a name="l00754"></a>00754 +<a name="l00758"></a><a class="code" href="structPxPairFilteringMode.html#eaa62ad327b874e4b199022401bf7615464ca27835cd3bfe25854b99b6940c71">00758</a> eDEFAULT +<a name="l00759"></a>00759 }; +<a name="l00760"></a>00760 }; +<a name="l00761"></a>00761 +<a name="l00762"></a>00762 <span class="preprocessor">#if !PX_DOXYGEN</span> +<a name="l00763"></a>00763 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> +<a name="l00764"></a>00764 <span class="preprocessor">#endif</span> +<a name="l00765"></a>00765 <span class="preprocessor"></span> +<a name="l00767"></a>00767 <span class="preprocessor">#endif</span> </pre></div></div> <hr style="width: 100%; height: 2px;"><br> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html index 982913a9..ccd2a53f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h.html @@ -37,7 +37,7 @@ This graph shows which files directly or indirectly include this file:</div> <div class="dynsection"> <p><center><img src="PxHeightFieldSample_8h__dep__incl.png" border="0" usemap="#PxHeightFieldSample.hdep_map" alt=""></center> <map name="PxHeightFieldSample.hdep_map"> -<area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="29,85,128,107"></map> +<area shape="rect" href="PxHeightField_8h.html" title="PxHeightField.h" alt="PxHeightField.h" coords="7,85,108,106"><area shape="rect" href="PxPhysicsAPI_8h.html" title="PxPhysicsAPI.h" alt="PxPhysicsAPI.h" coords="52,154,151,176"></map> </div> <p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png Binary files differindex 634a15cb..e7534bbe 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightFieldSample_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html index 97288739..8e23f7a6 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h-source.html @@ -52,64 +52,67 @@ <a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define PX_PHYSICS_GEOMUTILS_NX_HEIGHTFIELD</span> <a name="l00033"></a>00033 <span class="preprocessor"></span> <a name="l00037"></a>00037 <span class="preprocessor">#include "<a class="code" href="PxHeightFieldFlag_8h.html">geometry/PxHeightFieldFlag.h</a>"</span> -<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="PxBase_8h.html">common/PxBase.h</a>"</span> -<a name="l00039"></a>00039 -<a name="l00040"></a>00040 <span class="preprocessor">#if !PX_DOXYGEN</span> -<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="keyword">namespace </span>physx -<a name="l00042"></a>00042 { -<a name="l00043"></a>00043 <span class="preprocessor">#endif</span> -<a name="l00044"></a>00044 <span class="preprocessor"></span> -<a name="l00045"></a>00045 <span class="keyword">class </span><a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>; -<a name="l00046"></a>00046 -<a name="l00084"></a><a class="code" href="classPxHeightField.html">00084</a> <span class="keyword">class </span><a class="code" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> : <span class="keyword">public</span> <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a> -<a name="l00085"></a>00085 { -<a name="l00086"></a>00086 <span class="keyword">public</span>: -<a name="l00092"></a>00092 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> release() = 0; -<a name="l00093"></a>00093 -<a name="l00106"></a>00106 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> saveCells(<span class="keywordtype">void</span>* destBuffer, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> destBufferSize) <span class="keyword">const</span> = 0; -<a name="l00107"></a>00107 -<a name="l00128"></a>00128 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> modifySamples(<a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startCol, <a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startRow, <span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& subfieldDesc, <span class="keywordtype">bool</span> shrinkBounds = <span class="keyword">false</span>) = 0; -<a name="l00129"></a>00129 -<a name="l00137"></a>00137 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbRows() <span class="keyword">const</span> = 0; -<a name="l00138"></a>00138 -<a name="l00146"></a>00146 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbColumns() <span class="keyword">const</span> = 0; -<a name="l00147"></a>00147 -<a name="l00155"></a>00155 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="structPxHeightFieldFormat.html#d28e3afa439f8ff1df6067288c46d9c5">PxHeightFieldFormat::Enum</a> getFormat() <span class="keyword">const</span> = 0; -<a name="l00156"></a>00156 -<a name="l00164"></a>00164 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getSampleStride() <span class="keyword">const</span> = 0; -<a name="l00165"></a>00165 -<a name="l00173"></a>00173 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getThickness() <span class="keyword">const</span> = 0; -<a name="l00174"></a>00174 -<a name="l00182"></a>00182 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getConvexEdgeThreshold() <span class="keyword">const</span> = 0; -<a name="l00183"></a>00183 -<a name="l00191"></a>00191 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxHeightFieldFlags</a> getFlags() <span class="keyword">const</span> = 0; -<a name="l00192"></a>00192 -<a name="l00198"></a>00198 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getHeight(<a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> x, <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> z) <span class="keyword">const</span> = 0; -<a name="l00199"></a>00199 -<a name="l00208"></a>00208 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getReferenceCount() <span class="keyword">const</span> = 0; -<a name="l00209"></a>00209 -<a name="l00215"></a>00215 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> acquireReference() = 0; -<a name="l00216"></a>00216 -<a name="l00225"></a>00225 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="group__common.html#gc816bc62a68a52f01bf21f963295e822">PxMaterialTableIndex</a> getTriangleMaterialIndex(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; -<a name="l00226"></a>00226 -<a name="l00235"></a>00235 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxVec3.html" title="3 Element vector class.">PxVec3</a> getTriangleNormal(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; -<a name="l00236"></a>00236 -<a name="l00245"></a>00245 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getTimestamp() <span class="keyword">const</span> = 0; +<a name="l00038"></a>00038 <span class="preprocessor">#include "<a class="code" href="PxHeightFieldSample_8h.html">geometry/PxHeightFieldSample.h</a>"</span> +<a name="l00039"></a>00039 <span class="preprocessor">#include "<a class="code" href="PxBase_8h.html">common/PxBase.h</a>"</span> +<a name="l00040"></a>00040 +<a name="l00041"></a>00041 <span class="preprocessor">#if !PX_DOXYGEN</span> +<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="keyword">namespace </span>physx +<a name="l00043"></a>00043 { +<a name="l00044"></a>00044 <span class="preprocessor">#endif</span> +<a name="l00045"></a>00045 <span class="preprocessor"></span> +<a name="l00046"></a>00046 <span class="keyword">class </span><a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>; +<a name="l00047"></a>00047 +<a name="l00085"></a><a class="code" href="classPxHeightField.html">00085</a> <span class="keyword">class </span><a class="code" href="classPxHeightField.html" title="A height field class.">PxHeightField</a> : <span class="keyword">public</span> <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a> +<a name="l00086"></a>00086 { +<a name="l00087"></a>00087 <span class="keyword">public</span>: +<a name="l00093"></a>00093 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> release() = 0; +<a name="l00094"></a>00094 +<a name="l00107"></a>00107 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> saveCells(<span class="keywordtype">void</span>* destBuffer, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> destBufferSize) <span class="keyword">const</span> = 0; +<a name="l00108"></a>00108 +<a name="l00129"></a>00129 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> modifySamples(<a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startCol, <a class="code" href="namespacephysx.html#2d0d277fc9b3eb2bff0fcfa416ae6ae4">PxI32</a> startRow, <span class="keyword">const</span> <a class="code" href="classPxHeightFieldDesc.html" title="Descriptor class for PxHeightField.">PxHeightFieldDesc</a>& subfieldDesc, <span class="keywordtype">bool</span> shrinkBounds = <span class="keyword">false</span>) = 0; +<a name="l00130"></a>00130 +<a name="l00138"></a>00138 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbRows() <span class="keyword">const</span> = 0; +<a name="l00139"></a>00139 +<a name="l00147"></a>00147 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getNbColumns() <span class="keyword">const</span> = 0; +<a name="l00148"></a>00148 +<a name="l00156"></a>00156 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="structPxHeightFieldFormat.html#d28e3afa439f8ff1df6067288c46d9c5">PxHeightFieldFormat::Enum</a> getFormat() <span class="keyword">const</span> = 0; +<a name="l00157"></a>00157 +<a name="l00165"></a>00165 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getSampleStride() <span class="keyword">const</span> = 0; +<a name="l00166"></a>00166 +<a name="l00174"></a>00174 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getThickness() <span class="keyword">const</span> = 0; +<a name="l00175"></a>00175 +<a name="l00183"></a>00183 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getConvexEdgeThreshold() <span class="keyword">const</span> = 0; +<a name="l00184"></a>00184 +<a name="l00192"></a>00192 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxFlags.html">PxHeightFieldFlags</a> getFlags() <span class="keyword">const</span> = 0; +<a name="l00193"></a>00193 +<a name="l00199"></a>00199 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> getHeight(<a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> x, <a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a> z) <span class="keyword">const</span> = 0; +<a name="l00200"></a>00200 +<a name="l00209"></a>00209 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getReferenceCount() <span class="keyword">const</span> = 0; +<a name="l00210"></a>00210 +<a name="l00216"></a>00216 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">void</span> acquireReference() = 0; +<a name="l00217"></a>00217 +<a name="l00226"></a>00226 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="group__common.html#gc816bc62a68a52f01bf21f963295e822">PxMaterialTableIndex</a> getTriangleMaterialIndex(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; +<a name="l00227"></a>00227 +<a name="l00236"></a>00236 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxVec3.html" title="3 Element vector class.">PxVec3</a> getTriangleNormal(<a class="code" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) <span class="keyword">const</span> = 0; +<a name="l00237"></a>00237 +<a name="l00245"></a>00245 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <a class="code" href="structPxHeightFieldSample.html" title="Heightfield sample format.">PxHeightFieldSample</a>& getSample(<a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> row, <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> column) <span class="keyword">const</span> = 0; <a name="l00246"></a>00246 -<a name="l00247"></a><a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc">00247</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc" title="Returns string name of dynamic type.">getConcreteTypeName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="stringliteral">"PxHeightField"</span>; } -<a name="l00248"></a>00248 -<a name="l00249"></a>00249 <span class="keyword">protected</span>: -<a name="l00250"></a><a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">00250</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">PxHeightField</a>(<a class="code" href="group__common.html#gc1fb4b256a5d900d394e89db170a2b79">PxType</a> concreteType, <a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(concreteType, baseFlags) {} -<a name="l00251"></a><a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">00251</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">PxHeightField</a>(<a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(baseFlags) {} -<a name="l00252"></a><a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">00252</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">~PxHeightField</a>() {} -<a name="l00253"></a><a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2">00253</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2" title="Returns whether a given type name matches with the type of this instance.">isKindOf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !::strcmp(<span class="stringliteral">"PxHeightField"</span>, name) || <a class="code" href="classPxBase.html#ae9d444c7cfd1715a101350a1b1226ef" title="Returns whether a given type name matches with the type of this instance.">PxBase::isKindOf</a>(name); } -<a name="l00254"></a>00254 }; -<a name="l00255"></a>00255 -<a name="l00256"></a>00256 <span class="preprocessor">#if !PX_DOXYGEN</span> -<a name="l00257"></a>00257 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> -<a name="l00258"></a>00258 <span class="preprocessor">#endif</span> -<a name="l00259"></a>00259 <span class="preprocessor"></span> -<a name="l00261"></a>00261 <span class="preprocessor">#endif</span> +<a name="l00255"></a>00255 <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="namespacephysx.html#9b7fbd746d18bf5b6545713a8d818f41">PxU32</a> getTimestamp() <span class="keyword">const</span> = 0; +<a name="l00256"></a>00256 +<a name="l00257"></a><a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc">00257</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="classPxHeightField.html#c266359903e8e4d9f9c6af37804a32fc" title="Returns string name of dynamic type.">getConcreteTypeName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="stringliteral">"PxHeightField"</span>; } +<a name="l00258"></a>00258 +<a name="l00259"></a>00259 <span class="keyword">protected</span>: +<a name="l00260"></a><a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">00260</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#3687346446cb1c0f7ec1e36ccebb0e65">PxHeightField</a>(<a class="code" href="group__common.html#gc1fb4b256a5d900d394e89db170a2b79">PxType</a> concreteType, <a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(concreteType, baseFlags) {} +<a name="l00261"></a><a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">00261</a> <a class="code" href="group__foundation.html#gcb03347b642a2a5bdea1f9b305a6fbec">PX_INLINE</a> <a class="code" href="classPxHeightField.html#2803c15d545408ec8f6c8bbfbdac915c">PxHeightField</a>(<a class="code" href="classPxFlags.html">PxBaseFlags</a> baseFlags) : <a class="code" href="classPxBase.html" title="Base class for objects that can be members of a PxCollection.">PxBase</a>(baseFlags) {} +<a name="l00262"></a><a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">00262</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <a class="code" href="classPxHeightField.html#e396d735d14cac4cf08958256362bc79">~PxHeightField</a>() {} +<a name="l00263"></a><a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2">00263</a> <a class="code" href="group__common.html#g87ae1d60bdf83754e2fe5065aab40ec4">PX_PHYSX_COMMON_API</a> <span class="keyword">virtual</span> <span class="keywordtype">bool</span> <a class="code" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2" title="Returns whether a given type name matches with the type of this instance.">isKindOf</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* name)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !::strcmp(<span class="stringliteral">"PxHeightField"</span>, name) || <a class="code" href="classPxBase.html#ae9d444c7cfd1715a101350a1b1226ef" title="Returns whether a given type name matches with the type of this instance.">PxBase::isKindOf</a>(name); } +<a name="l00264"></a>00264 }; +<a name="l00265"></a>00265 +<a name="l00266"></a>00266 <span class="preprocessor">#if !PX_DOXYGEN</span> +<a name="l00267"></a>00267 <span class="preprocessor"></span>} <span class="comment">// namespace physx</span> +<a name="l00268"></a>00268 <span class="preprocessor">#endif</span> +<a name="l00269"></a>00269 <span class="preprocessor"></span> +<a name="l00271"></a>00271 <span class="preprocessor">#endif</span> </pre></div></div> <hr style="width: 100%; height: 2px;"><br> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html index 0991a00b..8fce656f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h.html @@ -20,6 +20,7 @@ <!-- Generated by Doxygen 1.5.8 --> <div class="contents"> <h1>PxHeightField.h File Reference</h1><code>#include "<a class="el" href="PxHeightFieldFlag_8h-source.html">geometry/PxHeightFieldFlag.h</a>"</code><br> +<code>#include "<a class="el" href="PxHeightFieldSample_8h-source.html">geometry/PxHeightFieldSample.h</a>"</code><br> <code>#include "<a class="el" href="PxBase_8h-source.html">common/PxBase.h</a>"</code><br> <p> @@ -28,7 +29,7 @@ Include dependency graph for PxHeightField.h:</div> <div class="dynsection"> <p><center><img src="PxHeightField_8h__incl.png" border="0" usemap="#PxHeightField.h_map" alt=""></center> <map name="PxHeightField.h_map"> -<area shape="rect" href="PxHeightFieldFlag_8h.html" title="geometry/PxHeightFieldFlag.h" alt="geometry/PxHeightFieldFlag.h" coords="7,85,191,106"><area shape="rect" href="PxBase_8h.html" title="common/PxBase.h" alt="common/PxBase.h" coords="216,85,336,106"><area shape="rect" href="PxFlags_8h.html" title="foundation/PxFlags.h" alt="foundation/PxFlags.h" coords="31,154,159,176"><area shape="rect" href="Px_8h.html" title="foundation/Px.h" alt="foundation/Px.h" coords="229,362,328,384"><area shape="rect" href="PxSimpleTypes_8h.html" title="foundation/PxSimpleTypes.h" alt="foundation/PxSimpleTypes.h" coords="203,432,379,453"><area shape="rect" href="PxPreprocessor_8h.html" title="foundation/PxPreprocessor.h" alt="foundation/PxPreprocessor.h" coords="65,501,241,522"><area shape="rect" href="PxSerialFramework_8h.html" title="PxSerialFramework.h" alt="PxSerialFramework.h" coords="132,224,265,245"><area shape="rect" href="PxCollection_8h.html" title="PxCollection.h" alt="PxCollection.h" coords="233,154,324,176"><area shape="rect" href="PxTypeInfo_8h.html" title="common/PxTypeInfo.h" alt="common/PxTypeInfo.h" coords="289,224,425,245"><area shape="rect" href="PxPhysXCommonConfig_8h.html" title="common/PxPhysXCommonConfig.h" alt="common/PxPhysXCommonConfig.h" coords="171,293,387,314"></map> +<area shape="rect" href="PxHeightFieldFlag_8h.html" title="geometry/PxHeightFieldFlag.h" alt="geometry/PxHeightFieldFlag.h" coords="7,85,191,106"><area shape="rect" href="PxHeightFieldSample_8h.html" title="geometry/PxHeightFieldSample.h" alt="geometry/PxHeightFieldSample.h" coords="88,224,293,245"><area shape="rect" href="PxBase_8h.html" title="common/PxBase.h" alt="common/PxBase.h" coords="303,85,423,106"><area shape="rect" href="PxFlags_8h.html" title="foundation/PxFlags.h" alt="foundation/PxFlags.h" coords="35,154,163,176"><area shape="rect" href="Px_8h.html" title="foundation/Px.h" alt="foundation/Px.h" coords="197,362,296,384"><area shape="rect" href="PxSimpleTypes_8h.html" title="foundation/PxSimpleTypes.h" alt="foundation/PxSimpleTypes.h" coords="228,432,404,453"><area shape="rect" href="PxPreprocessor_8h.html" title="foundation/PxPreprocessor.h" alt="foundation/PxPreprocessor.h" coords="91,501,267,522"><area shape="rect" href="PxPhysXCommonConfig_8h.html" title="common/PxPhysXCommonConfig.h" alt="common/PxPhysXCommonConfig.h" coords="285,293,501,314"><area shape="rect" href="PxBitAndData_8h.html" title="foundation/PxBitAndData.h" alt="foundation/PxBitAndData.h" coords="101,293,261,314"><area shape="rect" href="PxSerialFramework_8h.html" title="PxSerialFramework.h" alt="PxSerialFramework.h" coords="317,224,451,245"><area shape="rect" href="PxCollection_8h.html" title="PxCollection.h" alt="PxCollection.h" coords="359,154,449,176"><area shape="rect" href="PxTypeInfo_8h.html" title="common/PxTypeInfo.h" alt="common/PxTypeInfo.h" coords="475,224,611,245"></map> </div> <p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png Binary files differindex e996c3cf..5f56a16e 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxHeightField_8h__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png Binary files differindex 125a2c6d..302992c3 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxPhysXCommonConfig_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html index fed4c020..0e5cf305 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxSceneDesc_8h-source.html @@ -136,7 +136,7 @@ <a name="l00353"></a>00353 <a name="l00354"></a>00354 <span class="comment">/*\brief Enables the GPU dynamics pipeline</span> <a name="l00355"></a>00355 <span class="comment"></span> -<a name="l00356"></a>00356 <span class="comment"> When set to true, a CUDA 2.0 or above-enabled NVIDIA GPU is present and the GPU dispatcher has been configured, this will run the GPU dynamics pipelin instead of the CPU dynamics pipeline.</span> +<a name="l00356"></a>00356 <span class="comment"> When set to true, a CUDA ARCH 3.0 or above-enabled NVIDIA GPU is present and the GPU dispatcher has been configured, this will run the GPU dynamics pipelin instead of the CPU dynamics pipeline.</span> <a name="l00357"></a>00357 <span class="comment"></span> <a name="l00358"></a>00358 <span class="comment"> Note that this flag is not mutable and must be set in PxSceneDesc at scene creation.</span> <a name="l00359"></a>00359 <span class="comment"> */</span> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png b/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png Binary files differindex ae29b717..6cf3de03 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png +++ b/PhysX_3.4/Documentation/PhysXAPI/files/Px_8h__dep__incl.png diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html index 59f32878..df8fa503 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxBase.html @@ -313,7 +313,7 @@ Returns whether a given type name matches with the type of this instance. <p>Reimplemented in <a class="el" href="classPxActor.html#fe6ddb3480f61350f60496c2e903c5c7">PxActor</a>, <a class="el" href="classPxAggregate.html#1e0c26f3a6785c99802e6ef8dd9f7625">PxAggregate</a>, <a class="el" href="classPxArticulation.html#ebd44e6ecdffe21d718935245277e55a">PxArticulation</a>, <a class="el" href="classPxArticulationJoint.html#713c786ca5a9d2a93d3b5e8d3cb6943d">PxArticulationJoint</a>, <a class="el" href="classPxArticulationLink.html#45d7a988876af31572acca1376401c18">PxArticulationLink</a>, <a class="el" href="classPxConstraint.html#dc7e64a1dc17a8713d91d5be6dc39bb9">PxConstraint</a>, <a class="el" href="classPxMaterial.html#51a36ceb87a3713a997e498b012e9ebd">PxMaterial</a>, <a class="el" href="classPxPruningStructure.html#e98909cff0cdd4acaa494e760380004d">PxPruningStructure</a>, <a class="el" href="classPxRigidActor.html#e644382039f621f73ca7db7aa9d2e0cf">PxRigidActor</a>, <a class="el" href="classPxRigidBody.html#d2e17e08871d8a2f492aee495550a0a0">PxRigidBody</a>, <a class="el" href="classPxRigidDynamic.html#0ed60c0a05771d8679069a46b778f8f8">PxRigidDynamic</a>, <a class="el" href="classPxRigidStatic.html#b8f40a26cecf625a44d573d611e20842">PxRigidStatic</a>, <a class="el" href="classPxShape.html#1bcf5d308c093487d38bf773f5e3f1c2">PxShape</a>, <a class="el" href="classPxCloth.html#0f88ba159c4c72515ab36340d2c2dcbf">PxCloth</a>, <a class="el" href="classPxClothFabric.html#be572798a8088bf4712bc9dc9a65001f">PxClothFabric</a>, <a class="el" href="classPxD6Joint.html#6beea386f0d7451ab3ba94148a5da298">PxD6Joint</a>, <a class="el" href="classPxDistanceJoint.html#776679114f757961f63b9fd12c2dbae5">PxDistanceJoint</a>, <a class="el" href="classPxFixedJoint.html#5104a08772b4a89d470c8979531825e3">PxFixedJoint</a>, <a class="el" href="classPxJoint.html#bf37afb8ce63b5402cf69ab6e9344b28">PxJoint</a>, <a class="el" href="classPxPrismaticJoint.html#78899fed02686ce4b734cf07a801896d">PxPrismaticJoint</a>, <a class="el" href="classPxRevoluteJoint.html#572ee73d78d99e09f6e7a2eb3dcb15f0">PxRevoluteJoint</a>, <a class="el" href="classPxSphericalJoint.html#2fa42a5334d0b2395dec6b2be0909dd3">PxSphericalJoint</a>, <a class="el" href="classPxConvexMesh.html#83fcfce5eb9b19deab9430ae0acc0e0a">PxConvexMesh</a>, <a class="el" href="classPxHeightField.html#6ae6e27819ae0ea7488763c8cef3a7a2">PxHeightField</a>, <a class="el" href="classPxTriangleMesh.html#3a8e22d30966c97fb0686dfae276d67a">PxTriangleMesh</a>, <a class="el" href="classPxBVH33TriangleMesh.html#7ca6d7f49dd4c5f7cf5e38dac11a2115">PxBVH33TriangleMesh</a>, <a class="el" href="classPxBVH34TriangleMesh.html#e0d6eb64efb99cba55444c94f265d70f">PxBVH34TriangleMesh</a>, <a class="el" href="classPxParticleBase.html#61ea48642f847d81588a2c9e442fe8a0">PxParticleBase</a>, <a class="el" href="classPxParticleFluid.html#0db52e5bf2c3ba3ee1e4c2eec3a18a74">PxParticleFluid</a>, <a class="el" href="classPxParticleSystem.html#5ca70971bfaa280a0401152ce3fc5fe6">PxParticleSystem</a>, <a class="el" href="classPxVehicleDrive.html#19c6167aadc9202fcb1bc59c376409c1">PxVehicleDrive</a>, <a class="el" href="classPxVehicleDrive4W.html#312ca7d7afa7961e986347f5681e3144">PxVehicleDrive4W</a>, <a class="el" href="classPxVehicleDriveNW.html#1a00b208ede629e459d96bf0b213c87a">PxVehicleDriveNW</a>, <a class="el" href="classPxVehicleDriveTank.html#f22ba01c4f83be7141c8d96a30185615">PxVehicleDriveTank</a>, <a class="el" href="classPxVehicleNoDrive.html#e6115dc7e2bf9a1a8f73d39c88ac8a65">PxVehicleNoDrive</a>, and <a class="el" href="classPxVehicleWheels.html#dc581b466ddace41b7592df8cf54b69a">PxVehicleWheels</a>.</p> -<p>Referenced by <a class="el" href="PxVehicleWheels_8h-source.html#l00792">PxVehicleWheels::isKindOf()</a>, <a class="el" href="PxVehicleNoDrive_8h-source.html#l00201">PxVehicleNoDrive::isKindOf()</a>, <a class="el" href="PxVehicleDriveTank_8h-source.html#l00268">PxVehicleDriveTank::isKindOf()</a>, <a class="el" href="PxVehicleDriveNW_8h-source.html#l00225">PxVehicleDriveNW::isKindOf()</a>, <a class="el" href="PxVehicleDrive4W_8h-source.html#l00264">PxVehicleDrive4W::isKindOf()</a>, <a class="el" href="PxVehicleDrive_8h-source.html#l00556">PxVehicleDrive::isKindOf()</a>, <a class="el" href="PxTriangleMesh_8h-source.html#l00278">PxTriangleMesh::isKindOf()</a>, <a class="el" href="PxShape_8h-source.html#l00574">PxShape::isKindOf()</a>, <a class="el" href="PxPruningStructure_8h-source.html#l00100">PxPruningStructure::isKindOf()</a>, <a class="el" href="PxMaterial_8h-source.html#l00315">PxMaterial::isKindOf()</a>, <a class="el" href="PxJoint_8h-source.html#l00400">PxJoint::isKindOf()</a>, <a class="el" href="PxHeightField_8h-source.html#l00253">PxHeightField::isKindOf()</a>, <a class="el" href="PxConvexMesh_8h-source.html#l00189">PxConvexMesh::isKindOf()</a>, <a class="el" href="PxConstraint_8h-source.html#l00290">PxConstraint::isKindOf()</a>, <a class="el" href="PxClothFabric_8h-source.html#l00340">PxClothFabric::isKindOf()</a>, <a class="el" href="PxArticulationJoint_8h-source.html#l00490">PxArticulationJoint::isKindOf()</a>, <a class="el" href="PxArticulation_8h-source.html#l00520">PxArticulation::isKindOf()</a>, <a class="el" href="PxAggregate_8h-source.html#l00197">PxAggregate::isKindOf()</a>, and <a class="el" href="PxActor_8h-source.html#l00377">PxActor::isKindOf()</a>.</p> +<p>Referenced by <a class="el" href="PxVehicleWheels_8h-source.html#l00792">PxVehicleWheels::isKindOf()</a>, <a class="el" href="PxVehicleNoDrive_8h-source.html#l00201">PxVehicleNoDrive::isKindOf()</a>, <a class="el" href="PxVehicleDriveTank_8h-source.html#l00268">PxVehicleDriveTank::isKindOf()</a>, <a class="el" href="PxVehicleDriveNW_8h-source.html#l00225">PxVehicleDriveNW::isKindOf()</a>, <a class="el" href="PxVehicleDrive4W_8h-source.html#l00264">PxVehicleDrive4W::isKindOf()</a>, <a class="el" href="PxVehicleDrive_8h-source.html#l00556">PxVehicleDrive::isKindOf()</a>, <a class="el" href="PxTriangleMesh_8h-source.html#l00278">PxTriangleMesh::isKindOf()</a>, <a class="el" href="PxShape_8h-source.html#l00574">PxShape::isKindOf()</a>, <a class="el" href="PxPruningStructure_8h-source.html#l00100">PxPruningStructure::isKindOf()</a>, <a class="el" href="PxMaterial_8h-source.html#l00315">PxMaterial::isKindOf()</a>, <a class="el" href="PxJoint_8h-source.html#l00400">PxJoint::isKindOf()</a>, <a class="el" href="PxHeightField_8h-source.html#l00263">PxHeightField::isKindOf()</a>, <a class="el" href="PxConvexMesh_8h-source.html#l00189">PxConvexMesh::isKindOf()</a>, <a class="el" href="PxConstraint_8h-source.html#l00290">PxConstraint::isKindOf()</a>, <a class="el" href="PxClothFabric_8h-source.html#l00340">PxClothFabric::isKindOf()</a>, <a class="el" href="PxArticulationJoint_8h-source.html#l00490">PxArticulationJoint::isKindOf()</a>, <a class="el" href="PxArticulation_8h-source.html#l00520">PxArticulation::isKindOf()</a>, <a class="el" href="PxAggregate_8h-source.html#l00197">PxAggregate::isKindOf()</a>, and <a class="el" href="PxActor_8h-source.html#l00377">PxActor::isKindOf()</a>.</p> </div> </div><p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html index 20befef0..91f6cdec 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField-members.html @@ -31,6 +31,7 @@ <tr class="memlist"><td><a class="el" href="classPxHeightField.html#deb227d057ba7949ad536a26ad75adab">getNbColumns</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#9c23959bd90dd2acf493e4a4a85b8b2e">getNbRows</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">getReferenceCount</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> + <tr class="memlist"><td><a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">getSample</a>(PxU32 row, PxU32 column) const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e">getSampleStride</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#3d1c8423fdb42c8707102f4785fee97a">getThickness</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> <tr class="memlist"><td><a class="el" href="classPxHeightField.html#e4136344e0c9ed9c773c304bc87690fe">getTimestamp</a>() const =0</td><td><a class="el" href="classPxHeightField.html">PxHeightField</a></td><td><code> [pure virtual]</code></td></tr> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html index 358493f5..3bb300b5 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxHeightField.html @@ -94,6 +94,10 @@ Collaboration diagram for PxHeightField:</div> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual PX_PHYSX_COMMON_API <a class="el" href="classPxVec3.html">PxVec3</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxHeightField.html#36357857037f9fcb257e4c4ec8b85a04">getTriangleNormal</a> (<a class="el" href="group__common.html#g19403877bf7ce42d7240e4e4c758c016">PxTriangleID</a> triangleIndex) const =0</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns a triangle face normal for a given triangle index. <a href="#36357857037f9fcb257e4c4ec8b85a04"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual PX_PHYSX_COMMON_API <br class="typebreak"> +const <a class="el" href="structPxHeightFieldSample.html">PxHeightFieldSample</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">getSample</a> (<a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> row, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> column) const =0</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns heightfield sample of given row and column. <a href="#15f91d308f23a987dc672614aa64d5fa"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual PX_PHYSX_COMMON_API <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPxHeightField.html#e4136344e0c9ed9c773c304bc87690fe">getTimestamp</a> () const =0</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the number of times the heightfield data has been modified. <a href="#e4136344e0c9ed9c773c304bc87690fe"></a><br></td></tr> @@ -418,6 +422,44 @@ At creation, the reference count of the heightfield is 1. Every shape referencin </div> </div><p> +<a class="anchor" name="15f91d308f23a987dc672614aa64d5fa"></a><!-- doxytag: member="PxHeightField::getSample" ref="15f91d308f23a987dc672614aa64d5fa" args="(PxU32 row, PxU32 column) const =0" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">virtual PX_PHYSX_COMMON_API const <a class="el" href="structPxHeightFieldSample.html">PxHeightFieldSample</a>& PxHeightField::getSample </td> + <td>(</td> + <td class="paramtype"><a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> </td> + <td class="paramname"> <em>row</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"><a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> </td> + <td class="paramname"> <em>column</em></td><td> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td><td> const<code> [pure virtual]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Returns heightfield sample of given row and column. +<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>row</em> </td><td>Given heightfield row </td></tr> + <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>column</em> </td><td>Given heightfield column </td></tr> + </table> +</dl> +<dl class="return" compact><dt><b>Returns:</b></dt><dd>Heightfield sample </dd></dl> + +</div> +</div><p> <a class="anchor" name="34935489b77f6d386bdfe15b4f10b00e"></a><!-- doxytag: member="PxHeightField::getSampleStride" ref="34935489b77f6d386bdfe15b4f10b00e" args="() const =0" --> <div class="memitem"> <div class="memproto"> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html index b919bbf3..14468af9 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxSerialization.html @@ -412,7 +412,7 @@ Returns whether the collection is serializable with the externalReferences colle <p> Some definitions to explain whether a collection can be serialized or not:<p> For definitions of <b>requires</b> and <b>complete</b> see <a class="el" href="classPxSerialization.html#0cf59eda36c56e9e66bac0c2b5168094" title="Adds to a collection all objects such that it can be successfully serialized.">PxSerialization::complete</a><p> -A serializable object is <b>subordinate</b> if it cannot be serialized on it's own The following objects are subordinate:<ul> +A serializable object is <b>subordinate</b> if it cannot be serialized on its own The following objects are subordinate:<ul> <li>articulation links</li><li>articulation joints</li><li>joints</li></ul> <p> A collection C can be serialized with external references collection D iff<ul> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html b/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html index 8bda85a2..0bc98be7 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/classphysx_1_1PxTaskManager.html @@ -90,7 +90,7 @@ <hr><a name="_details"></a><h2>Detailed Description</h2> The <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> interface. <p> -A <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> instance holds references to user-provided dispatcher objects, when tasks are submitted the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> routes them to the appropriate dispatcher and handles task profiling if enabled. Users should not implement the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> interface, the SDK creates it's own concrete <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> object per-scene which users can configure by passing dispatcher objects into the <a class="el" href="classPxSceneDesc.html" title="Descriptor class for scenes. See PxScene.">PxSceneDesc</a>.<p> +A <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> instance holds references to user-provided dispatcher objects, when tasks are submitted the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> routes them to the appropriate dispatcher and handles task profiling if enabled. Users should not implement the <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> interface, the SDK creates its own concrete <a class="el" href="classphysx_1_1PxTaskManager.html" title="The PxTaskManager interface.">PxTaskManager</a> object per-scene which users can configure by passing dispatcher objects into the <a class="el" href="classPxSceneDesc.html" title="Descriptor class for scenes. See PxScene.">PxSceneDesc</a>.<p> <dl class="see" compact><dt><b>See also:</b></dt><dd>CpuDispatcher <p> <a class="el" href="classphysx_1_1PxGpuDispatcher.html" title="A GpuTask dispatcher.">PxGpuDispatcher</a> </dd></dl> <hr><h2>Constructor & Destructor Documentation</h2> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html index 0acc02e9..3861ac09 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x67.html @@ -919,8 +919,8 @@ Here is a list of all class members with links to the classes they belong to: , <a class="el" href="classPxFixedJoint.html#5cf2d9348b4ccdc66ba83245b0ff7bf9">PxFixedJoint</a> , <a class="el" href="classPxD6Joint.html#fe17636945bccdb5ecbfe360b90d9887">PxD6Joint</a> <li>getProjectionLinearTolerance() -: <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> -, <a class="el" href="classPxD6Joint.html#e784aa5547471041bad55269fb03ad0a">PxD6Joint</a> +: <a class="el" href="classPxD6Joint.html#e784aa5547471041bad55269fb03ad0a">PxD6Joint</a> +, <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> , <a class="el" href="classPxRevoluteJoint.html#a49978cf6d7af5629e7d4a84cf959898">PxRevoluteJoint</a> , <a class="el" href="classPxFixedJoint.html#de788fe7ea26f4cc1bc2f3b764583717">PxFixedJoint</a> , <a class="el" href="classPxPrismaticJoint.html#ea99524ff17e5044d737a2c6c4ebc8c8">PxPrismaticJoint</a> @@ -952,9 +952,9 @@ Here is a list of all class members with links to the classes they belong to: <li>getReferenceCount() : <a class="el" href="classPxMaterial.html#459b91a5b16327891dc7b9364c854888">PxMaterial</a> , <a class="el" href="classPxConvexMesh.html#b7cd51e753d6eaa80b73e06544db7f1b">PxConvexMesh</a> -, <a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">PxHeightField</a> , <a class="el" href="classPxClothFabric.html#63cecd759a2d741c895371dc8d97db85">PxClothFabric</a> , <a class="el" href="classPxTriangleMesh.html#0fc4aed5a5f01a0f1b769d3c6534ba8d">PxTriangleMesh</a> +, <a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">PxHeightField</a> <li>getRelativeAngularVelocity() : <a class="el" href="classPxJoint.html#e1d90c4cb53d5807584474ae130048df">PxJoint</a> <li>getRelativeLinearVelocity() @@ -999,16 +999,18 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="classPxRigidDynamic.html#a88e055440d6c1cc846e32dbed017345">PxRigidDynamic</a> <li>getRunProfiled() : <a class="el" href="classPxDefaultCpuDispatcher.html#40f8719e94a4b87017c1865b85ac1930">PxDefaultCpuDispatcher</a> +<li>getSample() +: <a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">PxHeightField</a> <li>getSampleStride() : <a class="el" href="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e">PxHeightField</a> <li>getScene() -: <a class="el" href="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3">PxActor</a> -, <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> -, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> +: <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> , <a class="el" href="classPxControllerManager.html#86e943ddc5db86e23b9f31eeff908a74">PxControllerManager</a> -, <a class="el" href="classPxConstraint.html#a94f6f40eac2640b1211eb3ede57588b">PxConstraint</a> -, <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> +, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> , <a class="el" href="classPxController.html#3a7134907855142bcae10e462958a61e">PxController</a> +, <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> +, <a class="el" href="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3">PxActor</a> +, <a class="el" href="classPxConstraint.html#a94f6f40eac2640b1211eb3ede57588b">PxConstraint</a> <li>getScenePvdClient() : <a class="el" href="classPxScene.html#ac4ee13053cdb7f50ca6c065077c9ee3">PxScene</a> <li>getScenePvdFlags() @@ -1030,8 +1032,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getSelfCollisionStiffness() : <a class="el" href="classPxCloth.html#a3532b8262295f8adf15a8cda9c83f25">PxCloth</a> <li>getSeparation() -: <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +: <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +, <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> <li>getSeparationConstraints() : <a class="el" href="classPxCloth.html#0ca219e86a0a99a8ad6198208cef26b7">PxCloth</a> <li>getSeparationTolerance() @@ -1043,14 +1045,14 @@ Here is a list of all class members with links to the classes they belong to: <li>getSets() : <a class="el" href="classPxClothFabric.html#f45bfae66b62c892245fac4dbc099f71">PxClothFabric</a> <li>getShapes() -: <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> -, <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +: <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +, <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> <li>getSimulationEventCallback() : <a class="el" href="classPxScene.html#1eb6366fd80f5a8f6a9154a412c33436">PxScene</a> <li>getSimulationFilterData() -: <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> +: <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> +, <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> , <a class="el" href="classPxCloth.html#b2c8c03af0b084ea266e3396620c051d">PxCloth</a> -, <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> <li>getSimulationStatistics() : <a class="el" href="classPxScene.html#7abb1e1354ae3258b91fc097e9d682b8">PxScene</a> <li>getSize() @@ -1058,8 +1060,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getSleepLinearVelocity() : <a class="el" href="classPxCloth.html#d421d5f30c8df5c22d605ab99fbf31d1">PxCloth</a> <li>getSleepThreshold() -: <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> -, <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +: <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +, <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> <li>getSlopeLimit() : <a class="el" href="classPxController.html#7e03e7863dd2036f673b084f3ce94629">PxController</a> <li>getSolverBatchSize() @@ -1067,8 +1069,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getSolverFrequency() : <a class="el" href="classPxCloth.html#88872e66443f69945805fabb16b8cfac">PxCloth</a> <li>getSolverIterationCounts() -: <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> -, <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +: <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +, <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> <li>getSphereGeometry() : <a class="el" href="classPxShape.html#d36c41170461ca897fa70433d23268fa">PxShape</a> <li>getSphericalJointFlags() @@ -1079,10 +1081,10 @@ Here is a list of all class members with links to the classes they belong to: <li>getState() : <a class="el" href="classPxController.html#d694218683ad584f6120bc001c0d1616">PxController</a> <li>getStaticFriction() -: <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> +: <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> , <a class="el" href="classPxParticleBase.html#490ead77cd5a791537c209c5650a8d0c">PxParticleBase</a> , <a class="el" href="classPxMaterial.html#b80c2e686ea428c58dbd020e067eaa70">PxMaterial</a> +, <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> <li>getStaticStructure() : <a class="el" href="classPxScene.html#d285bee8674cc03378588a32c4f85dda">PxScene</a> <li>getStats() @@ -1092,8 +1094,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getStepOffset() : <a class="el" href="classPxController.html#2a46763eb7541abe5d1c73eacca4639c">PxController</a> <li>getStiffness() -: <a class="el" href="classPxDistanceJoint.html#046e3c320c50c2e83c3bb0bd43de97e2">PxDistanceJoint</a> -, <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> +: <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> +, <a class="el" href="classPxDistanceJoint.html#046e3c320c50c2e83c3bb0bd43de97e2">PxDistanceJoint</a> , <a class="el" href="classPxParticleFluid.html#20a0cdb50445cf6db5d4438567fb21c8">PxParticleFluid</a> <li>getStiffnessFrequency() : <a class="el" href="classPxCloth.html#75cf540fbe32712420282f51dc281067">PxCloth</a> @@ -1136,8 +1138,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getTaskID() : <a class="el" href="classphysx_1_1PxTask.html#762b45266ec713eb7f599574a7998057">physx::PxTask</a> <li>getTaskManager() -: <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> -, <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +: <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +, <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> <li>getTetherAnchors() : <a class="el" href="classPxClothFabric.html#868c8ede0e185dbf6bff4ca17fec4a8a">PxClothFabric</a> <li>getTetherConfig() @@ -1195,8 +1197,8 @@ Here is a list of all class members with links to the classes they belong to: <li>getTriangleNormal() : <a class="el" href="classPxHeightField.html#36357857037f9fcb257e4c4ec8b85a04">PxHeightField</a> <li>getTriangles() -: <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> -, <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> +: <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> +, <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> <li>getTrianglesRemap() : <a class="el" href="classPxTriangleMesh.html#6b36d40812d5cb70507472cd4e147ae0">PxTriangleMesh</a> <li>getTwist() @@ -1209,10 +1211,10 @@ Here is a list of all class members with links to the classes they belong to: <li>getTwistLimitEnabled() : <a class="el" href="classPxArticulationJoint.html#32aea69d3b9a65c654581a8b55e4f6f1">PxArticulationJoint</a> <li>getType() -: <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> -, <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> +: <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> , <a class="el" href="classPxGeometryHolder.html#9cb321cfc08b5cb744bd52905e0a896f">PxGeometryHolder</a> -, <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> +, <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> +, <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> , <a class="el" href="classPxGeometry.html#da00045053aaa9bdc56eeb38066cbe29">PxGeometry</a> , <a class="el" href="classPxController.html#d98589ad22dcdcedaf1c5fa9f0f40b53">PxController</a> , <a class="el" href="classPxMidphaseDesc.html#02e9447258a748b314f7ee1896f4e5f4">PxMidphaseDesc</a> @@ -1227,22 +1229,22 @@ Here is a list of all class members with links to the classes they belong to: <li>getUseAutoGears() : <a class="el" href="classPxVehicleDriveDynData.html#9b917f8ea42e952946fcfb2b2bab4842">PxVehicleDriveDynData</a> <li>getUserData() -: <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +: <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> <li>getUserMemory() : <a class="el" href="classPxBatchQuery.html#edffcfa27e47ef04274bb8180b42e913">PxBatchQuery</a> <li>getVehicleType() : <a class="el" href="classPxVehicleWheels.html#5f052bbb1eb12827dc03c4f0789ee703">PxVehicleWheels</a> <li>getVelocity() -: <a class="el" href="classPxRevoluteJoint.html#6a629087f4d1aa356f4fc6927b5c7162">PxRevoluteJoint</a> -, <a class="el" href="classPxPrismaticJoint.html#672173b63a47773178dc275b96ba1f46">PxPrismaticJoint</a> +: <a class="el" href="classPxPrismaticJoint.html#672173b63a47773178dc275b96ba1f46">PxPrismaticJoint</a> +, <a class="el" href="classPxRevoluteJoint.html#6a629087f4d1aa356f4fc6927b5c7162">PxRevoluteJoint</a> <li>getVelocityAtOffset() : <a class="el" href="classPxRigidBodyExt.html#fed73713b7c1032a7ce921c7de25a278">PxRigidBodyExt</a> <li>getVelocityAtPos() : <a class="el" href="classPxRigidBodyExt.html#cce31159814673df7781eb62ee032ef2">PxRigidBodyExt</a> <li>getVertices() -: <a class="el" href="classPxConvexMesh.html#3698df65fd0496d92a0fb7e80b7fe30e">PxConvexMesh</a> -, <a class="el" href="classPxTriangleMesh.html#08c203991bc3ad2be59ad6ab048197dc">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#08c203991bc3ad2be59ad6ab048197dc">PxTriangleMesh</a> +, <a class="el" href="classPxConvexMesh.html#3698df65fd0496d92a0fb7e80b7fe30e">PxConvexMesh</a> <li>getVerticesForModification() : <a class="el" href="classPxTriangleMesh.html#261ef2fa9709a163408b41d2c34dda71">PxTriangleMesh</a> <li>getVirtualParticles() @@ -1256,9 +1258,9 @@ Here is a list of all class members with links to the classes they belong to: <li>getVisualizationParameter() : <a class="el" href="classPxScene.html#7c036458140a45b23facb9cf2a9cdb84">PxScene</a> <li>getWakeCounter() -: <a class="el" href="classPxArticulation.html#9e7c111d4f17746b2b6686a2f5393e7e">PxArticulation</a> +: <a class="el" href="classPxCloth.html#29eaa86742537a7643a4a13637bccb7c">PxCloth</a> , <a class="el" href="classPxRigidDynamic.html#88dc31fa470c5f37e3e9683534ad83aa">PxRigidDynamic</a> -, <a class="el" href="classPxCloth.html#29eaa86742537a7643a4a13637bccb7c">PxCloth</a> +, <a class="el" href="classPxArticulation.html#9e7c111d4f17746b2b6686a2f5393e7e">PxArticulation</a> <li>getWakeCounterResetValue() : <a class="el" href="classPxScene.html#287734b244b7ff6e40496e65d166ae95">PxScene</a> <li>getWheel4DynData() @@ -1284,11 +1286,11 @@ Here is a list of all class members with links to the classes they belong to: <li>getWorkerCount() : <a class="el" href="classphysx_1_1PxCpuDispatcher.html#55b03b2db9de4be06f5eace3e43f4ebc">physx::PxCpuDispatcher</a> <li>getWorldBounds() -: <a class="el" href="classPxGeometryQuery.html#ac80fbc6fd9c2315aee6dddc9c1e9795">PxGeometryQuery</a> -, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> +: <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> +, <a class="el" href="classPxGeometryQuery.html#ac80fbc6fd9c2315aee6dddc9c1e9795">PxGeometryQuery</a> , <a class="el" href="classPxActor.html#cab89ce3ee6d27b580063d131a417721">PxActor</a> -, <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> , <a class="el" href="classPxArticulation.html#96d818fec86bc80cbcae2097cfc5cf1b">PxArticulation</a> +, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> <li>getWrittenDataSize() : <a class="el" href="classPxPvdTransport.html#21db3b3932ca803b5232f34c503f4f4e">PxPvdTransport</a> <li>getX() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html index 47565da6..fb76d8ed 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x6f.html @@ -183,8 +183,9 @@ Here is a list of all class members with links to the classes they belong to: , <a class="el" href="classPxVec4.html#97fc9397fdd8da4b2a5d3eae7e61445e">PxVec4</a> <li>operator-() : <a class="el" href="classPxVec4.html#af14b0abf9c9eeb6cc5d4d8e11932961">PxVec4</a> -, <a class="el" href="classPxVec2.html#36ca28438e4d0aa4e6b8957dd96da7d7">PxVec2</a> , <a class="el" href="structPxExtendedVec3.html#643dd98f5a08bcdf3971d8aff314b51c">PxExtendedVec3</a> +, <a class="el" href="classPxVec2.html#36ca28438e4d0aa4e6b8957dd96da7d7">PxVec2</a> +, <a class="el" href="structPxExtendedVec3.html#709f24da73ddb6e201bde6dd697f296e">PxExtendedVec3</a> , <a class="el" href="classPxMat33.html#c1ea3b5421f0995ccae9a12326d1dc64">PxMat33</a> , <a class="el" href="classPxMat44.html#e5812080b571959e4b7d87e147996c04">PxMat44</a> , <a class="el" href="classPxQuat.html#5d4f0fe6c51fab6f0d1731a84168faa3">PxQuat</a> @@ -210,72 +211,71 @@ Here is a list of all class members with links to the classes they belong to: , <a class="el" href="classPxVec3.html#6c4f1d1a455628f6bf4594b9ce62d26c">PxVec3</a> , <a class="el" href="classPxVec4.html#76b017254ffc69548c4fd3d5c66ec82c">PxVec4</a> <li>operator/=() -: <a class="el" href="classPxVec3.html#edae1ad379d93f8713b7f8c09db8b8fa">PxVec3</a> +: <a class="el" href="classPxVec2.html#0b9073b93708bca03bc0f4b61fb6547b">PxVec2</a> +, <a class="el" href="classPxVec3.html#edae1ad379d93f8713b7f8c09db8b8fa">PxVec3</a> , <a class="el" href="classPxVec4.html#783b7847ca910e74c9ca9558bf8f1c3f">PxVec4</a> -, <a class="el" href="classPxVec2.html#0b9073b93708bca03bc0f4b61fb6547b">PxVec2</a> <li>operator<() : <a class="el" href="classPxStrideIterator.html#89f9e74ccfea412b8b1a7907d2873d4f">PxStrideIterator< T ></a> <li>operator<=() : <a class="el" href="classPxStrideIterator.html#f8a3289cb8c73f450bcc13eac4fab461">PxStrideIterator< T ></a> <li>operator=() -: <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">PxFilterData</a> +, <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> , <a class="el" href="classPxSceneReadLock.html#3d9fede7ae012ba282191510d78bc263">PxSceneReadLock</a> , <a class="el" href="classPxSceneWriteLock.html#09e6d3e1544bf51e7f60ed43b2a60909">PxSceneWriteLock</a> -, <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="group__character.html#g81a73ed06438569e730320f322376ae8">PxCapsuleControllerDesc</a> , <a class="el" href="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39">PxControllerDesc</a> , <a class="el" href="classPxFixedSizeLookupTable.html#8292ce2756c85eb0520209cb15e605f2">PxFixedSizeLookupTable< NB_ELEMENTS ></a> -, <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> -, <a class="el" href="structPxRepXInstantiationArgs.html#f69f118d0b661e22610be96eb910c18b">PxRepXInstantiationArgs</a> -, <a class="el" href="group__foundation.html#ga695b4a8b303290a0e28b7b493d1c02d">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15">PxDefaultMemoryOutputStream</a> +, <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4">PxMat33</a> +, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> +, <a class="el" href="classPxVec4.html#ccb157828284af88b6605f28c3f186e5">PxVec4</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> , <a class="el" href="classPxMat44.html#7e2cc56304a4d924ea6d143ecc505938">PxMat44</a> +, <a class="el" href="structPxRepXInstantiationArgs.html#f69f118d0b661e22610be96eb910c18b">PxRepXInstantiationArgs</a> , <a class="el" href="classPxVec2.html#905d707942a9aa11f7184228e85df054">PxVec2</a> -, <a class="el" href="group__character.html#g81a73ed06438569e730320f322376ae8">PxCapsuleControllerDesc</a> -, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVec4.html#ccb157828284af88b6605f28c3f186e5">PxVec4</a> -, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> -, <a class="el" href="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15">PxDefaultMemoryOutputStream</a> , <a class="el" href="classPxVec3.html#86f607c621d110d976c8e71772c25158">PxVec3</a> , <a class="el" href="classPxTriangle.html#e4c701d8c6f8ca3cbe652546d063f8fa">PxTriangle</a> <li>operator==() -: <a class="el" href="classPxPlane.html#53ceb7e1cf89c4ad8a2190d65e27973f">PxPlane</a> +: <a class="el" href="group__foundation.html#gf5c9e1d73aa95053872a305221ecaec8">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxPlane.html#53ceb7e1cf89c4ad8a2190d65e27973f">PxPlane</a> +, <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> , <a class="el" href="group__foundation.html#g110ffd967a01bc544cbf8c04850ede25">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +, <a class="el" href="classPxStrideIterator.html#f89f094b379c60d60c5747ec7eb39705">PxStrideIterator< T ></a> +, <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> +, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> , <a class="el" href="classPxVec3.html#81950e1461513bdae58fc5e80443455c">PxVec3</a> -, <a class="el" href="group__foundation.html#g2f70f667ef2a90aeceab733297e71a1e">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxMat44.html#ec9ebf1e1c19a3bc685280f1a3765090">PxMat44</a> -, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> -, <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> -, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> -, <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> -, <a class="el" href="classPxStrideIterator.html#f89f094b379c60d60c5747ec7eb39705">PxStrideIterator< T ></a> +, <a class="el" href="group__foundation.html#g2f70f667ef2a90aeceab733297e71a1e">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxVec2.html#a3966148966ec2a6d780f08d114c92f3">PxVec2</a> -, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> <li>operator>() : <a class="el" href="classPxStrideIterator.html#83d5749f894ee4cb8b08e68fe9c127db">PxStrideIterator< T ></a> <li>operator>=() : <a class="el" href="classPxStrideIterator.html#8b63bc62372adac2168b561a2a9ffdbe">PxStrideIterator< T ></a> <li>operator[]() -: <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> +: <a class="el" href="classPxMat33.html#4c6d4185771a0beda1f26f87a12ba9e1">PxMat33</a> , <a class="el" href="structPxExtendedVec3.html#b0bd46e5292d407ce90941a69b78e635">PxExtendedVec3</a> -, <a class="el" href="classPxMat33.html#4c6d4185771a0beda1f26f87a12ba9e1">PxMat33</a> +, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> +, <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> +, <a class="el" href="classPxMat44.html#27e7fe22008318a7176b09a57439aa66">PxMat44</a> +, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> , <a class="el" href="classPxVec3.html#faae1b939e5c7ae27aba81612dd5fc01">PxVec3</a> , <a class="el" href="classPxVec2.html#12510dbff9f774ca28bda1f50cae76e8">PxVec2</a> -, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> -, <a class="el" href="classPxVec4.html#dccc186308bad92528570f565a17cb54">PxVec4</a> , <a class="el" href="classPxMat33.html#d1fb381de010cc5d7a6c874432dbb24f">PxMat33</a> -, <a class="el" href="classPxVec2.html#7df8ee1f8f487ef060436f273d2276bc">PxVec2</a> -, <a class="el" href="classPxMat44.html#27e7fe22008318a7176b09a57439aa66">PxMat44</a> , <a class="el" href="classPxVec4.html#b99a22543b09188d3677461ee1016ab4">PxVec4</a> -, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> -, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> +, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> <li>operator^() -: <a class="el" href="group__foundation.html#g6865e66d61ec6a6adc8fc8eb807c8b9a">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gfaa73291f9dab13b84d9e3353f58b012">PxFlags< enumtype, storagetype ></a> <li>operator^=() -: <a class="el" href="group__foundation.html#g40c9a674d20163242c9ffe4ac15568af">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gfbe5e3fb5d82008c8c193d37709980d7">PxFlags< enumtype, storagetype ></a> <li>operator|() -: <a class="el" href="group__foundation.html#g64ea68943f74aa2fe52fa126ca873b88">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gff3ab524c497628d53b76cc57cc4c31e">PxFlags< enumtype, storagetype ></a> <li>operator|=() -: <a class="el" href="group__foundation.html#ged43737118e117c9959a2a7dfd13df02">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#g4c56b47b1a4cadc05d94cd1ef850dd4f">PxFlags< enumtype, storagetype ></a> <li>operator~() : <a class="el" href="group__foundation.html#g372ff7f25a1aa152c934b0a325054f0d">PxFlags< enumtype, storagetype ></a> <li>other @@ -284,14 +284,14 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="structPxTriggerPair.html#d079ad0829b0e0e58a962a2167dcf566">PxTriggerPair</a> <li>otherShape : <a class="el" href="structPxTriggerPair.html#483aaaaecb45e77230879bb0b303b8df">PxTriggerPair</a> -<li>overlap() -: <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> -, <a class="el" href="structPxBroadPhaseRegionInfo.html#9c4a005743c96f464a409843ab488481">PxBroadPhaseRegionInfo</a> +<li>overlap +: <a class="el" href="structPxBroadPhaseRegionInfo.html#9c4a005743c96f464a409843ab488481">PxBroadPhaseRegionInfo</a> +, <a class="el" href="classPxGeometryQuery.html#62d7a791dba43d475d96a28571f585b4">PxGeometryQuery</a> +, <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> , <a class="el" href="classPxVolumeCache.html#d339ef9e688aed817333ef1ac78d868c">PxVolumeCache</a> -, <a class="el" href="classPxScene.html#31d09c0e967f9806a1f0d5df78dfc996">PxScene</a> -, <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> , <a class="el" href="classPxSpatialIndex.html#00cf7e306339f210ca9c9f4cc0ca8b76">PxSpatialIndex</a> -, <a class="el" href="classPxGeometryQuery.html#62d7a791dba43d475d96a28571f585b4">PxGeometryQuery</a> +, <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> +, <a class="el" href="classPxScene.html#31d09c0e967f9806a1f0d5df78dfc996">PxScene</a> <li>overlapAny() : <a class="el" href="classPxSceneQueryExt.html#3c58a83de3d9b9466fc02bfcbc76dfe5">PxSceneQueryExt</a> <li>overlapMultiple() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html index 7543a903..a84d5331 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x70.html @@ -439,11 +439,11 @@ Here is a list of all class members with links to the classes they belong to: <li>PxMassProperties() : <a class="el" href="classPxMassProperties.html#1cbdb127fcb5b2b3617693e24ccdb49b">PxMassProperties</a> <li>PxMat33() -: <a class="el" href="classPxMat33.html#dfcaf1c5e22009651cd588a4d4944bb7">PxMat33</a> +: <a class="el" href="classPxMat33.html#20e5403af0f03ef612f64af16ddee6ce">PxMat33</a> <li>PxMat44() : <a class="el" href="classPxMat44.html#7f9ea125461778278eb8718761d65870">PxMat44</a> <li>PxMaterial() -: <a class="el" href="classPxMaterial.html#f307774d0f072ac743621419a5d7c1a7">PxMaterial</a> +: <a class="el" href="classPxMaterial.html#9f402b870b0729455ba8199b46a0fccd">PxMaterial</a> <li>PxMeshOverlapUtil() : <a class="el" href="classPxMeshOverlapUtil.html#bd9c8b4408c4a5d4a8edddfd77ae3a32">PxMeshOverlapUtil</a> <li>PxMeshScale() @@ -459,17 +459,17 @@ Here is a list of all class members with links to the classes they belong to: <li>PxPadding() : <a class="el" href="structPxPadding.html#3a6e900438823b303b5818030d2df083">PxPadding< TNumBytes ></a> <li>PxParticleBase() -: <a class="el" href="classPxParticleBase.html#328a22534db4e5585a0b9e17f0e83d05">PxParticleBase</a> +: <a class="el" href="classPxParticleBase.html#1688c7c5736ab69e7606d419daccfe39">PxParticleBase</a> <li>PxParticleCreationData() : <a class="el" href="group__particles.html#g8946abea4ff273cbecd459cd74e83f79">PxParticleCreationData</a> <li>PxParticleFluid() -: <a class="el" href="classPxParticleFluid.html#a47d7c6c87f093ecf774b1a164b294b5">PxParticleFluid</a> +: <a class="el" href="classPxParticleFluid.html#1355760c2e345ab70190308946fbd825">PxParticleFluid</a> <li>PxParticleSystem() : <a class="el" href="classPxParticleSystem.html#fd52afc4a8cff4049dc6a7db67c6d75f">PxParticleSystem</a> <li>PxPhysicsInsertionCallback() : <a class="el" href="classPxPhysicsInsertionCallback.html#d1424ae705471676424f57e2037f63dd">PxPhysicsInsertionCallback</a> <li>PxPlane() -: <a class="el" href="classPxPlane.html#a91bd50f689e65d8df16b9bc451adbe4">PxPlane</a> +: <a class="el" href="classPxPlane.html#0b6a4463b95366c1f9a12a84d57509bd">PxPlane</a> <li>PxPlaneGeometry() : <a class="el" href="classPxPlaneGeometry.html#d71ebf9ac3a2f3831fb65dfe91adf505">PxPlaneGeometry</a> <li>PxPrismaticJoint() @@ -479,11 +479,11 @@ Here is a list of all class members with links to the classes they belong to: <li>PxPruningStructure() : <a class="el" href="classPxPruningStructure.html#034b569b8e1db318efcb97fa3dc03020">PxPruningStructure</a> <li>PxQuat() -: <a class="el" href="classPxQuat.html#fac7f63b57840965157cf720bb6faddc">PxQuat</a> +: <a class="el" href="classPxQuat.html#13d4cf835204d37e90fecef45659c790">PxQuat</a> <li>PxQueryCache() : <a class="el" href="structPxQueryCache.html#810ecb74536e940be1719d60aedfd3cd">PxQueryCache</a> <li>PxQueryFilterData() -: <a class="el" href="structPxQueryFilterData.html#6cb7f49fa427d80df37f02cae89a6679">PxQueryFilterData</a> +: <a class="el" href="structPxQueryFilterData.html#589e393317001f2effd196324ee459ed">PxQueryFilterData</a> <li>PxQueryHit() : <a class="el" href="structPxQueryHit.html#f8b229617f39cc007c74a646f8026dff">PxQueryHit</a> <li>PxRaycastBufferN() @@ -495,15 +495,15 @@ Here is a list of all class members with links to the classes they belong to: <li>PxRepXObject() : <a class="el" href="structPxRepXObject.html#a1cc707ced49e51838f39a1867566893">PxRepXObject</a> <li>PxRevoluteJoint() -: <a class="el" href="classPxRevoluteJoint.html#738a0a094358001c58c9c3ea070730a2">PxRevoluteJoint</a> +: <a class="el" href="classPxRevoluteJoint.html#298f032a11365475f16d6d2b42c5dc61">PxRevoluteJoint</a> <li>PxRigidActor() : <a class="el" href="classPxRigidActor.html#bc3690608611b90d1efd033e804fd774">PxRigidActor</a> <li>PxRigidBody() -: <a class="el" href="classPxRigidBody.html#14d4e7068063768f6029a975ff5d41e4">PxRigidBody</a> +: <a class="el" href="classPxRigidBody.html#df18dc769f8d1d3da7760097fa699acb">PxRigidBody</a> <li>PxRigidDynamic() : <a class="el" href="classPxRigidDynamic.html#9e63c1ec6872048e16f7d6b744ec3eef">PxRigidDynamic</a> <li>PxRigidStatic() -: <a class="el" href="classPxRigidStatic.html#33f405d68b5ec1e8e60d0b361151645c">PxRigidStatic</a> +: <a class="el" href="classPxRigidStatic.html#7881e50c535f44a6d69f40af3baa7ffc">PxRigidStatic</a> <li>PxScene() : <a class="el" href="classPxScene.html#37b5f1aed7edbae16640e0555d9271ae">PxScene</a> <li>PxSceneDesc() @@ -538,17 +538,17 @@ Here is a list of all class members with links to the classes they belong to: : <a class="el" href="structPxSweepBufferN.html#b8be2772b4fe811563efc01824201a61">PxSweepBufferN< N ></a> <li>PxSweepHit() : <a class="el" href="structPxSweepHit.html#7a872b4eff912e5e37e1ee8d551547ac">PxSweepHit</a> -<li>PxTask -: <a class="el" href="classphysx_1_1PxTaskManager.html#09f24c51c8921a6866cfb6dd214e1282">physx::PxTaskManager</a> -, <a class="el" href="classphysx_1_1PxTask.html#01ed1f8968b3e631509c42994b10b5cd">physx::PxTask</a> +<li>PxTask() +: <a class="el" href="classphysx_1_1PxTask.html#01ed1f8968b3e631509c42994b10b5cd">physx::PxTask</a> +, <a class="el" href="classphysx_1_1PxTaskManager.html#09f24c51c8921a6866cfb6dd214e1282">physx::PxTaskManager</a> <li>PxTaskMgr : <a class="el" href="classphysx_1_1PxBaseTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxBaseTask</a> -, <a class="el" href="classphysx_1_1PxLightCpuTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxLightCpuTask</a> , <a class="el" href="classphysx_1_1PxTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxTask</a> +, <a class="el" href="classphysx_1_1PxLightCpuTask.html#c4a43ca8ae513a20c1d61bc9aecfce89">physx::PxLightCpuTask</a> <li>PxTolerancesScale() : <a class="el" href="group__common.html#gf2bc9f0c0e1ee44a548900a13bb1136c">PxTolerancesScale</a> <li>PxTransform() -: <a class="el" href="classPxTransform.html#cf88e048efec0734d0fc89cd9f976d51">PxTransform</a> +: <a class="el" href="classPxTransform.html#1e8f1a81e48e0b8c5e5708b871ca61e0">PxTransform</a> <li>PxTriangle() : <a class="el" href="classPxTriangle.html#af7b90f828324f6ec1d48ef6b1776728">PxTriangle</a> <li>PxTriangleMesh() @@ -562,13 +562,13 @@ Here is a list of all class members with links to the classes they belong to: <li>PxTypedStridedData() : <a class="el" href="structPxTypedStridedData.html#00c6a63c63d01bdca92b06f60e6909bb">PxTypedStridedData< TDataType ></a> <li>PxVec2() -: <a class="el" href="classPxVec2.html#4b60f4c08b8019e8c28967ed33d436ce">PxVec2</a> +: <a class="el" href="classPxVec2.html#96f72810f06447c2ad7a99889d718298">PxVec2</a> <li>PxVec3() -: <a class="el" href="classPxVec3.html#672e12542fc6f752d21368493578af4e">PxVec3</a> +: <a class="el" href="classPxVec3.html#bd382848d9b79dbcec4d86ee0e98836b">PxVec3</a> <li>PxVec4() : <a class="el" href="classPxVec4.html#719a2783335631f273eb46c6f4a61925">PxVec4</a> <li>PxVehicleAckermannGeometryData() -: <a class="el" href="classPxVehicleAckermannGeometryData.html#6d15ee641598033fef887c399f547422">PxVehicleAckermannGeometryData</a> +: <a class="el" href="classPxVehicleAckermannGeometryData.html#67df50348629357c2034e8517817e896">PxVehicleAckermannGeometryData</a> <li>PxVehicleAntiRollBarData() : <a class="el" href="classPxVehicleAntiRollBarData.html#e926b0985fe5243a1e671405d19e9dac">PxVehicleAntiRollBarData</a> <li>PxVehicleAutoBoxData() @@ -576,7 +576,7 @@ Here is a list of all class members with links to the classes they belong to: <li>PxVehicleChassisData() : <a class="el" href="classPxVehicleChassisData.html#edff02e1e05309618636a393743265f4">PxVehicleChassisData</a> <li>PxVehicleClutchData() -: <a class="el" href="classPxVehicleClutchData.html#5f50479c769bfc6ae880b92036abce8d">PxVehicleClutchData</a> +: <a class="el" href="classPxVehicleClutchData.html#963c71a977c0bfbb465fd75d1e106dc0">PxVehicleClutchData</a> <li>PxVehicleConcurrentUpdateData() : <a class="el" href="structPxVehicleConcurrentUpdateData.html#66a66af954cf0dc1f5fc2eec992de647">PxVehicleConcurrentUpdateData</a> <li>PxVehicleConstraintShader @@ -584,60 +584,61 @@ Here is a list of all class members with links to the classes they belong to: <li>PxVehicleCopyDynamicsMap() : <a class="el" href="classPxVehicleCopyDynamicsMap.html#46e1abd50a1efeb2c4d1cd65454b284d">PxVehicleCopyDynamicsMap</a> <li>PxVehicleDifferential4WData() -: <a class="el" href="classPxVehicleDifferential4WData.html#87b843efc25143193fea2e7112aadc41">PxVehicleDifferential4WData</a> +: <a class="el" href="classPxVehicleDifferential4WData.html#0166606fc9f0ea2c7c00ce23a917a8a7">PxVehicleDifferential4WData</a> <li>PxVehicleDifferentialNWData() : <a class="el" href="classPxVehicleDifferentialNWData.html#a363bb07cd4533cfee8a59bc14d03c10">PxVehicleDifferentialNWData</a> <li>PxVehicleDrivableSurfaceToTireFrictionPairs() : <a class="el" href="classPxVehicleDrivableSurfaceToTireFrictionPairs.html#6838139851fe46e93a55cc3fb4f55239">PxVehicleDrivableSurfaceToTireFrictionPairs</a> <li>PxVehicleDrive() -: <a class="el" href="classPxVehicleDrive.html#3a56bc3261c7d0b1b0f974226fda4790">PxVehicleDrive</a> +: <a class="el" href="classPxVehicleDrive.html#fc560f3fed1fb50c39eed8bdb1d12204">PxVehicleDrive</a> , <a class="el" href="classPxVehicleDriveDynData.html#dd078cb4846b424cfcecd6e02dd5c8fc">PxVehicleDriveDynData</a> -<li>PxVehicleDrive4W -: <a class="el" href="classPxVehicleWheelsSimData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsDynData</a> -, <a class="el" href="classPxVehicleDrive4W.html#6dc419ee085a03afbc970c2452a4b993">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleDrive.html#3a56bc3261c7d0b1b0f974226fda4790">PxVehicleDrive</a> +<li>PxVehicleDrive4W() +: <a class="el" href="classPxVehicleDrive4W.html#c829d935d067980fd6cda927dbdb5a0f">PxVehicleDrive4W</a> , <a class="el" href="classPxVehicleDriveSimData4W.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleDriveSimData4W</a> -, <a class="el" href="classPxVehicleDrive4W.html#c829d935d067980fd6cda927dbdb5a0f">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsSimData</a> +, <a class="el" href="classPxVehicleDrive4W.html#6dc419ee085a03afbc970c2452a4b993">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleWheelsDynData.html#24d8342a0d0166c21ae69a1497d54cee">PxVehicleWheelsDynData</a> <li>PxVehicleDrive4WRawInputData() : <a class="el" href="classPxVehicleDrive4WRawInputData.html#f897772ee3457a2100945890f3d025ef">PxVehicleDrive4WRawInputData</a> <li>PxVehicleDriveDynData() -: <a class="el" href="classPxVehicleDriveDynData.html#5395d429ef9607844d63447c2b89c146">PxVehicleDriveDynData</a> -<li>PxVehicleDriveNW -: <a class="el" href="classPxVehicleDriveSimDataNW.html#eadf90e97460dfd5860d6eca5c3ada75">PxVehicleDriveSimDataNW</a> +: <a class="el" href="classPxVehicleDriveDynData.html#f38233e891d581d123bcae2724d57dc7">PxVehicleDriveDynData</a> +<li>PxVehicleDriveNW() +: <a class="el" href="classPxVehicleDriveNW.html#71ec3a0d4cda296f589ea83179dd7a24">PxVehicleDriveNW</a> +, <a class="el" href="classPxVehicleDriveSimDataNW.html#eadf90e97460dfd5860d6eca5c3ada75">PxVehicleDriveSimDataNW</a> , <a class="el" href="classPxVehicleDriveNW.html#f463dfdb64f6135628c5838908bb5395">PxVehicleDriveNW</a> <li>PxVehicleDriveNWRawInputData() : <a class="el" href="classPxVehicleDriveNWRawInputData.html#69da40337ef28425e015fc3ba0bde4eb">PxVehicleDriveNWRawInputData</a> <li>PxVehicleDriveSimData -: <a class="el" href="classPxVehicleGearsData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleGearsData</a> -, <a class="el" href="classPxVehicleClutchData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleClutchData</a> +: <a class="el" href="classPxVehicleEngineData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleEngineData</a> , <a class="el" href="classPxVehicleDriveSimData.html#c38c78c84f3c0475a177ab6d3202f354">PxVehicleDriveSimData</a> -, <a class="el" href="classPxVehicleEngineData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleEngineData</a> +, <a class="el" href="classPxVehicleClutchData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleClutchData</a> , <a class="el" href="classPxVehicleDriveSimData.html#5da8eea1e75acb69885a5d9058a12b4d">PxVehicleDriveSimData</a> +, <a class="el" href="classPxVehicleGearsData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleGearsData</a> , <a class="el" href="classPxVehicleAutoBoxData.html#a2f8773ce851c65e3c7d31b8991ea8f8">PxVehicleAutoBoxData</a> -<li>PxVehicleDriveSimData4W() -: <a class="el" href="classPxVehicleDriveSimData4W.html#db99a930a7426f4835c48574ee77e947">PxVehicleDriveSimData4W</a> -, <a class="el" href="classPxVehicleAckermannGeometryData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleAckermannGeometryData</a> +<li>PxVehicleDriveSimData4W +: <a class="el" href="classPxVehicleAckermannGeometryData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleAckermannGeometryData</a> +, <a class="el" href="classPxVehicleDriveSimData4W.html#b79ed54dbd9ead2aeef21ee3c4e270a9">PxVehicleDriveSimData4W</a> , <a class="el" href="classPxVehicleDifferential4WData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleDifferential4WData</a> , <a class="el" href="classPxVehicleChassisData.html#be694ed054b9f8747c22bcd3fe251b98">PxVehicleChassisData</a> -, <a class="el" href="classPxVehicleDriveSimData4W.html#b79ed54dbd9ead2aeef21ee3c4e270a9">PxVehicleDriveSimData4W</a> -<li>PxVehicleDriveSimDataNW -: <a class="el" href="classPxVehicleDifferentialNWData.html#966a53de4d7949668cafafe064045841">PxVehicleDifferentialNWData</a> -, <a class="el" href="classPxVehicleDriveSimDataNW.html#e3625d06e1733b2c574f409299507c46">PxVehicleDriveSimDataNW</a> -<li>PxVehicleDriveTank() -: <a class="el" href="classPxVehicleDriveTank.html#1d3db837be4782115495f7e5bfcd0a29">PxVehicleDriveTank</a> -, <a class="el" href="classPxVehicleDriveSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleDriveSimData</a> -, <a class="el" href="classPxVehicleWheelsSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsDynData</a> +<li>PxVehicleDriveSimDataNW() +: <a class="el" href="classPxVehicleDriveSimDataNW.html#86feaf54b53b83f64e248135c87f4ef0">PxVehicleDriveSimDataNW</a> +, <a class="el" href="classPxVehicleDifferentialNWData.html#966a53de4d7949668cafafe064045841">PxVehicleDifferentialNWData</a> +<li>PxVehicleDriveTank +: <a class="el" href="classPxVehicleWheelsSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsSimData</a> , <a class="el" href="classPxVehicleDriveTank.html#af73a5da1f780e4f37b669dfb3e1dd24">PxVehicleDriveTank</a> +, <a class="el" href="classPxVehicleWheelsDynData.html#384e496b32aa3c624ceed503417f3595">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxVehicleDriveSimData.html#384e496b32aa3c624ceed503417f3595">PxVehicleDriveSimData</a> +, <a class="el" href="classPxVehicleDriveTank.html#1d3db837be4782115495f7e5bfcd0a29">PxVehicleDriveTank</a> <li>PxVehicleDriveTankRawInputData() : <a class="el" href="classPxVehicleDriveTankRawInputData.html#99b71417ecdde92487aa06d3c0ecb832">PxVehicleDriveTankRawInputData</a> <li>PxVehicleEngineData() -: <a class="el" href="classPxVehicleEngineData.html#a24a9523ad4a01e87df3a6d1d7c168a1">PxVehicleEngineData</a> +: <a class="el" href="classPxVehicleEngineData.html#003aa44611d0be2a466787521db49fb2">PxVehicleEngineData</a> <li>PxVehicleGearsData() -: <a class="el" href="classPxVehicleGearsData.html#197ff974ac25dfbad8c8f323a74a8a0d">PxVehicleGearsData</a> -<li>PxVehicleNoDrive -: <a class="el" href="classPxVehicleWheelsSimData.html#26a1ecd79f2ef72b00adf9e91329bc33">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleNoDrive.html#b2efce97fc543b50bed1e8ed6881ba38">PxVehicleNoDrive</a> +: <a class="el" href="classPxVehicleGearsData.html#aa179d92d69320b45210a1f1bc851c59">PxVehicleGearsData</a> +<li>PxVehicleNoDrive() +: <a class="el" href="classPxVehicleNoDrive.html#b2efce97fc543b50bed1e8ed6881ba38">PxVehicleNoDrive</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#26a1ecd79f2ef72b00adf9e91329bc33">PxVehicleWheelsSimData</a> <li>PxVehicleSuspensionData() : <a class="el" href="classPxVehicleSuspensionData.html#8edf19ece4a7b7c32af4aa823e98c434">PxVehicleSuspensionData</a> <li>PxVehicleTireData() @@ -645,39 +646,40 @@ Here is a list of all class members with links to the classes they belong to: <li>PxVehicleTireLoadFilterData() : <a class="el" href="classPxVehicleTireLoadFilterData.html#4b81e279ec039f3da510ba6939ccdf1b">PxVehicleTireLoadFilterData</a> <li>PxVehicleUpdate -: <a class="el" href="classPxVehicleDriveTank.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveTank</a> -, <a class="el" href="structPxVehicleConcurrentUpdateData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleConcurrentUpdateData</a> -, <a class="el" href="classPxVehicleDriveNW.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveNW</a> -, <a class="el" href="classPxVehicleDrive4W.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive4W</a> -, <a class="el" href="classPxVehicleNoDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleNoDrive</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelsDynData</a> -, <a class="el" href="classPxVehicleDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive</a> +: <a class="el" href="classPxVehicleDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive</a> +, <a class="el" href="classPxVehicleWheels.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheels</a> , <a class="el" href="classPxVehicleDifferentialNWData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDifferentialNWData</a> +, <a class="el" href="classPxVehicleDrive4W.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDrive4W</a> +, <a class="el" href="classPxVehicleDriveTank.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveTank</a> , <a class="el" href="classPxVehicleWheelsSimData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleWheels.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheels</a> +, <a class="el" href="structPxVehicleConcurrentUpdateData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleConcurrentUpdateData</a> +, <a class="el" href="classPxVehicleWheelsDynData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxVehicleDriveNW.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleDriveNW</a> , <a class="el" href="structPxVehicleWheelConcurrentUpdateData.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleWheelConcurrentUpdateData</a> +, <a class="el" href="classPxVehicleNoDrive.html#a960a335429c764ff7e258a0ec3ab5f0">PxVehicleNoDrive</a> <li>PxVehicleWheelConcurrentUpdateData() : <a class="el" href="structPxVehicleWheelConcurrentUpdateData.html#5d00e2311128d7bb90b0568fa2323a68">PxVehicleWheelConcurrentUpdateData</a> <li>PxVehicleWheelData() : <a class="el" href="classPxVehicleWheelData.html#0041dd83bf7afcd53489fa1fa9727496">PxVehicleWheelData</a> <li>PxVehicleWheels -: <a class="el" href="classPxVehicleWheelsSimData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsSimData</a> +: <a class="el" href="classPxVehicleWheelsDynData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsSimData</a> , <a class="el" href="classPxVehicleWheels.html#fb89c7e2d53b98c310d59443213fff80">PxVehicleWheels</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#b770b7d25d1a8fee9b2a5ea18d57f345">PxVehicleWheelsDynData</a> <li>PxVehicleWheels4SimData : <a class="el" href="classPxVehicleTireData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleTireData</a> -, <a class="el" href="classPxVehicleWheelData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleWheelData</a> , <a class="el" href="classPxVehicleSuspensionData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleSuspensionData</a> +, <a class="el" href="classPxVehicleWheelData.html#4c2a2bf5a268389976a6f3c6ffeb1806">PxVehicleWheelData</a> <li>PxVehicleWheelsDynData() : <a class="el" href="classPxVehicleWheelsDynData.html#471098b8f71edd2aa6826422c245d091">PxVehicleWheelsDynData</a> <li>PxVehicleWheelsSimData() -: <a class="el" href="classPxVehicleWheelsSimData.html#6739c902ff9828abceace89afd02fb81">PxVehicleWheelsSimData</a> -, <a class="el" href="classPxVehicleAntiRollBarData.html#cecdfc4ceea29cbb9a3fd946c3848bf4">PxVehicleAntiRollBarData</a> +: <a class="el" href="classPxVehicleWheelsSimData.html#9fbfa747a9ef9fe0cc1deef89a5b1238">PxVehicleWheelsSimData</a> , <a class="el" href="classPxVehicleTireLoadFilterData.html#cecdfc4ceea29cbb9a3fd946c3848bf4">PxVehicleTireLoadFilterData</a> +, <a class="el" href="classPxVehicleAntiRollBarData.html#cecdfc4ceea29cbb9a3fd946c3848bf4">PxVehicleAntiRollBarData</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#8faa5ac1e9fc745e521224cc3e6750d8">PxVehicleWheelsSimData</a> <li>PxWheelQueryResult() : <a class="el" href="structPxWheelQueryResult.html#161b38c47540b17befebc36c02c8e996">PxWheelQueryResult</a> <li>PxXmlMiscParameter() -: <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html#c6b7fd9141603396399775d536dbe9a8">PxSerialization::PxSerialization::PxXmlMiscParameter</a> +: <a class="el" href="structPxSerialization_1_1PxXmlMiscParameter.html#4cd23d2c06e184787d662763f6c665a5">PxSerialization::PxSerialization::PxXmlMiscParameter</a> </ul> </div> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html index 18f350c3..37c0aeec 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_0x74.html @@ -167,11 +167,12 @@ Here is a list of all class members with links to the classes they belong to: <li>TT_NOT_PRESENT : <a class="el" href="structphysx_1_1PxTaskType.html#e5545e371cf86793e4a0d395e4ebdb6bc5b78680f329287a850b9f852c80acd2">physx::PxTaskType</a> <li>type -: <a class="el" href="structPxConstraintInfo.html#324fadc19904fff635aa9d16da7a21f9">PxConstraintInfo</a> -, <a class="el" href="structPxMetaDataEntry.html#f798a0e7beeb8caf4ddbd713fc0994c6">PxMetaDataEntry</a> -, <a class="el" href="structPxContactPairExtraDataItem.html#18e83c33b02a0a57f0daf818379e06d6">PxContactPairExtraDataItem</a> +: <a class="el" href="structPxContactPairExtraDataItem.html#18e83c33b02a0a57f0daf818379e06d6">PxContactPairExtraDataItem</a> +, <a class="el" href="structPxConstraintInfo.html#324fadc19904fff635aa9d16da7a21f9">PxConstraintInfo</a> <li>Type : <a class="el" href="structPx1DConstraintFlag.html#0d9f59379f0d8eba3bace01f8bb88b76">Px1DConstraintFlag</a> +<li>type +: <a class="el" href="structPxMetaDataEntry.html#f798a0e7beeb8caf4ddbd713fc0994c6">PxMetaDataEntry</a> <li>typeMatch() : <a class="el" href="classPxBase.html#f3428f7a99124c0425e8299c9c447f5e">PxBase</a> <li>typeName 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 13f75001..fe8a7b54 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x67.html @@ -882,9 +882,9 @@ <li>getPolygonData() : <a class="el" href="classPxConvexMesh.html#9c9e10d0faaa446ea96494160d359cba">PxConvexMesh</a> <li>getPosition() -: <a class="el" href="classPxMat44.html#6c570865991ca15e80eb42b98ac92c32">PxMat44</a> -, <a class="el" href="classPxController.html#ca54bef0663caf75613a5542e54d318e">PxController</a> +: <a class="el" href="classPxController.html#ca54bef0663caf75613a5542e54d318e">PxController</a> , <a class="el" href="classPxPrismaticJoint.html#e4dc657df18bfc45e2dc0e21185532c2">PxPrismaticJoint</a> +, <a class="el" href="classPxMat44.html#6c570865991ca15e80eb42b98ac92c32">PxMat44</a> <li>getPostFilterShader() : <a class="el" href="classPxBatchQuery.html#f12d7a7693f8f4101f51cb5582386a08">PxBatchQuery</a> <li>getPostLaunchTask() @@ -900,14 +900,14 @@ <li>getPrismaticJointFlags() : <a class="el" href="classPxPrismaticJoint.html#536fe595cc77afd12f0f18a44005dbf7">PxPrismaticJoint</a> <li>getProjectionAngularTolerance() -: <a class="el" href="classPxD6Joint.html#fe17636945bccdb5ecbfe360b90d9887">PxD6Joint</a> -, <a class="el" href="classPxRevoluteJoint.html#fd45c654a94755ad2366c53794ebd30a">PxRevoluteJoint</a> +: <a class="el" href="classPxPrismaticJoint.html#c33eddce826faaf19778cf407206ee60">PxPrismaticJoint</a> +, <a class="el" href="classPxD6Joint.html#fe17636945bccdb5ecbfe360b90d9887">PxD6Joint</a> , <a class="el" href="classPxFixedJoint.html#5cf2d9348b4ccdc66ba83245b0ff7bf9">PxFixedJoint</a> -, <a class="el" href="classPxPrismaticJoint.html#c33eddce826faaf19778cf407206ee60">PxPrismaticJoint</a> +, <a class="el" href="classPxRevoluteJoint.html#fd45c654a94755ad2366c53794ebd30a">PxRevoluteJoint</a> <li>getProjectionLinearTolerance() -: <a class="el" href="classPxRevoluteJoint.html#a49978cf6d7af5629e7d4a84cf959898">PxRevoluteJoint</a> +: <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> , <a class="el" href="classPxPrismaticJoint.html#ea99524ff17e5044d737a2c6c4ebc8c8">PxPrismaticJoint</a> -, <a class="el" href="classPxSphericalJoint.html#4cfc3fbb4621799cbf5449270c120d1e">PxSphericalJoint</a> +, <a class="el" href="classPxRevoluteJoint.html#a49978cf6d7af5629e7d4a84cf959898">PxRevoluteJoint</a> , <a class="el" href="classPxD6Joint.html#e784aa5547471041bad55269fb03ad0a">PxD6Joint</a> , <a class="el" href="classPxFixedJoint.html#de788fe7ea26f4cc1bc2f3b764583717">PxFixedJoint</a> <li>getProjectionPlane() @@ -939,8 +939,8 @@ : <a class="el" href="classPxConvexMesh.html#b7cd51e753d6eaa80b73e06544db7f1b">PxConvexMesh</a> , <a class="el" href="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28">PxHeightField</a> , <a class="el" href="classPxTriangleMesh.html#0fc4aed5a5f01a0f1b769d3c6534ba8d">PxTriangleMesh</a> -, <a class="el" href="classPxMaterial.html#459b91a5b16327891dc7b9364c854888">PxMaterial</a> , <a class="el" href="classPxClothFabric.html#63cecd759a2d741c895371dc8d97db85">PxClothFabric</a> +, <a class="el" href="classPxMaterial.html#459b91a5b16327891dc7b9364c854888">PxMaterial</a> <li>getRelativeAngularVelocity() : <a class="el" href="classPxJoint.html#e1d90c4cb53d5807584474ae130048df">PxJoint</a> <li>getRelativeLinearVelocity() @@ -948,16 +948,16 @@ <li>getRelativeTransform() : <a class="el" href="classPxJoint.html#116450043c073548c1c55d032014f7e7">PxJoint</a> <li>getRenderBuffer() -: <a class="el" href="classPxScene.html#35f231796a325fcf587e681831c5fcb5">PxScene</a> -, <a class="el" href="classPxControllerManager.html#a6b2e7140e13c739ccf089331b434606">PxControllerManager</a> +: <a class="el" href="classPxControllerManager.html#a6b2e7140e13c739ccf089331b434606">PxControllerManager</a> +, <a class="el" href="classPxScene.html#35f231796a325fcf587e681831c5fcb5">PxScene</a> <li>getReportAllocationNames() : <a class="el" href="classPxFoundation.html#99d8ace08bda782da561bc14c6e9075b">PxFoundation</a> <li>getRepXSerializer() : <a class="el" href="classPxSerializationRegistry.html#40b8f7dfa706de614a013ed15c79dfdc">PxSerializationRegistry</a> <li>getRestitution() : <a class="el" href="classPxMaterial.html#06db9f154df542598da209a31fdc123f">PxMaterial</a> -, <a class="el" href="classPxContactSet.html#643d2c1eb96b29b8119e11e04828c26e">PxContactSet</a> , <a class="el" href="classPxParticleBase.html#f685d7f2c306a42d345fcde35a2bf6fa">PxParticleBase</a> +, <a class="el" href="classPxContactSet.html#643d2c1eb96b29b8119e11e04828c26e">PxContactSet</a> , <a class="el" href="structPxContactStreamIterator.html#25f719cc460541c095fa0b7101fe4a32">PxContactStreamIterator</a> <li>getRestitutionCombineMode() : <a class="el" href="classPxMaterial.html#a4f567c979252e84dc88cbd626dc8812">PxMaterial</a> @@ -985,16 +985,18 @@ : <a class="el" href="classPxRigidDynamic.html#a88e055440d6c1cc846e32dbed017345">PxRigidDynamic</a> <li>getRunProfiled() : <a class="el" href="classPxDefaultCpuDispatcher.html#40f8719e94a4b87017c1865b85ac1930">PxDefaultCpuDispatcher</a> +<li>getSample() +: <a class="el" href="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa">PxHeightField</a> <li>getSampleStride() : <a class="el" href="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e">PxHeightField</a> <li>getScene() -: <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> +: <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> +, <a class="el" href="classPxArticulation.html#fd299e63283d38910c48243e6d9755dd">PxArticulation</a> , <a class="el" href="classPxConstraint.html#a94f6f40eac2640b1211eb3ede57588b">PxConstraint</a> -, <a class="el" href="classPxController.html#3a7134907855142bcae10e462958a61e">PxController</a> -, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> , <a class="el" href="classPxControllerManager.html#86e943ddc5db86e23b9f31eeff908a74">PxControllerManager</a> , <a class="el" href="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3">PxActor</a> -, <a class="el" href="classPxAggregate.html#a70f305e7f2934d99afd74d28b0c0194">PxAggregate</a> +, <a class="el" href="classPxJoint.html#94b6afda907ba342af710f67aae09e6c">PxJoint</a> +, <a class="el" href="classPxController.html#3a7134907855142bcae10e462958a61e">PxController</a> <li>getScenePvdClient() : <a class="el" href="classPxScene.html#ac4ee13053cdb7f50ca6c065077c9ee3">PxScene</a> <li>getScenePvdFlags() @@ -1016,8 +1018,8 @@ <li>getSelfCollisionStiffness() : <a class="el" href="classPxCloth.html#a3532b8262295f8adf15a8cda9c83f25">PxCloth</a> <li>getSeparation() -: <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +: <a class="el" href="structPxContactStreamIterator.html#b6bd9823f5d44bc849e74d5d52ea0f54">PxContactStreamIterator</a> +, <a class="el" href="classPxContactSet.html#08bf7523401a88b6481ae49bedc858f3">PxContactSet</a> <li>getSeparationConstraints() : <a class="el" href="classPxCloth.html#0ca219e86a0a99a8ad6198208cef26b7">PxCloth</a> <li>getSeparationTolerance() @@ -1029,13 +1031,13 @@ <li>getSets() : <a class="el" href="classPxClothFabric.html#f45bfae66b62c892245fac4dbc099f71">PxClothFabric</a> <li>getShapes() -: <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> -, <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +: <a class="el" href="classPxRigidActor.html#22ef86619d7a6de688b9ef2b0ad7bcec">PxRigidActor</a> +, <a class="el" href="classPxPhysics.html#f8a7ab6d85ff7232e622a7127f5e2528">PxPhysics</a> <li>getSimulationEventCallback() : <a class="el" href="classPxScene.html#1eb6366fd80f5a8f6a9154a412c33436">PxScene</a> <li>getSimulationFilterData() -: <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> -, <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> +: <a class="el" href="classPxShape.html#bfa95e009f300060ba648637fb685686">PxShape</a> +, <a class="el" href="classPxParticleBase.html#12bf74e45c36e867894bc775a83a0593">PxParticleBase</a> , <a class="el" href="classPxCloth.html#b2c8c03af0b084ea266e3396620c051d">PxCloth</a> <li>getSimulationStatistics() : <a class="el" href="classPxScene.html#7abb1e1354ae3258b91fc097e9d682b8">PxScene</a> @@ -1044,8 +1046,8 @@ <li>getSleepLinearVelocity() : <a class="el" href="classPxCloth.html#d421d5f30c8df5c22d605ab99fbf31d1">PxCloth</a> <li>getSleepThreshold() -: <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> -, <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +: <a class="el" href="classPxArticulation.html#9e7f831e514e0de1c15812f62c0ab20b">PxArticulation</a> +, <a class="el" href="classPxRigidDynamic.html#1a0232d5a392e204e6b133fd2ab0879e">PxRigidDynamic</a> <li>getSlopeLimit() : <a class="el" href="classPxController.html#7e03e7863dd2036f673b084f3ce94629">PxController</a> <li>getSolverBatchSize() @@ -1053,8 +1055,8 @@ <li>getSolverFrequency() : <a class="el" href="classPxCloth.html#88872e66443f69945805fabb16b8cfac">PxCloth</a> <li>getSolverIterationCounts() -: <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> -, <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +: <a class="el" href="classPxRigidDynamic.html#2fcdafcbc0dd5a691d502b2f7b03a7d7">PxRigidDynamic</a> +, <a class="el" href="classPxArticulation.html#895c71778bd0ec8905719f507e0a966f">PxArticulation</a> <li>getSphereGeometry() : <a class="el" href="classPxShape.html#d36c41170461ca897fa70433d23268fa">PxShape</a> <li>getSphericalJointFlags() @@ -1065,10 +1067,10 @@ <li>getState() : <a class="el" href="classPxController.html#d694218683ad584f6120bc001c0d1616">PxController</a> <li>getStaticFriction() -: <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> -, <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> -, <a class="el" href="classPxMaterial.html#b80c2e686ea428c58dbd020e067eaa70">PxMaterial</a> +: <a class="el" href="structPxContactStreamIterator.html#e61aa300ebb547085205073dd69454a2">PxContactStreamIterator</a> , <a class="el" href="classPxParticleBase.html#490ead77cd5a791537c209c5650a8d0c">PxParticleBase</a> +, <a class="el" href="classPxContactSet.html#45700551793a60bff49adfb4775b5820">PxContactSet</a> +, <a class="el" href="classPxMaterial.html#b80c2e686ea428c58dbd020e067eaa70">PxMaterial</a> <li>getStaticStructure() : <a class="el" href="classPxScene.html#d285bee8674cc03378588a32c4f85dda">PxScene</a> <li>getStats() @@ -1078,9 +1080,9 @@ <li>getStepOffset() : <a class="el" href="classPxController.html#2a46763eb7541abe5d1c73eacca4639c">PxController</a> <li>getStiffness() -: <a class="el" href="classPxParticleFluid.html#20a0cdb50445cf6db5d4438567fb21c8">PxParticleFluid</a> +: <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> , <a class="el" href="classPxDistanceJoint.html#046e3c320c50c2e83c3bb0bd43de97e2">PxDistanceJoint</a> -, <a class="el" href="classPxArticulationJoint.html#e11979e97274ce2fa604db8615dc5b71">PxArticulationJoint</a> +, <a class="el" href="classPxParticleFluid.html#20a0cdb50445cf6db5d4438567fb21c8">PxParticleFluid</a> <li>getStiffnessFrequency() : <a class="el" href="classPxCloth.html#75cf540fbe32712420282f51dc281067">PxCloth</a> <li>getStretchConfig() @@ -1122,15 +1124,15 @@ <li>getTaskID() : <a class="el" href="classphysx_1_1PxTask.html#762b45266ec713eb7f599574a7998057">physx::PxTask</a> <li>getTaskManager() -: <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> -, <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +: <a class="el" href="classphysx_1_1PxBaseTask.html#9dccf76144a25df2c2a7ed5fa8cea003">physx::PxBaseTask</a> +, <a class="el" href="classPxScene.html#be1495d04a1852030c0dec380999525a">PxScene</a> <li>getTetherAnchors() : <a class="el" href="classPxClothFabric.html#868c8ede0e185dbf6bff4ca17fec4a8a">PxClothFabric</a> <li>getTetherConfig() : <a class="el" href="classPxCloth.html#52957da35698b2488b4d67a4be285c55">PxCloth</a> <li>getTetherData() -: <a class="el" href="classPxClothGeodesicTetherCooker.html#d70234a172fc25819b8b5a66c9970058">PxClothGeodesicTetherCooker</a> -, <a class="el" href="classPxClothSimpleTetherCooker.html#4a7bc691494d9941f39ab1a12bc8aff7">PxClothSimpleTetherCooker</a> +: <a class="el" href="classPxClothSimpleTetherCooker.html#4a7bc691494d9941f39ab1a12bc8aff7">PxClothSimpleTetherCooker</a> +, <a class="el" href="classPxClothGeodesicTetherCooker.html#d70234a172fc25819b8b5a66c9970058">PxClothGeodesicTetherCooker</a> <li>getTetherLengths() : <a class="el" href="classPxClothFabric.html#8dde7c6c2105602237ded25f44c4eeee">PxClothFabric</a> <li>getTexts() @@ -1168,10 +1170,10 @@ : <a class="el" href="classPxMat44.html#f03cbe2d25cbab715ecb613037fedd47">PxMat44</a> , <a class="el" href="classPxMat33.html#4ac2e5e46952e91a18126a5de02d2697">PxMat33</a> <li>getTriangle() -: <a class="el" href="classPxMeshQuery.html#c567bb759621105f07886f257587d70f">PxMeshQuery</a> +: <a class="el" href="classPxMeshQuery.html#8acb2a510cda8105fe1d9f84acf20087">PxMeshQuery</a> <li>getTriangleMaterialIndex() -: <a class="el" href="classPxHeightField.html#497c5cb500ffc7d5cc00929c2007723b">PxHeightField</a> -, <a class="el" href="classPxTriangleMesh.html#c6ce228303232206a8ac953152007818">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#c6ce228303232206a8ac953152007818">PxTriangleMesh</a> +, <a class="el" href="classPxHeightField.html#497c5cb500ffc7d5cc00929c2007723b">PxHeightField</a> <li>getTriangleMeshes() : <a class="el" href="classPxPhysics.html#a781fee3bcd9ea28cfaa45717c4a8738">PxPhysics</a> <li>getTriangleMeshFlags() @@ -1181,27 +1183,27 @@ <li>getTriangleNormal() : <a class="el" href="classPxHeightField.html#36357857037f9fcb257e4c4ec8b85a04">PxHeightField</a> <li>getTriangles() -: <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> -, <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#1b5db3f6060849da98024a04ceb991e5">PxTriangleMesh</a> +, <a class="el" href="classPxRenderBuffer.html#5e9aa32a4544fcfcb96aa71702e1aad2">PxRenderBuffer</a> <li>getTrianglesRemap() : <a class="el" href="classPxTriangleMesh.html#6b36d40812d5cb70507472cd4e147ae0">PxTriangleMesh</a> <li>getTwist() : <a class="el" href="classPxD6Joint.html#a835389fb51c86ffb0a0aa32cbeec4f4">PxD6Joint</a> <li>getTwistLimit() -: <a class="el" href="classPxArticulationJoint.html#af8d7d469a142c4375b333f159c9ca5b">PxArticulationJoint</a> -, <a class="el" href="classPxD6Joint.html#d61577f7428193e59399a4dd4a24e153">PxD6Joint</a> +: <a class="el" href="classPxD6Joint.html#d61577f7428193e59399a4dd4a24e153">PxD6Joint</a> +, <a class="el" href="classPxArticulationJoint.html#af8d7d469a142c4375b333f159c9ca5b">PxArticulationJoint</a> <li>getTwistLimitContactDistance() : <a class="el" href="classPxArticulationJoint.html#cc1318e01659cd325fae18a2cd482bdb">PxArticulationJoint</a> <li>getTwistLimitEnabled() : <a class="el" href="classPxArticulationJoint.html#32aea69d3b9a65c654581a8b55e4f6f1">PxArticulationJoint</a> <li>getType() -: <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> -, <a class="el" href="classPxMidphaseDesc.html#02e9447258a748b314f7ee1896f4e5f4">PxMidphaseDesc</a> -, <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> -, <a class="el" href="classPxGeometry.html#da00045053aaa9bdc56eeb38066cbe29">PxGeometry</a> -, <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> +: <a class="el" href="classPxMidphaseDesc.html#02e9447258a748b314f7ee1896f4e5f4">PxMidphaseDesc</a> , <a class="el" href="classPxGeometryHolder.html#9cb321cfc08b5cb744bd52905e0a896f">PxGeometryHolder</a> , <a class="el" href="classPxController.html#d98589ad22dcdcedaf1c5fa9f0f40b53">PxController</a> +, <a class="el" href="classPxActor.html#76a3489218f85ce9fe3ffb883ba8ce63">PxActor</a> +, <a class="el" href="classPxGeometry.html#da00045053aaa9bdc56eeb38066cbe29">PxGeometry</a> +, <a class="el" href="classPxControllerDesc.html#609846f3b5cc062d7c98686b669cca72">PxControllerDesc</a> +, <a class="el" href="classPxObstacle.html#7cf9794dae4affdf3fecdf93fdae82f4">PxObstacle</a> <li>getTypeName() : <a class="el" href="classPxRepXSerializer.html#91effb5024aa5a90fbbdbf7f17eba795">PxRepXSerializer</a> <li>getTypePairFriction() @@ -1213,8 +1215,8 @@ <li>getUseAutoGears() : <a class="el" href="classPxVehicleDriveDynData.html#9b917f8ea42e952946fcfb2b2bab4842">PxVehicleDriveDynData</a> <li>getUserData() -: <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> -, <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +: <a class="el" href="classPxVehicleWheelsDynData.html#9a4779333ea3485a9e4a8108b395a276">PxVehicleWheelsDynData</a> +, <a class="el" href="classPxController.html#74cdda2b323e76b66ffc6a5c02376e92">PxController</a> <li>getUserMemory() : <a class="el" href="classPxBatchQuery.html#edffcfa27e47ef04274bb8180b42e913">PxBatchQuery</a> <li>getVehicleType() @@ -1271,10 +1273,10 @@ : <a class="el" href="classphysx_1_1PxCpuDispatcher.html#55b03b2db9de4be06f5eace3e43f4ebc">physx::PxCpuDispatcher</a> <li>getWorldBounds() : <a class="el" href="classPxGeometryQuery.html#ac80fbc6fd9c2315aee6dddc9c1e9795">PxGeometryQuery</a> -, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> -, <a class="el" href="classPxArticulation.html#96d818fec86bc80cbcae2097cfc5cf1b">PxArticulation</a> -, <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> , <a class="el" href="classPxActor.html#cab89ce3ee6d27b580063d131a417721">PxActor</a> +, <a class="el" href="classPxShapeExt.html#71b7808c2c0623fe264f7973be837897">PxShapeExt</a> +, <a class="el" href="classPxArticulation.html#96d818fec86bc80cbcae2097cfc5cf1b">PxArticulation</a> +, <a class="el" href="classPxCloth.html#86e89adaa6e6c0f7b5da218a45f4c5dc">PxCloth</a> <li>getWrittenDataSize() : <a class="el" href="classPxPvdTransport.html#21db3b3932ca803b5232f34c503f4f4e">PxPvdTransport</a> <li>getX() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html index e66013cc..5cea0c64 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x6f.html @@ -195,71 +195,73 @@ <li>operator<=() : <a class="el" href="classPxStrideIterator.html#f8a3289cb8c73f450bcc13eac4fab461">PxStrideIterator< T ></a> <li>operator=() -: <a class="el" href="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4">PxMat33</a> -, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> -, <a class="el" href="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39">PxControllerDesc</a> +: <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> , <a class="el" href="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15">PxDefaultMemoryOutputStream</a> -, <a class="el" href="classPxSceneWriteLock.html#09e6d3e1544bf51e7f60ed43b2a60909">PxSceneWriteLock</a> , <a class="el" href="structPxRepXInstantiationArgs.html#f69f118d0b661e22610be96eb910c18b">PxRepXInstantiationArgs</a> +, <a class="el" href="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39">PxControllerDesc</a> +, <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="classPxSceneReadLock.html#3d9fede7ae012ba282191510d78bc263">PxSceneReadLock</a> +, <a class="el" href="classPxVehicleWheelsSimData.html#c9ab652fed581f0351acb66a769935e2">PxVehicleWheelsSimData</a> +, <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> , <a class="el" href="classPxTriangle.html#e4c701d8c6f8ca3cbe652546d063f8fa">PxTriangle</a> +, <a class="el" href="classPxMat44.html#7e2cc56304a4d924ea6d143ecc505938">PxMat44</a> , <a class="el" href="classPxVec4.html#ccb157828284af88b6605f28c3f186e5">PxVec4</a> -, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> +, <a class="el" href="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4">PxMat33</a> +, <a class="el" href="classPxSceneWriteLock.html#09e6d3e1544bf51e7f60ed43b2a60909">PxSceneWriteLock</a> , <a class="el" href="classPxVec3.html#86f607c621d110d976c8e71772c25158">PxVec3</a> -, <a class="el" href="classPxMat44.html#7e2cc56304a4d924ea6d143ecc505938">PxMat44</a> -, <a class="el" href="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327">PxFlags< enumtype, storagetype ></a> -, <a class="el" href="classPxVec2.html#905d707942a9aa11f7184228e85df054">PxVec2</a> -, <a class="el" href="classPxSceneReadLock.html#3d9fede7ae012ba282191510d78bc263">PxSceneReadLock</a> , <a class="el" href="group__foundation.html#ga695b4a8b303290a0e28b7b493d1c02d">PxFlags< enumtype, storagetype ></a> -, <a class="el" href="classPxMidphaseDesc.html#eaef37abd96ca9fd99fb92050f798881">PxMidphaseDesc</a> -, <a class="el" href="group__character.html#g95e4b49e470d870c151c3d727a273676">PxBoxControllerDesc</a> +, <a class="el" href="classPxQuat.html#4f3ea9ae559903398b3c973458a6aa11">PxQuat</a> +, <a class="el" href="classPxVec2.html#905d707942a9aa11f7184228e85df054">PxVec2</a> , <a class="el" href="classPxFixedSizeLookupTable.html#8292ce2756c85eb0520209cb15e605f2">PxFixedSizeLookupTable< NB_ELEMENTS ></a> +, <a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">PxFilterData</a> , <a class="el" href="group__character.html#g81a73ed06438569e730320f322376ae8">PxCapsuleControllerDesc</a> <li>operator==() -: <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> -, <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> -, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +: <a class="el" href="classPxTransform.html#e7af63048d4325b4e4b34efaaa8c06ae">PxTransform</a> +, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> +, <a class="el" href="classPxVec3.html#81950e1461513bdae58fc5e80443455c">PxVec3</a> , <a class="el" href="classPxStrideIterator.html#f89f094b379c60d60c5747ec7eb39705">PxStrideIterator< T ></a> -, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> , <a class="el" href="classPxVec2.html#a3966148966ec2a6d780f08d114c92f3">PxVec2</a> -, <a class="el" href="classPxVec3.html#81950e1461513bdae58fc5e80443455c">PxVec3</a> , <a class="el" href="classPxMat44.html#ec9ebf1e1c19a3bc685280f1a3765090">PxMat44</a> -, <a class="el" href="classPxQuat.html#9da7a84ebce6482bbeba84e60c83ac20">PxQuat</a> -, <a class="el" href="group__foundation.html#gf5c9e1d73aa95053872a305221ecaec8">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">PxFilterData</a> , <a class="el" href="classPxPlane.html#53ceb7e1cf89c4ad8a2190d65e27973f">PxPlane</a> +, <a class="el" href="group__foundation.html#gf5c9e1d73aa95053872a305221ecaec8">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxMat33.html#2cbc18ab05436d939dfcd42502d2a159">PxMat33</a> +, <a class="el" href="group__foundation.html#g110ffd967a01bc544cbf8c04850ede25">PxFlags< enumtype, storagetype ></a> +, <a class="el" href="classPxVec4.html#770c7ac32c499285f501cd70c9be16a9">PxVec4</a> <li>operator>() : <a class="el" href="classPxStrideIterator.html#83d5749f894ee4cb8b08e68fe9c127db">PxStrideIterator< T ></a> <li>operator>=() : <a class="el" href="classPxStrideIterator.html#8b63bc62372adac2168b561a2a9ffdbe">PxStrideIterator< T ></a> <li>operator[]() -: <a class="el" href="classPxVec3.html#faae1b939e5c7ae27aba81612dd5fc01">PxVec3</a> -, <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> -, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> +: <a class="el" href="classPxMat33.html#d1fb381de010cc5d7a6c874432dbb24f">PxMat33</a> +, <a class="el" href="classPxVec2.html#7df8ee1f8f487ef060436f273d2276bc">PxVec2</a> , <a class="el" href="classPxMat33.html#4c6d4185771a0beda1f26f87a12ba9e1">PxMat33</a> +, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> +, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> , <a class="el" href="classPxVec4.html#b99a22543b09188d3677461ee1016ab4">PxVec4</a> , <a class="el" href="classPxVec2.html#12510dbff9f774ca28bda1f50cae76e8">PxVec2</a> +, <a class="el" href="classPxVec4.html#dccc186308bad92528570f565a17cb54">PxVec4</a> , <a class="el" href="classPxMat44.html#27e7fe22008318a7176b09a57439aa66">PxMat44</a> -, <a class="el" href="classPxVec3.html#a0224a065fc915ebd610887d6d156343">PxVec3</a> -, <a class="el" href="classPxMat44.html#d938f58c5402f3e732e2081e1f8fedcc">PxMat44</a> +, <a class="el" href="structPxExtendedVec3.html#daef7aafe82229b7e756984ae6c2129c">PxExtendedVec3</a> +, <a class="el" href="classPxStrideIterator.html#cc0c01057942dcf7d5e9f23bb09a3099">PxStrideIterator< T ></a> , <a class="el" href="structPxExtendedVec3.html#b0bd46e5292d407ce90941a69b78e635">PxExtendedVec3</a> -, <a class="el" href="classPxVec2.html#7df8ee1f8f487ef060436f273d2276bc">PxVec2</a> -, <a class="el" href="classPxMat33.html#d1fb381de010cc5d7a6c874432dbb24f">PxMat33</a> <li>operator^() -: <a class="el" href="group__foundation.html#g6865e66d61ec6a6adc8fc8eb807c8b9a">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gfaa73291f9dab13b84d9e3353f58b012">PxFlags< enumtype, storagetype ></a> <li>operator^=() -: <a class="el" href="group__foundation.html#gfbe5e3fb5d82008c8c193d37709980d7">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#g40c9a674d20163242c9ffe4ac15568af">PxFlags< enumtype, storagetype ></a> <li>operator|() -: <a class="el" href="group__foundation.html#g64ea68943f74aa2fe52fa126ca873b88">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#gff3ab524c497628d53b76cc57cc4c31e">PxFlags< enumtype, storagetype ></a> <li>operator|=() -: <a class="el" href="group__foundation.html#ged43737118e117c9959a2a7dfd13df02">PxFlags< enumtype, storagetype ></a> +: <a class="el" href="group__foundation.html#g4c56b47b1a4cadc05d94cd1ef850dd4f">PxFlags< enumtype, storagetype ></a> <li>operator~() : <a class="el" href="group__foundation.html#g372ff7f25a1aa152c934b0a325054f0d">PxFlags< enumtype, storagetype ></a> <li>overlap() -: <a class="el" href="classPxSpatialIndex.html#00cf7e306339f210ca9c9f4cc0ca8b76">PxSpatialIndex</a> -, <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> -, <a class="el" href="classPxVolumeCache.html#d339ef9e688aed817333ef1ac78d868c">PxVolumeCache</a> +: <a class="el" href="classPxShapeExt.html#ffe9828effe773b79ab836691b72d62a">PxShapeExt</a> +, <a class="el" href="classPxSpatialIndex.html#00cf7e306339f210ca9c9f4cc0ca8b76">PxSpatialIndex</a> +, <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> , <a class="el" href="classPxScene.html#31d09c0e967f9806a1f0d5df78dfc996">PxScene</a> +, <a class="el" href="classPxVolumeCache.html#d339ef9e688aed817333ef1ac78d868c">PxVolumeCache</a> , <a class="el" href="classPxGeometryQuery.html#62d7a791dba43d475d96a28571f585b4">PxGeometryQuery</a> -, <a class="el" href="classPxBatchQuery.html#2312bc0c82e54bbf46c16e203f9937e3">PxBatchQuery</a> <li>overlapAny() : <a class="el" href="classPxSceneQueryExt.html#3c58a83de3d9b9466fc02bfcbc76dfe5">PxSceneQueryExt</a> <li>overlapMultiple() 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 73ba9711..e48d3e0f 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/functions_func_0x70.html @@ -329,15 +329,15 @@ <li>PxMassProperties() : <a class="el" href="classPxMassProperties.html#1cbdb127fcb5b2b3617693e24ccdb49b">PxMassProperties</a> <li>PxMat33() -: <a class="el" href="classPxMat33.html#73231a8d10a61fe85c6a3b2fab81a7f1">PxMat33</a> +: <a class="el" href="classPxMat33.html#92525fe88727f40493acfd0857680fc4">PxMat33</a> <li>PxMat44() -: <a class="el" href="classPxMat44.html#c12ebe870e5fab8bbce5a6f8a7bd4ee5">PxMat44</a> +: <a class="el" href="classPxMat44.html#d514b6d688fc320ffb13e94367fcdf1b">PxMat44</a> <li>PxMaterial() -: <a class="el" href="classPxMaterial.html#f307774d0f072ac743621419a5d7c1a7">PxMaterial</a> +: <a class="el" href="classPxMaterial.html#9f402b870b0729455ba8199b46a0fccd">PxMaterial</a> <li>PxMeshOverlapUtil() : <a class="el" href="classPxMeshOverlapUtil.html#bd9c8b4408c4a5d4a8edddfd77ae3a32">PxMeshOverlapUtil</a> <li>PxMeshScale() -: <a class="el" href="classPxMeshScale.html#861aff2d78563d1e844d5cb6a34057c6">PxMeshScale</a> +: <a class="el" href="classPxMeshScale.html#073dcde32362dd33ba16db1375d32ded">PxMeshScale</a> <li>PxMidphaseDesc() : <a class="el" href="classPxMidphaseDesc.html#2884c3beff507638b6bceb78c46c9eee">PxMidphaseDesc</a> <li>PxObstacle() @@ -349,17 +349,17 @@ <li>PxPadding() : <a class="el" href="structPxPadding.html#3a6e900438823b303b5818030d2df083">PxPadding< TNumBytes ></a> <li>PxParticleBase() -: <a class="el" href="classPxParticleBase.html#328a22534db4e5585a0b9e17f0e83d05">PxParticleBase</a> +: <a class="el" href="classPxParticleBase.html#1688c7c5736ab69e7606d419daccfe39">PxParticleBase</a> <li>PxParticleCreationData() : <a class="el" href="group__particles.html#g8946abea4ff273cbecd459cd74e83f79">PxParticleCreationData</a> <li>PxParticleFluid() -: <a class="el" href="classPxParticleFluid.html#a47d7c6c87f093ecf774b1a164b294b5">PxParticleFluid</a> +: <a class="el" href="classPxParticleFluid.html#1355760c2e345ab70190308946fbd825">PxParticleFluid</a> <li>PxParticleSystem() : <a class="el" href="classPxParticleSystem.html#fd52afc4a8cff4049dc6a7db67c6d75f">PxParticleSystem</a> <li>PxPhysicsInsertionCallback() : <a class="el" href="classPxPhysicsInsertionCallback.html#d1424ae705471676424f57e2037f63dd">PxPhysicsInsertionCallback</a> <li>PxPlane() -: <a class="el" href="classPxPlane.html#5d449753bd941b2ac7d4f507e53ff2b9">PxPlane</a> +: <a class="el" href="classPxPlane.html#a91bd50f689e65d8df16b9bc451adbe4">PxPlane</a> <li>PxPlaneGeometry() : <a class="el" href="classPxPlaneGeometry.html#d71ebf9ac3a2f3831fb65dfe91adf505">PxPlaneGeometry</a> <li>PxPrismaticJoint() @@ -369,7 +369,7 @@ <li>PxPruningStructure() : <a class="el" href="classPxPruningStructure.html#034b569b8e1db318efcb97fa3dc03020">PxPruningStructure</a> <li>PxQuat() -: <a class="el" href="classPxQuat.html#b364d7ce854065cd32b2dbbd8d30e279">PxQuat</a> +: <a class="el" href="group__foundation.html#gf4ea3337baa14716f97e5cae7f6047c2">PxQuat</a> <li>PxQueryCache() : <a class="el" href="structPxQueryCache.html#810ecb74536e940be1719d60aedfd3cd">PxQueryCache</a> <li>PxQueryFilterData() @@ -385,15 +385,15 @@ <li>PxRepXObject() : <a class="el" href="structPxRepXObject.html#a1cc707ced49e51838f39a1867566893">PxRepXObject</a> <li>PxRevoluteJoint() -: <a class="el" href="classPxRevoluteJoint.html#298f032a11365475f16d6d2b42c5dc61">PxRevoluteJoint</a> +: <a class="el" href="classPxRevoluteJoint.html#738a0a094358001c58c9c3ea070730a2">PxRevoluteJoint</a> <li>PxRigidActor() -: <a class="el" href="classPxRigidActor.html#ea61d8192d25e64cefbbdc5f6d68a39b">PxRigidActor</a> +: <a class="el" href="classPxRigidActor.html#bc3690608611b90d1efd033e804fd774">PxRigidActor</a> <li>PxRigidBody() -: <a class="el" href="classPxRigidBody.html#df18dc769f8d1d3da7760097fa699acb">PxRigidBody</a> +: <a class="el" href="classPxRigidBody.html#14d4e7068063768f6029a975ff5d41e4">PxRigidBody</a> <li>PxRigidDynamic() : <a class="el" href="classPxRigidDynamic.html#b21ed0e4e1be20fc975fcd3ceeb4e064">PxRigidDynamic</a> <li>PxRigidStatic() -: <a class="el" href="classPxRigidStatic.html#33f405d68b5ec1e8e60d0b361151645c">PxRigidStatic</a> +: <a class="el" href="classPxRigidStatic.html#7881e50c535f44a6d69f40af3baa7ffc">PxRigidStatic</a> <li>PxScene() : <a class="el" href="classPxScene.html#37b5f1aed7edbae16640e0555d9271ae">PxScene</a> <li>PxSceneDesc() @@ -401,7 +401,7 @@ <li>PxSceneLimits() : <a class="el" href="group__physics.html#gd36024f1760b55b0947dc0d91e080bd7">PxSceneLimits</a> <li>PxSceneReadLock() -: <a class="el" href="classPxSceneReadLock.html#c6f82c5407164675be3fc767c4e9cecd">PxSceneReadLock</a> +: <a class="el" href="classPxSceneReadLock.html#ef1281bce24a99ed88fc45e88c702266">PxSceneReadLock</a> <li>PxSceneWriteLock() : <a class="el" href="classPxSceneWriteLock.html#79dfa45a702ade06c4ca4af9de6ea160">PxSceneWriteLock</a> <li>PxSerializationContext() @@ -415,15 +415,15 @@ <li>PxSimulationStatistics() : <a class="el" href="classPxSimulationStatistics.html#910e1921a55acda66f5c22ee173eda32">PxSimulationStatistics</a> <li>PxSphereGeometry() -: <a class="el" href="classPxSphereGeometry.html#b0c426a8db79da6808e364de8d213c28">PxSphereGeometry</a> +: <a class="el" href="classPxSphereGeometry.html#f190d00c7a0b5748e8159eba87cdb23a">PxSphereGeometry</a> <li>PxSphericalJoint() -: <a class="el" href="classPxSphericalJoint.html#c286965aa17ee29f33dfc66723f30116">PxSphericalJoint</a> +: <a class="el" href="classPxSphericalJoint.html#b06e4205a73a38b86f803b33596ff2b0">PxSphericalJoint</a> <li>PxSpring() : <a class="el" href="classPxSpring.html#2fe1f5d75c8b8e0c7ad9ce417c8fdebc">PxSpring</a> <li>PxStridedData() : <a class="el" href="structPxStridedData.html#f327f6129229e98cb13b949b3fa2a26d">PxStridedData</a> <li>PxStrideIterator() -: <a class="el" href="classPxStrideIterator.html#83f07f56ecd22231423a7a6115dcec5f">PxStrideIterator< T ></a> +: <a class="el" href="classPxStrideIterator.html#47b65f7b217b7b58e41c60eba2036c6a">PxStrideIterator< T ></a> <li>PxSweepBufferN() : <a class="el" href="structPxSweepBufferN.html#b8be2772b4fe811563efc01824201a61">PxSweepBufferN< N ></a> <li>PxSweepHit() @@ -433,21 +433,21 @@ <li>PxTolerancesScale() : <a class="el" href="group__common.html#gf2bc9f0c0e1ee44a548900a13bb1136c">PxTolerancesScale</a> <li>PxTransform() -: <a class="el" href="classPxTransform.html#1e8f1a81e48e0b8c5e5708b871ca61e0">PxTransform</a> +: <a class="el" href="classPxTransform.html#b414a3463acc556445fb095ee32e98d8">PxTransform</a> <li>PxTriangle() : <a class="el" href="classPxTriangle.html#a85f97202f9b4811cdacc3f126da023b">PxTriangle</a> <li>PxTriangleMesh() -: <a class="el" href="classPxTriangleMesh.html#add4279bc98db8ec4d1da6c1485fcb07">PxTriangleMesh</a> +: <a class="el" href="classPxTriangleMesh.html#b6401ba6b8f477e3c95a79da42f4e3b0">PxTriangleMesh</a> <li>PxTriangleMeshDesc() : <a class="el" href="group__cooking.html#g15d3050ac143dfb67ad43a8682c7b569">PxTriangleMeshDesc</a> <li>PxTriangleMeshGeometry() -: <a class="el" href="classPxTriangleMeshGeometry.html#d8d886a991c25f98a83d70be5cba0410">PxTriangleMeshGeometry</a> +: <a class="el" href="classPxTriangleMeshGeometry.html#1a1cef2255e9fc7357a4f9e07c2826b4">PxTriangleMeshGeometry</a> <li>PxTriggerPair() : <a class="el" href="structPxTriggerPair.html#adedcfa39f52b9e32b73d9f2096069f1">PxTriggerPair</a> <li>PxTypedStridedData() : <a class="el" href="structPxTypedStridedData.html#00c6a63c63d01bdca92b06f60e6909bb">PxTypedStridedData< TDataType ></a> <li>PxVec2() -: <a class="el" href="classPxVec2.html#71fc8ee1b46e0b0539cb507a3b290330">PxVec2</a> +: <a class="el" href="classPxVec2.html#4b60f4c08b8019e8c28967ed33d436ce">PxVec2</a> <li>PxVec3() : <a class="el" href="classPxVec3.html#672e12542fc6f752d21368493578af4e">PxVec3</a> <li>PxVec4() @@ -457,7 +457,7 @@ <li>PxVehicleAntiRollBarData() : <a class="el" href="classPxVehicleAntiRollBarData.html#e926b0985fe5243a1e671405d19e9dac">PxVehicleAntiRollBarData</a> <li>PxVehicleAutoBoxData() -: <a class="el" href="classPxVehicleAutoBoxData.html#7cb4c73cc1997ba805a79cb72f230d36">PxVehicleAutoBoxData</a> +: <a class="el" href="classPxVehicleAutoBoxData.html#4f2313daab10500b71271d46ebbd0fc5">PxVehicleAutoBoxData</a> <li>PxVehicleChassisData() : <a class="el" href="classPxVehicleChassisData.html#edff02e1e05309618636a393743265f4">PxVehicleChassisData</a> <li>PxVehicleClutchData() @@ -473,49 +473,49 @@ <li>PxVehicleDrivableSurfaceToTireFrictionPairs() : <a class="el" href="classPxVehicleDrivableSurfaceToTireFrictionPairs.html#6838139851fe46e93a55cc3fb4f55239">PxVehicleDrivableSurfaceToTireFrictionPairs</a> <li>PxVehicleDrive() -: <a class="el" href="classPxVehicleDrive.html#3a56bc3261c7d0b1b0f974226fda4790">PxVehicleDrive</a> +: <a class="el" href="classPxVehicleDrive.html#fc560f3fed1fb50c39eed8bdb1d12204">PxVehicleDrive</a> <li>PxVehicleDrive4W() -: <a class="el" href="classPxVehicleDrive4W.html#6dc419ee085a03afbc970c2452a4b993">PxVehicleDrive4W</a> +: <a class="el" href="classPxVehicleDrive4W.html#c829d935d067980fd6cda927dbdb5a0f">PxVehicleDrive4W</a> <li>PxVehicleDrive4WRawInputData() : <a class="el" href="classPxVehicleDrive4WRawInputData.html#f897772ee3457a2100945890f3d025ef">PxVehicleDrive4WRawInputData</a> <li>PxVehicleDriveDynData() -: <a class="el" href="classPxVehicleDriveDynData.html#5395d429ef9607844d63447c2b89c146">PxVehicleDriveDynData</a> +: <a class="el" href="classPxVehicleDriveDynData.html#f38233e891d581d123bcae2724d57dc7">PxVehicleDriveDynData</a> <li>PxVehicleDriveNW() -: <a class="el" href="classPxVehicleDriveNW.html#71ec3a0d4cda296f589ea83179dd7a24">PxVehicleDriveNW</a> +: <a class="el" href="classPxVehicleDriveNW.html#f463dfdb64f6135628c5838908bb5395">PxVehicleDriveNW</a> <li>PxVehicleDriveNWRawInputData() : <a class="el" href="classPxVehicleDriveNWRawInputData.html#69da40337ef28425e015fc3ba0bde4eb">PxVehicleDriveNWRawInputData</a> <li>PxVehicleDriveSimData() -: <a class="el" href="classPxVehicleDriveSimData.html#c38c78c84f3c0475a177ab6d3202f354">PxVehicleDriveSimData</a> +: <a class="el" href="classPxVehicleDriveSimData.html#5da8eea1e75acb69885a5d9058a12b4d">PxVehicleDriveSimData</a> <li>PxVehicleDriveSimData4W() : <a class="el" href="classPxVehicleDriveSimData4W.html#db99a930a7426f4835c48574ee77e947">PxVehicleDriveSimData4W</a> <li>PxVehicleDriveSimDataNW() -: <a class="el" href="classPxVehicleDriveSimDataNW.html#86feaf54b53b83f64e248135c87f4ef0">PxVehicleDriveSimDataNW</a> +: <a class="el" href="classPxVehicleDriveSimDataNW.html#e3625d06e1733b2c574f409299507c46">PxVehicleDriveSimDataNW</a> <li>PxVehicleDriveTank() -: <a class="el" href="classPxVehicleDriveTank.html#af73a5da1f780e4f37b669dfb3e1dd24">PxVehicleDriveTank</a> +: <a class="el" href="classPxVehicleDriveTank.html#1d3db837be4782115495f7e5bfcd0a29">PxVehicleDriveTank</a> <li>PxVehicleDriveTankRawInputData() : <a class="el" href="classPxVehicleDriveTankRawInputData.html#99b71417ecdde92487aa06d3c0ecb832">PxVehicleDriveTankRawInputData</a> <li>PxVehicleEngineData() : <a class="el" href="classPxVehicleEngineData.html#003aa44611d0be2a466787521db49fb2">PxVehicleEngineData</a> <li>PxVehicleGearsData() -: <a class="el" href="classPxVehicleGearsData.html#aa179d92d69320b45210a1f1bc851c59">PxVehicleGearsData</a> +: <a class="el" href="classPxVehicleGearsData.html#197ff974ac25dfbad8c8f323a74a8a0d">PxVehicleGearsData</a> <li>PxVehicleNoDrive() -: <a class="el" href="classPxVehicleNoDrive.html#6ba06186cf9355dd9198beef75352afc">PxVehicleNoDrive</a> +: <a class="el" href="classPxVehicleNoDrive.html#b2efce97fc543b50bed1e8ed6881ba38">PxVehicleNoDrive</a> <li>PxVehicleSuspensionData() : <a class="el" href="classPxVehicleSuspensionData.html#8edf19ece4a7b7c32af4aa823e98c434">PxVehicleSuspensionData</a> <li>PxVehicleTireData() : <a class="el" href="classPxVehicleTireData.html#4f7cde0fb3943e130fe35a786f649d1d">PxVehicleTireData</a> <li>PxVehicleTireLoadFilterData() -: <a class="el" href="classPxVehicleTireLoadFilterData.html#4b81e279ec039f3da510ba6939ccdf1b">PxVehicleTireLoadFilterData</a> +: <a class="el" href="classPxVehicleTireLoadFilterData.html#b856f54f8e45dc86b9b1a396ccfa05ff">PxVehicleTireLoadFilterData</a> <li>PxVehicleWheelConcurrentUpdateData() : <a class="el" href="structPxVehicleWheelConcurrentUpdateData.html#5d00e2311128d7bb90b0568fa2323a68">PxVehicleWheelConcurrentUpdateData</a> <li>PxVehicleWheelData() : <a class="el" href="classPxVehicleWheelData.html#0041dd83bf7afcd53489fa1fa9727496">PxVehicleWheelData</a> <li>PxVehicleWheels() -: <a class="el" href="classPxVehicleWheels.html#fb89c7e2d53b98c310d59443213fff80">PxVehicleWheels</a> +: <a class="el" href="classPxVehicleWheels.html#0a75ee48309f1052d10acdc9b727ab06">PxVehicleWheels</a> <li>PxVehicleWheelsDynData() : <a class="el" href="classPxVehicleWheelsDynData.html#5243d9d4a70183f44b248df5b39b05d3">PxVehicleWheelsDynData</a> <li>PxVehicleWheelsSimData() -: <a class="el" href="classPxVehicleWheelsSimData.html#6739c902ff9828abceace89afd02fb81">PxVehicleWheelsSimData</a> +: <a class="el" href="classPxVehicleWheelsSimData.html#9fbfa747a9ef9fe0cc1deef89a5b1238">PxVehicleWheelsSimData</a> <li>PxWheelQueryResult() : <a class="el" href="structPxWheelQueryResult.html#161b38c47540b17befebc36c02c8e996">PxWheelQueryResult</a> <li>PxXmlMiscParameter() diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html b/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html index 61ca3f53..181b2e85 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html @@ -2116,7 +2116,7 @@ Specifies whether the collision object belongs to a kinematic rigid body. <dl class="return" compact><dt><b>Returns:</b></dt><dd>True if the object belongs to a kinematic rigid body, else false</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxRigidBodyFlag.html#5fd4878ae66a98c030a9d976e8ba8596bd76e6985e9db78efb7a66148ea4c212" title="Enables kinematic mode for the actor.">PxRigidBodyFlag::eKINEMATIC</a> </dd></dl> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00486">PxFilterObjectFlag::eKINEMATIC</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00502">PxFilterObjectFlag::eKINEMATIC</a>.</p> </div> </div><p> @@ -2147,7 +2147,7 @@ Specifies whether the collision object is a trigger shape. <dl class="return" compact><dt><b>Returns:</b></dt><dd>True if the object is a trigger shape, else false</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxShapeFlag.html#6edb481aaa3a998c5d6dd3fc4ad87f1aef2b90024dc86be72b68bbaf94a5821d" title="The shape is a trigger which can send reports whenever other shapes enter/leave its...">PxShapeFlag::eTRIGGER_SHAPE</a> </dd></dl> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00487">PxFilterObjectFlag::eTRIGGER</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00503">PxFilterObjectFlag::eTRIGGER</a>.</p> </div> </div><p> @@ -2178,7 +2178,7 @@ Extract filter object type from the filter attributes of a collision pair object <dl class="return" compact><dt><b>Returns:</b></dt><dd>The type of the collision pair object.</dd></dl> <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="structPxFilterObjectType.html" title="Identifies each type of filter object.">PxFilterObjectType</a> </dd></dl> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00473">PxFilterObjectType::eMAX_TYPE_COUNT</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00489">PxFilterObjectType::eMAX_TYPE_COUNT</a>.</p> </div> </div><p> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk b/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk index e74bde70..cb1d504d 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk +++ b/PhysX_3.4/Documentation/PhysXAPI/files/index.hhk @@ -2383,6 +2383,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxVehicleWheels.html#dd82906e8c19fcc1b24fda52140a58d9"><param name="Name" value="getRigidDynamicActor"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxRigidDynamic.html#a88e055440d6c1cc846e32dbed017345"><param name="Name" value="getRigidDynamicLockFlags"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxDefaultCpuDispatcher.html#40f8719e94a4b87017c1865b85ac1930"><param name="Name" value="getRunProfiled"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa"><param name="Name" value="getSample"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e"><param name="Name" value="getSampleStride"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxActor.html#2bf2e48b1960ef8e4fc1a437473bd7a3"><param name="Name" value="getScene"></OBJECT> <UL> @@ -3679,6 +3680,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="group__character.html#g81a73ed06438569e730320f322376ae8"><param name="Name" value="PxCapsuleControllerDesc"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__character.html#ge237ed6fc1c29cdf83cda84e7e0c8b39"><param name="Name" value="PxControllerDesc"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxDefaultMemoryOutputStream.html#f324822d2b0d254c8755c3d96dd1fc15"><param name="Name" value="PxDefaultMemoryOutputStream"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#20d8e3db97e925668d7eba863795b679"><param name="Name" value="PxFilterData"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxFixedSizeLookupTable.html#8292ce2756c85eb0520209cb15e605f2"><param name="Name" value="PxFixedSizeLookupTable"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="group__foundation.html#g2931b1ac387a4417fb6053704b2ef327"><param name="Name" value="PxFlags"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxMat33.html#dcd8ef696b2539be02bc61bcd61dcbc4"><param name="Name" value="PxMat33"></OBJECT> @@ -7215,6 +7217,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html"><param name="Name" value="PxFilterData"></OBJECT> <UL> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e"><param name="Name" value="operator!="></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#20d8e3db97e925668d7eba863795b679"><param name="Name" value="operator="></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14"><param name="Name" value="operator=="></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#469ff4e6a40879e92ed4dc5de4b68a48"><param name="Name" value="PxFilterData"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5"><param name="Name" value="setToDefault"></OBJECT> @@ -7559,6 +7562,7 @@ <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#deb227d057ba7949ad536a26ad75adab"><param name="Name" value="getNbColumns"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#9c23959bd90dd2acf493e4a4a85b8b2e"><param name="Name" value="getNbRows"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#0419a4b453fcc887b337d49877cfab28"><param name="Name" value="getReferenceCount"></OBJECT> + <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#15f91d308f23a987dc672614aa64d5fa"><param name="Name" value="getSample"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#34935489b77f6d386bdfe15b4f10b00e"><param name="Name" value="getSampleStride"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#3d1c8423fdb42c8707102f4785fee97a"><param name="Name" value="getThickness"></OBJECT> <LI><OBJECT type="text/sitemap"><param name="Local" value="classPxHeightField.html#e4136344e0c9ed9c773c304bc87690fe"><param name="Name" value="getTimestamp"></OBJECT> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html index bcfcbf5c..5a678b69 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData-members.html @@ -21,9 +21,11 @@ <div class="contents"> <h1>PxFilterData Member List</h1>This is the complete list of members for <a class="el" href="structPxFilterData.html">PxFilterData</a>, including all inherited members.<p><table> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#7a8d658d4d0d02e5792bb285e4c6eb8e">operator!=</a>(const PxFilterData &a) const </td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> + <tr class="memlist"><td><a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">operator=</a>(const PxFilterData &fd)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">operator==</a>(const PxFilterData &a) const </td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#469ff4e6a40879e92ed4dc5de4b68a48">PxFilterData</a>(const PxEMPTY)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#ecbb36ad8822aac96f39a1054d995821">PxFilterData</a>()</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> + <tr class="memlist"><td><a class="el" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3">PxFilterData</a>(const PxFilterData &fd)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">PxFilterData</a>(PxU32 w0, PxU32 w1, PxU32 w2, PxU32 w3)</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">setToDefault</a>()</td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td><code> [inline]</code></td></tr> <tr class="memlist"><td><a class="el" href="structPxFilterData.html#326ddcb63323ef46e0ce68d0c17ece8f">word0</a></td><td><a class="el" href="structPxFilterData.html">PxFilterData</a></td><td></td></tr> diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html index 53a12f53..01f6c5f1 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxFilterData.html @@ -37,12 +37,18 @@ <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#ecbb36ad8822aac96f39a1054d995821">PxFilterData</a> ()</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <a href="#ecbb36ad8822aac96f39a1054d995821"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#b02469517e6bf86a5402b451893d60f3">PxFilterData</a> (const <a class="el" href="structPxFilterData.html">PxFilterData</a> &fd)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Copy constructor. <a href="#b02469517e6bf86a5402b451893d60f3"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#b4ec43e89c553a53134ca8e481346002">PxFilterData</a> (<a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w0, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w1, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w2, <a class="el" href="group__foundation.html#gcce5749db3dcfb916e98c253374264ed">PxU32</a> w3)</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor to set filter data initially. <a href="#b4ec43e89c553a53134ca8e481346002"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#d6d40431c37145235eaceea47f57b9b5">setToDefault</a> ()</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">(re)sets the structure to the default. <a href="#d6d40431c37145235eaceea47f57b9b5"></a><br></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE void </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#20d8e3db97e925668d7eba863795b679">operator=</a> (const <a class="el" href="structPxFilterData.html">PxFilterData</a> &fd)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Assignment operator. <a href="#20d8e3db97e925668d7eba863795b679"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">PX_INLINE bool </td><td class="memItemRight" valign="bottom"><a class="el" href="structPxFilterData.html#535a321fcf2f15b37a31aafdb5bfef14">operator==</a> (const <a class="el" href="structPxFilterData.html">PxFilterData</a> &a) const </td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Comparison operator to allow use in Array. <a href="#535a321fcf2f15b37a31aafdb5bfef14"></a><br></td></tr> @@ -105,6 +111,28 @@ Default constructor. </div> </div><p> +<a class="anchor" name="b02469517e6bf86a5402b451893d60f3"></a><!-- doxytag: member="PxFilterData::PxFilterData" ref="b02469517e6bf86a5402b451893d60f3" args="(const PxFilterData &fd)" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">PX_INLINE PxFilterData::PxFilterData </td> + <td>(</td> + <td class="paramtype">const <a class="el" href="structPxFilterData.html">PxFilterData</a> & </td> + <td class="paramname"> <em>fd</em> </td> + <td> ) </td> + <td><code> [inline]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Copy constructor. +<p> + +</div> +</div><p> <a class="anchor" name="b4ec43e89c553a53134ca8e481346002"></a><!-- doxytag: member="PxFilterData::PxFilterData" ref="b4ec43e89c553a53134ca8e481346002" args="(PxU32 w0, PxU32 w1, PxU32 w2, PxU32 w3)" --> <div class="memitem"> <div class="memproto"> @@ -171,6 +199,30 @@ Comparison operator to allow use in Array. </div> </div><p> +<a class="anchor" name="20d8e3db97e925668d7eba863795b679"></a><!-- doxytag: member="PxFilterData::operator=" ref="20d8e3db97e925668d7eba863795b679" args="(const PxFilterData &fd)" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">PX_INLINE void PxFilterData::operator= </td> + <td>(</td> + <td class="paramtype">const <a class="el" href="structPxFilterData.html">PxFilterData</a> & </td> + <td class="paramname"> <em>fd</em> </td> + <td> ) </td> + <td><code> [inline]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> +Assignment operator. +<p> + +<p>References <a class="el" href="PxFiltering_8h-source.html#l00434">word0</a>, <a class="el" href="PxFiltering_8h-source.html#l00435">word1</a>, <a class="el" href="PxFiltering_8h-source.html#l00436">word2</a>, and <a class="el" href="PxFiltering_8h-source.html#l00437">word3</a>.</p> + +</div> +</div><p> <a class="anchor" name="535a321fcf2f15b37a31aafdb5bfef14"></a><!-- doxytag: member="PxFilterData::operator==" ref="535a321fcf2f15b37a31aafdb5bfef14" args="(const PxFilterData &a) const " --> <div class="memitem"> <div class="memproto"> @@ -191,7 +243,7 @@ Comparison operator to allow use in Array. Comparison operator to allow use in Array. <p> -<p>References <a class="el" href="PxFiltering_8h-source.html#l00418">word0</a>, <a class="el" href="PxFiltering_8h-source.html#l00419">word1</a>, <a class="el" href="PxFiltering_8h-source.html#l00420">word2</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">word3</a>.</p> +<p>References <a class="el" href="PxFiltering_8h-source.html#l00434">word0</a>, <a class="el" href="PxFiltering_8h-source.html#l00435">word1</a>, <a class="el" href="PxFiltering_8h-source.html#l00436">word2</a>, and <a class="el" href="PxFiltering_8h-source.html#l00437">word3</a>.</p> </div> </div><p> @@ -230,7 +282,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> @@ -247,7 +299,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> @@ -264,7 +316,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> @@ -281,7 +333,7 @@ Comparison operator to allow use in Array. <p> -<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00405">operator==()</a>.</p> +<p>Referenced by <a class="el" href="PxFiltering_8h-source.html#l00410">operator=()</a>, and <a class="el" href="PxFiltering_8h-source.html#l00421">operator==()</a>.</p> </div> </div><p> diff --git a/PhysX_3.4/Documentation/PhysXGuide.chm b/PhysX_3.4/Documentation/PhysXGuide.chm Binary files differindex d68936b9..2afeeff3 100644 --- a/PhysX_3.4/Documentation/PhysXGuide.chm +++ b/PhysX_3.4/Documentation/PhysXGuide.chm diff --git a/PhysX_3.4/Documentation/PhysXGuide/Index.html b/PhysX_3.4/Documentation/PhysXGuide/Index.html index e6a227bc..c895aa79 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/Index.html +++ b/PhysX_3.4/Documentation/PhysXGuide/Index.html @@ -46,7 +46,7 @@ <div class="section" id="nvidia-reg-physx-reg-sdk-release-documentation"> <h1>NVIDIA® PhysX® SDK 3.4.2 Documentation<a class="headerlink" href="#nvidia-reg-physx-reg-sdk-release-documentation" title="Permalink to this headline">¶</a></h1> <img alt="_images/PhysXlogo.png" src="_images/PhysXlogo.png" /> -<p>Built May 22, 2018</p> +<p>Built August 09, 2018</p> <p>Contents:</p> <div class="toctree-wrapper compound"> <ul> diff --git a/PhysX_3.4/Documentation/PhysXGuide/Manual/BestPractices.html b/PhysX_3.4/Documentation/PhysXGuide/Manual/BestPractices.html index 92f976ad..388090f8 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/Manual/BestPractices.html +++ b/PhysX_3.4/Documentation/PhysXGuide/Manual/BestPractices.html @@ -314,6 +314,10 @@ The transformation is performed as follows (in pseudo-code):</p> <h3>Use the scene-query and simulation flags<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3> <p>If a shape is only used for scene-queries (raycasts, etc), disable its simulation flag. If a shape is only used for simulation (e.g. it will never be raycasted against), disable its scene-query flag. This is good for both memory usage and performance. Please refer to the <a class="reference internal" href="RigidBodyCollision.html#rigidbodycollision"><em>Rigid Body Collision</em></a> chapter for details.</p> </div> +<div class="section" id="id4"> +<h3>Kill kinematic pairs early<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3> +<p>If you do not need them, use PxPairFilteringMode::eKILL to disable kinematic pairs earlier in the pipeline.</p> +</div> </div> <div class="section" id="behavior-issues"> <h2>Behavior issues<a class="headerlink" href="#behavior-issues" title="Permalink to this headline">¶</a></h2> @@ -408,6 +412,7 @@ The transformation is performed as follows (in pseudo-code):</p> <li><a class="reference internal" href="#tweak-cooking-parameters">Tweak cooking parameters</a></li> <li><a class="reference internal" href="#share-shape-and-mesh-data">Share shape and mesh data</a></li> <li><a class="reference internal" href="#id3">Use the scene-query and simulation flags</a></li> +<li><a class="reference internal" href="#id4">Kill kinematic pairs early</a></li> </ul> </li> <li><a class="reference internal" href="#behavior-issues">Behavior issues</a><ul> diff --git a/PhysX_3.4/Documentation/PhysXGuide/Manual/Index.html b/PhysX_3.4/Documentation/PhysXGuide/Manual/Index.html index cc6f2072..9e94be55 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/Manual/Index.html +++ b/PhysX_3.4/Documentation/PhysXGuide/Manual/Index.html @@ -50,7 +50,7 @@ <div class="section" id="user-s-guide"> <h1>User's Guide<a class="headerlink" href="#user-s-guide" title="Permalink to this headline">¶</a></h1> <img alt="../_images/PhysXlogo1.png" src="../_images/PhysXlogo1.png" /> -<p>Built May 22, 2018</p> +<p>Built August 09, 2018</p> <p>Contents:</p> <div class="toctree-wrapper compound"> <ul> @@ -652,6 +652,7 @@ <li class="toctree-l3"><a class="reference internal" href="BestPractices.html#tweak-cooking-parameters">Tweak cooking parameters</a></li> <li class="toctree-l3"><a class="reference internal" href="BestPractices.html#share-shape-and-mesh-data">Share shape and mesh data</a></li> <li class="toctree-l3"><a class="reference internal" href="BestPractices.html#id3">Use the scene-query and simulation flags</a></li> +<li class="toctree-l3"><a class="reference internal" href="BestPractices.html#id4">Kill kinematic pairs early</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="BestPractices.html#behavior-issues">Behavior issues</a><ul> diff --git a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/BestPractices.txt b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/BestPractices.txt index 3e845fbf..4fe2cb86 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/BestPractices.txt +++ b/PhysX_3.4/Documentation/PhysXGuide/_sources/Manual/BestPractices.txt @@ -323,6 +323,9 @@ Use the scene-query and simulation flags ======================================== If a shape is only used for scene-queries (raycasts, etc), disable its simulation flag. If a shape is only used for simulation (e.g. it will never be raycasted against), disable its scene-query flag. This is good for both memory usage and performance. Please refer to the :ref:`RigidBodyCollision` chapter for details. +Kill kinematic pairs early +========================== +If you do not need them, use PxPairFilteringMode::eKILL to disable kinematic pairs earlier in the pipeline. ========================= diff --git a/PhysX_3.4/Documentation/PhysXGuide/objects.inv b/PhysX_3.4/Documentation/PhysXGuide/objects.inv Binary files differindex af4b2bed..14dbc487 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/objects.inv +++ b/PhysX_3.4/Documentation/PhysXGuide/objects.inv diff --git a/PhysX_3.4/Documentation/PhysXGuide/searchindex.js b/PhysX_3.4/Documentation/PhysXGuide/searchindex.js index b51b110c..902a5dca 100644 --- a/PhysX_3.4/Documentation/PhysXGuide/searchindex.js +++ b/PhysX_3.4/Documentation/PhysXGuide/searchindex.js @@ -1 +1 @@ -Search.setIndex({envversion:43,objnames:{},filenames:["Manual/Simulation","Manual/GPURigidBodies","Manual/Introduction","Manual/DebugVisualization","Manual/Vehicles","Manual/RigidBodyCollision","Manual/VisualDebugger","Manual/GeometryQueries","Manual/MigrationTo33","Manual/MigrationTo34","Manual/Particles","Manual/Index","Manual/Articulations","Manual/BuildingWithPhysX","Manual/Statistics","Manual/RigidBodyOverview","Manual/AdvancedCollisionDetection","Manual/Serialization","Index","Manual/MigrationFrom28","Manual/CharacterControllers","Manual/ExtendingSerialization","Manual/Geometry","Manual/SpatialQueries","Manual/SceneQueries","Manual/OriginShift","Manual/RigidBodyDynamics","Manual/API","Manual/Cloth","Manual/HelloWorld","Manual/Joints","Manual/Startup","Manual/BestPractices","Manual/Threading"],titles:["Simulation","GPU Rigid Bodies","Welcome to PhysX","Debug Visualization","Vehicles","Rigid Body Collision","PhysX Visual Debugger (PVD)","Geometry Queries","Migrating From PhysX SDK 3.2 to 3.3","Migrating From PhysX SDK 3.3 to 3.4","Particles (deprecated)","User's Guide","Articulations","Building with PhysX","Simulation Statistics","Rigid Body Overview","Advanced Collision Detection","Serialization","NVIDIA\u00ae PhysX\u00ae SDK 3.4.2 Documentation","Migrating From PhysX SDK 2.x to 3.x","Character Controllers","Extending Serialization","Geometry","Spatial Queries","Scene Queries","Scene Origin","Rigid Body Dynamics","The PhysX API","Cloth (deprecated)","Snippets","Joints","Startup and Shutdown","Best Practices Guide","Threading"],objtypes:{},titleterms:{edeprecated_trigger_trigger_report:9,doubl:33,goe:[4,20],check:32,guid:[4,32,2,11,10],bottleneck:32,applic:27,memori:[0,19,27,32,17,33],shader:[4,30],part:20,thi:2,continu:[19,16,28],asynchron:33,snippetvehicle4w:4,world:2,retarget:17,polygon:22,pxclothmeshdesc:28,eno_block:24,quickhul:22,creat:[12,5,20,28,10],what:[29,1],heightfield:[7,19,32,22],runtim:[32,20],basic:[6,29,19,30,24],defin:[30,24],startup:[19,31],set:13,specif:17,statist:14,avoid:28,extract:16,quantiz:32,tessel:20,index:[19,10],multithread:[19,33],comput:32,face:22,snippetconvert:17,redistribut:[19,13],consider:[1,33],hit:[20,24],narrow:32,modul:20,motion:28,merg:24,pxvehiclesuspensiondata:4,tip:28,correct:4,step:[19,20],pxparticlefluid:10,paramet:[19,32,10],inflat:22,metadata:21,pxvehicledrive4w:4,pxvehiclegearsdata:4,detail:4,fix:[30,24],axi:26,subordin:17,queri:[19,24,4,23,5,8,9,7,32],read:10,createshap:9,"16k":0,initi:[4,7],core:[8,9],updat:[4,20,10],increment:22,reduc:32,vertex:22,rest:10,domin:26,callback:[0,19,24,5,32,20],environ:32,height:[7,22],debug:[19,32,3],from:[19,8,9,33],pxqueryflag:24,type:[4,19,27,22],eprefilt:24,other:[0,17],rate:32,network:6,setup:6,spheric:30,inter:28,unlock:30,pxvehicledifferential4wdata:4,touch:24,pxsceneflag:9,distanc:[30,28],about:2,collect:17,pose:[4,19],surfac:4,drain:10,best:[30,10,28,17,32,33],tabl:30,base:22,physic:[31,32,2],anisotrop:19,appli:26,hidden:20,pxvehicleenginedata:4,overview:[15,21],rare:20,task:[0,33],pxmeshqueri:7,pxrigiddynam:4,releas:[5,32,10],ground:32,torqu:[4,26],than:20,unifi:22,level:[4,17],coordin:32,space:28,issu:[32,20],snippetloadcollect:17,proper:32,pxvehiclenodr:4,articul:12,convent:19,recoveri:20,curv:4,valu:20,unstabl:32,spin:[4,32],interact:[5,20],width:19,tool:17,manag:[19,10,27,17,20,30],structur:10,drivabl:4,connect:[6,27],phase:[5,32],sim:0,sweep:[7,19,24],fetchresult:0,much:4,particl:[9,28,10],deform:[19,22],"function":[7,30,24],contact:[4,9,16],requir:17,setupwheelssimulationdata:4,serial:[0,19,8,17,21],addit:7,header:[19,13],integr:[0,28],snippetseri:17,determin:[26,32,27],pxvehicledrivenw:4,basetask:33,descript:19,shutdown:[19,31],tweak:32,filter:[4,19,10,5,24],constraint:[30,28],build:[13,32],solver:[26,30,28],pitfal:7,alloc:32,scene:[0,19,24,5,25,8,9,32,33],flush:32,pcm:16,scenequeri:6,batch:[8,24],materi:19,beyond:4,breakag:30,simul:[0,19,5,28,15,14,32,33],restitut:26,physxcommon:31,pxpruningstructur:24,revolut:30,veloc:26,forc:[26,30],debugg:[6,29,8,9],spatial:[23,10],indic:22,tree:32,control:[4,32,8,20],identifi:32,higher:20,remov:[19,33],skin:19,jitter:[32,28],custom:[6,30,21],pxvehiclewheelssimdata:4,sphere:[7,22],well:32,version:[4,17],differ:27,pxvehicledrivetank:4,convex:[7,32,22],system:[32,21,10],under:4,fabric:28,math:[8,27],platform:17,pxspatialindex:23,deprec:[9,28,10],fill:[28,24],librari:13,implic:[32,16],slowli:4,fast:28,lock:[26,30,33],complet:[0,17],file:[6,13],prepar:30,pile:32,swap:4,singl:[28,24],persist:16,grid:10,helloworld:29,practic:[33,17,32,28,10],realist:32,block:[0,24],pxvehicleantirollbar:4,concept:4,serializ:17,triangl:[7,5,22],hard:30,depth:[7,17,32],wall:20,per:10,activ:26,pxvehiclewheeldata:4,"class":[19,8,27,21],sluggish:4,doe:4,through:20,ani:24,user:[2,27,11,24],visual:[6,8,9,3,29,30,32],access:[33,28],drive:[12,30],time:[19,20],data:[0,22,10,6,33,28,17,32,30,16],against:7,event:[26,33],anti:4,snippetvehiclescal:4,mid:32,specul:16,steer:4,pxpruningstructuretyp:24,heighfield:5,hierarchi:19,prealloc:32,refer:[10,4,27,28,9,17],implement:33,tank:4,pxgeometryqueri:7,pxfilterdata:24,share:32,closest:24,delai:31,charact:[32,8,28,20],cast:[19,27],option:31,pxdelayloadhook:31,between:28,place:0,bodi:[26,1,5,15,32],game:17,bar:4,"case":[17,20],unnatur:4,never:4,pvd:[6,0,17,28],slow:[4,32],virtual:28,cach:[17,20,24],everyth:17,unit:[4,27],prismat:30,semant:33,design:19,field:[7,22],immedi:26,over:[4,20],physx:[18,19,2,21,6,8,9,29,27,13,17],buffer:[0,32,33],fluid:10,scale:[30,28,22],state:[4,26],extrapol:4,mass:[26,30,28],name:17,local:28,edynamic_aabb_tre:24,scratch:[0,32],when:[4,32],pxrigidactor:9,vector:20,stack:32,repx:[17,8,21],cloth:[8,9,28],tether:28,wheel:4,popul:5,inform:16,stretch:28,region:5,graviti:26,sdk:[18,19,4,6,8,9,31],model:[4,15],pxgeometryhold:22,turn:4,overflow:10,tire:4,extens:[31,19,8,10],veri:32,setupdrivesimdata:4,extend:[6,21],sequenc:0,api:[19,21,8,27,9,17],shape:[19,5,32,16,28],frequenc:28,foundat:31,algorithm:[4,5,32,28,22],welcom:2,plane:[7,5,22],friction:[4,26,19,28],binari:[17,8,21],slope:4,common:17,earli:32,graphic:20,capsul:[7,20,22],corner:4,extra:16,climb:[4,20],test:[19,32],dynam:[26,32,20,10],obstacl:20,usag:[32,14,3],object:[2,24,32,27,15,20,17,33],manifold:16,move:[4,20,28],incomplet:17,tight:32,snippet:[4,29,17,28],document:18,mode:[4,26,20,24],transform:26,refus:4,forward:4,code:[4,17],pvdclient:6,onli:22,kinemat:[26,5,20,32],differenti:4,lightcputask:33,pxscenequeryupdatemod:24,pxvehicletireloadfilterdata:4,sampl:[32,10],broad:[5,32],acceler:[4,1,10],actuat:30,configur:[13,30],pair:32,gener:[4,9,24],edynam:24,rigid:[1,10,5,26,15,32],overlap:[7,19,20,32,24],notif:16,pxvehicleackermanngeometrydata:4,joint:[12,19,32,30],report:[19,27,30,16],gear:4,point:22,self:28,box:[7,22],introduct:[1,20,21,22,4,24,5,3,27,10,28,7,15,31,32,17,33],provid:22,creation:[4,19],separ:28,kill:32,pxgpuloadhook:31,inertia:28,tune:[4,1,16],auto:20,advanc:[4,6,16],pruner:32,load:31,car:4,dll:31,detect:[19,16,28],migrat:[19,8,9],error:[6,19,27,32],profil:[6,32],featur:19,multi:[4,32],iter:26,rebuild:32,disabl:[4,32],too:4,deseri:17,aggreg:5,properti:26,invalid:20,taskmanag:[8,33],snippetvehicletank:4,project:[12,30],thread:[4,0,32,33],vehicl:[4,8],walkabl:20,gpu:[1,32,28,10],pxvehicletiredata:4,pxvehicleclutchdata:4,modif:[16,22],penetr:[7,32],spu:8,despair:32,handl:10,first:[4,17],shut:31,telemetri:4,soft:30,actor:[26,19,20,28,10],consid:32,offset:[20,10],precis:7,result:24,roll:4,flag:[6,32],extern:6,guidelin:33,render:19,bound:32,process:24,rotat:4,sleep:[12,26,32],ccd:[8,16],behavior:[30,20,32,16],synchron:0,amort:5,"final":32,epostfilt:24,psfoundat:31,limit:[0,30,32,16,22],interfac:14,estatic_aabb_tre:24,cct:20,side:6,enhanc:26,snippetvehiclenodr:4,insert:[5,32],estat:24,pool:10,preprocess:30,cpudispatch:33,stream:[6,32],snippetvehiclemultithread:4,snippethelloworld:29,split:0,nvidia:18,raycast:[4,7,19,16,24],upgrad:17,feel:4,order:4,down:[4,31],jitteri:4,cuda:10,volum:[20,24],involv:33,enon:24,invis:20,perform:[1,32,16,28,20],more:4,convert:17,origin:25,reconnect:17,count:[27,17,9],discuss:[17,28,10],compon:31,intern:20,steep:4,explod:32,clutch:4,quickli:4,chang:[26,19],ackermann:4,pxvehicleautoboxdata:4,nxutillib:19,interest:5,multipl:[4,33,28,24],troubleshoot:[4,17,20,28,10],assert:27,pxextens:9,compart:19,shift:25,geometri:[7,17,20,22],estim:4,eany_hit:24,substep:0,collis:[19,5,16,28,10],cook:[19,22,9,17,31,32],mesh:[7,5,32,22],support:[33,28],secur:31,loop:15,unbound:24,setupvehicleactor:4,engin:4,trigger:[5,16],specifi:28},terms:{edeprecated_trigger_trigger_report:11,gross:10,skirt:28,eplane_shift:22,wheeltorqu:4,substanti:[30,8],ftell:17,info:[4,7,21,10],highest:[4,13,30],editor:10,slower:[22,4,26,27,28,20],eabort:27,pxpruningstructuretyp:[18,9,11],continu:[18,27],depict:4,requisit:21,domin:[18,30,8,11],impart:28,nxusernotifi:19,pxmeshcookinghint:22,pendulum:4,instead:[19,26,22,4,24,5,20,12,8,9,10,28,7,17,31,32,30,16],rope:32,ehorizont:28,pretti:[4,25],pxcreatefound:[19,31,9],heightfield:18,fight:30,pxtolerancesscal:[22,4,6,27,31,16],odd:10,"18m":32,auxiliari:10,espher:22,pxinputstream:17,spread:[4,10],pxscenedesc:[0,1,5,24,10,19,26,8,9,33,27,32,16],physxmetadata:21,lake:10,contactcorrelationdist:8,restparticledist:10,disp:20,like:[4,12,17,0,19,21,10,25,27,30,33,2,5,8,32,16,22,24,26,28,15,20],uservalue1:32,isrigiddynam:9,crop:22,suggest:[4,10,22],comput:[18,12,16],instanti:[4,23,17,8,22],createcollectionfromxml:[17,8],meshsizeperformancetradeoff:[32,9,22],didn:17,acquirerefer:[27,9],yangl:12,getvisualdebugg:8,bitmask:24,wheelraycastprefilt:4,pxconstraintdomin:8,uservalue0:32,tri:[22,6,28,7,30,32],spec:32,pxmax:32,euse_swept_bound:8,pxvehicledrive4w:8,nxstream:19,mrearwidth:4,indexbuff:[10,22],detail:[7,14,0,19,21,10,32,25,27,30,31,33,2,5,8,9,11,17,16,22,23,24,26,28,15],popular:[32,27],relax:4,least:[22,4,32,26,9,28,15,30,16],fidel:[0,28],independ:[5,24,4,1,26,8,28,17,20,32],symbol:19,onccdcontactmodifi:16,convinc:[20,16],echannel_norm_tire_lat_forc:[4,8],pxbvh33midphasedesc:[32,9,22],runclang_:21,relat:[19,24,4,5,25,8,7,17,20,16],sprungmasscoordin:4,allocateindic:10,createshap:[19,8,27,11],"16k":[32,11],lead:[24,4,26,33,17,20,32,16],core:[18,21,11,13,20,32],front:[4,7,27],aligndata:21,string:[17,27],lean:4,clang:[13,21],marku:10,upward:[4,20,28],settim:19,slippag:4,leav:[10,4,24,33,17,20,16],rest:[16,30,11,28,22],concaten:22,worker:[0,26,32,27,33],imaginari:12,simfilterdata:4,eremoved_shape_1:9,eremoved_shape_0:[9,33],frustrat:16,getsusplinestart:8,navig:[4,20],pxregistercloth:28,nx_timestep_fix:19,e8th_from_front_left:8,pose:[18,1,28,22,12,11,7,30,20,16],exchang:19,mfrontrearsplit:4,just:[0,5,20,22,4,24,26,27,32,12,17,31,30,16],yet:[19,10,17,30],earlier:[2,22,4,8,7,32],meaning:[4,7],drivable_surfac:4,right:[24,4,22,26,27,28,29,17,20],been:[4,7,14,0,19,10,32,17,31,33,2,5,8,9,30,16,22,23,24,26,28,20],commit:[27,24],empti:[5,21,26,8,9,20],advantag:[0,1,4,26,8,33,28,15,20,32,16],spheric:[18,7,12,20,11],etank_wheel_4th_from_front_right:8,nxcapsuleshapedesc:19,specifi:[12,13,27,32,16],userraycasttouchbuff:[4,8],pxjointconcretetyp:30,maxqueri:8,pxvehiclewheelqueryresult:[4,8],ask:[5,16],parameter:4,pinch:28,mismatch:[4,31],pxtoler:27,pxvehiclemetadataobject:21,shapepos:24,pxphysx:8,mnbvert:22,pxscenequeryupdatemod:[18,11],includ:[19,2,21,22,4,30,24,5,33,6,26,8,9,10,32,29,7,27,13,17,16],getglobalpos:[26,8,27,22],surround:[4,20],proxi:10,care:[5,10,4,26,27,15,30,33],iskindof:[27,21],getconjug:12,sticki:16,msvc:27,situat:[0,19,10,4,32,26,33,28,17,20,30,16],apex:[9,33,28],elbow:30,style:[19,30,16],recompil:13,remot:[17,5,3],runtim:18,createcollect:[17,8],pxcook:[27,17,8,9],ebvh34:[32,22],sat:[9,16],satur:4,ricochet:16,aforement:20,violat:[30,28],convent:11,sinc:[0,19,22,30,24,33,6,26,8,9,10,3,27,15,20,32,17,16],favor:[19,33],jvcir:28,valu:[12,32,27,16],few:[10,4,24,29,32,20,16],getscenequeryfilterdata:8,elarge_triangl:22,settargetpos:28,physx3commonchecked_x64_test:31,happen:[0,5,22,4,24,6,26,7,17,20,32,16],readi:[4,26,33],locat:[0,10,4,25,26,27,28,17,20,32,16],clientid:8,detriment:32,mycontactmodif:16,pirouett:28,bring:[4,30,2],echannel_normalised_tireload:4,filenam:[6,0,17,27,21],setvirtualparticl:28,transit:[4,26,8,9,28],setgrids:10,revisit:22,quantizedcount:22,level:[19,22,24,26,8,27,10,11,7,29,13,20,32,30,16],cluster:[5,33,24],pxstringtabl:17,contact:18,enotify_threshold_force_found:16,titl:4,implicit:[15,8,30],pxsweepbuff:[8,24],consol:[17,27,33],purpos:[5,24,4,10,27,3,7,17,20,30],sharabl:17,version:[19,2,22,24,5,8,9,10,28,29,27,13,20,32,16],simon:10,oncontact:[0,5,33,16],troubl:[32,20,25,16],crash:[13,5,17,32,33],http:[4,6,28,10],halv:22,bigger:[26,20,16],cycl:[4,30],bewar:30,build:[18,12,27],unless:[0,5,4,26,9,28,17,30,16],pitfal:32,among:[0,10,4,26,8,28,29,30],previous:[5,24,26,8,9,7,17,20,32],pole:26,buildtriangleadjac:[32,22],makefil:13,pxconvexmeshcookingtyp:9,muscl:30,note:[4,7,12,0,19,21,30,25,27,3,17,31,33,5,8,32,16,22,24,26,28,20],built:[18,2,24,23,10,6,11,29,13,20,32,17,16],pxshape:[19,22,4,24,5,26,8,27,10,7,17,20,32,16],beyond:[12,30,32,5,11],breakag:11,convexshap:5,erest_offset_buff:10,send:[0,6,26,8,9,32],customclassrepxseri:21,meshcontactmargin:26,pxscenequeryimpacthit:8,plastic:19,behind:[4,7],alter:[4,10],handbrak:4,deseri:[5,8,27,21,11],pxconstraintalloc:26,echannel_norm_tire_aligning_mo:[4,8],sent:[0,6,8,33,17,20,16],sens:[0,4,27,7,17,30,16],gvehicleinputdata:4,user_releas:9,rpm:4,gettiredrivablesurfaceshap:8,torqu:[18,30,11],later:[1,2,22,4,24,5,26,8,10,13,20],updatez:0,pxclothparticl:28,encourag:28,contactoffset:[19,20,16,10],exempt:5,getanyhit:8,eclutch_slip:8,horizont:[4,20,28],proport:[4,30,16,28,10],variant:[26,21,22],throughout:[4,2,10],setsleepthreshold:[26,19],audibl:2,updateb:0,updatea:0,nbcolumn:[32,22],nearest:24,emax_nb_drivetank_analog_input:8,cloud:[24,22],onto:[4,1,30],px_serial_align:21,src:[4,21],swing:[4,12,30],etank_wheel_front_left:8,puttosleep:[26,8],all:[1,4,7,12,0,5,21,10,32,25,27,3,30,31,33,2,19,6,8,9,13,17,16,22,24,26,28,15,20],tirecontactpoint:8,startpos:4,complic:4,somewher:[4,20,28],mcook:31,matrix:[26,19,27,10],singl:[18,12,32,27,16],pxvehiclegraph:[4,8],extradatastream:16,createconvexmesh:22,euser_releas:8,dot:[19,8,9,7,30,32],serializecollectiontobinari:[17,8],eheightfield:5,purposefulli:4,sampl:[18,27,16],larger:[22,4,24,25,26,8,10,28,12,30,32,16],createserializationregistri:[4,17,8],doc:4,aren:16,pxmat33:[8,27],px_force_inlin:[4,8],rise:[4,5],doe:[1,12,30,0,5,10,27,3,17,33,2,8,9,11,32,16,22,23,24,26,28,20],fastest:22,doi:28,sampleparticl:[33,10],swing1:30,don:[4,28],area:[24,10,25,22,3,20,33],etire_long_slip:8,mention:[1,10,4,26,9,32,33],data:[18,27],repxutil:8,event:[19,5,8,9,11,30,20,32,16],invdt:26,egraph_type_wheel:8,snippetvehiclescal:11,emax_distance_en:30,steep:[20,11],steer:[30,11],settessel:20,pxclothfabr:[8,27,28],straightforward:[4,25],setcollisionplan:28,introduc:[1,22,4,5,26,8,9,28,15,20,32,16],refitbvh:22,assort:19,extradatastreams:16,nx_default_sleep_lin_vel_squar:19,plu:[27,21],variou:[0,19,2,10,4,32,6,26,8,17,20,30],delai:[18,11],veh4wactor:4,stiffnessmultipli:28,futur:[5,4,23,26,8,9,20],faceindic:22,runclang_window:21,shoulder:30,successfulli:[4,6,17,8,0],engin:[5,2,32,19,11,29,15,20,30,33],nbcontactdatablock:[0,32],pxvehicledrive4wcontrol:8,nx_assert:19,nx_ignore_pair:19,emax_nb_drive_channel:8,reentrant:16,amateri:22,geom:[4,7,22],largest:20,gavoidedphysxtyp:21,pxrigidactor:[22,8,27,11,7,30],cach:18,meshpreprocessparam:22,doanyhit:8,web:4,abl:[0,1,2,22,4,32,5,20,26,8,9,33,28,7,17,31,30,16],sum:[4,25,16],stronger:[4,19],learn:29,design:[18,2,32,27,11,13,30],createtrianglemesh:22,isotrop:30,over:[32,16],integr:27,otheractor:16,worldvertex:32,qualiti:[19,2,24,4,23,22,30],scale:[18,32,27,16],funtion:8,shaderdata:4,hopefulli:4,pxprocesspxbasecallback:[19,21],drivesimdata:4,phxsx:17,pxboxobstacl:20,edynamic_aabb_tre:11,ewrit:28,meter:[4,26,27],gettiredrivablesurfacemateri:8,uncaught:32,pxdefaultalloc:31,eshift_vertic:22,setrigiddynamicflag:5,trianglecount:7,degrad:[23,5,28,24],typedef:[4,30],word0:[4,19,8,5,24],word1:[4,5,24],word2:[4,24],word3:[4,24],choreograph:4,wheeltodis:4,cloth:18,getlatslip:4,state:[1,2,28,10,19,25,8,27,11,12,30,20,32,16],sse:27,pxcontactpairhead:[0,16],know:[19,22,4,5,7,20],mtorquecurv:4,recommend:[19,2,22,4,24,5,25,20,6,9,28,27,13,31,32,30,16],baseid:17,crabpo:33,contactstream:8,drivetyp:19,notori:20,grid:[32,11,28,22],usererrorcallback:27,"300hz":28,edriv:8,pxvehicledrivablesurfacetotirefrictionpair:[4,8],etank_wheel_8th_from_front_right:8,incollect:21,eignore_initial_overlap:7,rebuildstep:23,secondari:4,pxvehicleautogeneratedmetadataobject:21,graph:[4,0,30,27],sweephitbuffers:8,ispenetr:7,decis:[4,32],squish:26,simpler:[4,19,16,28,33],valuabl:[4,2,16],capsuledesc:19,api:18,cambertireforc:4,caus:[0,5,2,30,4,23,24,25,33,26,8,10,32,13,14,17,16],linearimpuls:16,gpu:18,pxrigidstat:[26,15,32,30,24],wheelmoi:4,pxjointlimitcon:30,pxjointlinearlimit:[30,8],efast_inertia_comput:22,smallest:[4,28,22],decid:[4,5,20,21,33],replac:[1,24,4,10,19,26,8,9,28,20],esend_sleep_notifi:[0,26],sooner:16,monitor:32,app:[4,13,15],px_max_real:26,quickli:[5,32,11,24],d3dxmatrix:27,writedata:21,cpu:[1,5,26,27,28,32,33],geometr:[19,24,4,22,8,30],pxvehicleisinair:8,cpp:[29,21,22],weight:[4,28],output:[5,21,22,25,6,27,7,29,17,31,30],contactimpuls:[9,16],sweepresultss:4,francisco:20,incomplet:11,setmaxdepenetrationveloc:32,edebug:6,deleg:27,walk:20,oncontrollerhit:20,eout_of_memori:27,registerrefer:21,hing:30,createcloth:[8,28],intersect:[19,24,4,23,22,5,7],addclient:6,setsolveriterationcount:26,projectionplanenorm:10,subtract:[32,25],px_serial_object_id_invalid:17,oncontactmodifi:16,pick:[4,28,24],compens:4,hint:[30,10,28,24],gravitydirect:4,ongo:0,window:[0,19,21,24,10,27,28,7,13,17],echannel_suspforc:[4,8],einternal_has_impuls:16,lifo:33,ecollision_with_dynamic_actor:10,setintercollisionstiff:28,nbcontactpair:0,enginegraphposx:4,joint:[18,16],report:18,conserv:[30,16],life:[4,26,16],gear:11,toolkit:22,mem:8,travel:[4,20,10],facilit:[17,10,24],introduct:18,pxsphericaljointflag:30,convexgeom:5,explain:[2,10,4,22,28,33],nx_dyn_frict_sc:19,extrem:[4,7,1,32,16],helper:[19,22,4,10,5,26,33,28,7,17,20,32,16],anoth:[0,19,21,22,4,24,5,26,8,27,10,32,7,17,20,30,33],roughli:28,leaf:22,discard:[1,24,19,30],within:[0,1,2,22,4,23,24,5,33,26,8,27,10,28,7,17,20,32,30,16],decoupl:[4,19,32],numappparticleindic:10,hiccup:10,setcontactmodifycallback:16,neighbor:[10,22],newappparticleveloc:10,"16m":32,adjust:[1,10,4,25,8,27,30,32,16],dumpbinarymetadata:[17,8],forth:[4,26,17,20],edisable_clean_mesh:[9,22],deal:[10,15,20,32,16,17],testccdfiltershad:16,computeinteract:20,wake:[0,26,30,8],dead:30,pxconstraintshadert:30,neglig:9,gentli:4,invalid:[18,13],particleaccel:28,getindexbuff:22,taskmanag:[18,19,11],slerp:30,upon:[4,6,30,5,0],"switch":[5,22,4,8,17,20,32,33],meet:[4,7,32,33],can:[1,4,7,12,14,0,5,21,10,32,25,27,3,29,30,31,33,2,19,6,8,9,13,17,16,22,23,24,26,28,20],uncoupl:4,skill:4,vehicl:[18,1,2,32,11,13,30,16],focusvehicl:4,wrap:[33,28],pxvehiclesetsweephitrejectionangl:4,possibl:[1,4,7,12,14,17,0,5,10,30,31,33,19,8,13,32,16,22,24,26,28,15,20],offlin:[32,22],trough:32,dru:24,ruler:4,wasn:19,mactor:21,pxmin:32,benign:13,materialindic:22,shut:[18,11],struct:[5,21,24,1,6,26,8,30,31,19],pxtypeinfo:21,either:[0,1,5,22,4,24,19,20,6,26,8,9,10,28,7,33,17,31,32,30,16],xmlmemoryalloc:21,smoothli:[4,30,20,16],pxraycastcallback:[8,24],"50th":32,createtrianglemeshmirror:10,customclasstyp:21,externaldriveiter:12,mbia:4,itself:[0,19,10,4,6,28,20,16],releaseobject:[17,9],setlocalpos:[4,32,8,22],emit:[1,24,10,16,22],pair:16,angular1:30,angular0:30,menu:[6,17],pxusercontrollerhitreport:[19,20],px_unus:[4,23],sensibl:4,modifysampl:22,physx3gpu_x64_test:31,geometricerror:30,messag:[0,1,24,5,6,8,27,29],graphsizex:4,trepxid:8,project:18,underneath:4,lifetim:[17,10],patchstreamcapac:1,pxparticlesystem:[19,10],simplist:[4,0,5],overlap:[18,16],spawn:[5,20,10],pedant:13,triangul:22,exact:[1,24,4,19,26,7,17,20,32,16],overlai:3,numtrisperleaf:[32,22],max_num_tire_typ:4,calculc:22,malloc:[0,19,27,17],snippethelloworld:18,poi:24,wikihow:4,onadv:9,order:[0,19,20,21,22,23,24,5,33,26,8,9,10,28,7,27,17,31,32,30,16],place:[5,2,28,10,32,26,8,27,11,7,29,17,20,30,16],px_foundation_vers:[31,9],savecel:22,hfdesc:22,pxtriggerpair:5,enotify_touch_found:[5,16],setsceneparamint:8,lowest:[4,33],emul:[7,19,20,9,24],invweight:28,cascad:21,alpha:4,lowend:21,reconnect:11,processcallback:0,non:[1,5,21,22,4,23,24,19,20,26,8,9,10,28,30,31,32,16],setselfcollisiondist:28,bb2w:30,associ:[1,22,4,26,8,27,28,30,33],lighter:[30,16],actorcollect:17,gener:[18,1,2,11,22,19,12,8,27,28,7,30,20,32,16,21],compressionlimit:28,nxshape:19,skeleton:19,e4th_from_front_right:8,displai:[0,1,17,28],lighten:32,follow:[1,4,7,12,0,5,21,10,32,25,27,3,30,31,33,19,6,8,9,13,17,16,22,24,26,28,15,20],mcentrebia:4,amaterialarrai:22,eenable_activetransform:26,param:22,thing:[0,4,17,20,32,16],run:[0,1,2,21,30,4,24,5,3,26,8,33,28,29,13,32,14,15,16,17],substep:[18,19,32,16,11],getenginerotationspe:4,think:[4,20],setparentpos:12,pxcreaterepxobject:21,hitflag:7,updateobstacl:20,observ:[0,2,22,4,8,27],exclud:[26,24],thei:[0,19,2,30,4,24,26,5,33,12,8,9,10,28,7,27,15,20,32,17,16],"0xcd":21,margin:[4,7,22],them:[0,19,22,4,30,24,5,33,6,26,8,27,10,28,7,13,20,32,17,16],anew:26,sort:[4,23,20,16],guarante:[22,4,24,26,33,32,7,15,17,16],minheight:32,essenti:[4,19],mydellisten:8,bit:[0,19,22,4,24,5,26,27,10,28,13,20,32],treat:[24,4,26,28,7,30,16],reflect:[0,22,4,25,26,33,15,20,16],pxdebuglin:3,cudacontextmanagerdesc:[1,33,10],eventnam:6,setdigitalaccel:4,thi:[18,1,28,22,3,12,27,11,7,13,20,32,16,21],ccdthreshold:16,eestim:4,pxtransformfromplaneequ:22,big:[17,20,25],createrigiddynam:[4,26,5,8,22],createcustomclass:21,edevic:[28,10],bia:4,staticfrict:10,oppos:[17,31,28,10],helloworld:18,samplesm:22,comment:26,theorem:16,everi:[2,4,6,26,27,28,12,17,31,14,30,16],ride:[4,20],elock_angular_x:26,incorrect:[7,26,13,30,24],unavoid:4,visibl:[0,24,4,22,28,32,20,33],edisable_preprocess:30,linear0:30,evert:28,binarymetadata:17,emax_nb_drive4w_analog_input:8,setlimit:[0,30,32],dotouch:8,hfscale:22,pxvehiclewheelgraphchannel:[4,8],theme:4,contactcount:16,vert:[32,22],snippetprunerseri:24,intro:4,dir:4,barycentr:[7,28],predict:[4,26,20,28],obj:21,snippetconvert:11,settireloadfilterdata:4,getmass:4,crouch:20,translat:[19,32,25,26,28,7,17,30],setsolverfrequ:28,eprevent_climb:20,show:[5,21,22,4,23,24,33,26,8,10,28,7,15,32,17,30],ragdol:[30,32,5,16],manufactur:4,upgradecollect:8,"boolean":[4,7,19,33,24],gettirelongslip:[4,8],softbodi:28,ebrake_control:8,pxparticlefluid:11,customproperti:21,physx3common_:13,immers:16,evehicle_type_drive4w:8,euv:[7,24],fall:[1,2,22,4,24,5,6,26,12,20],fals:[5,21,22,10,8,9,7,15,20],artifici:[5,20,32,28],emtd:[7,32],pxoverlaphit:24,pxcreatephysicssdk:19,draw:27,pxcreatecollect:[17,8],settodefault:22,getpxpvdsdkdllnam:31,samples1:22,diverg:32,advers:1,ecct_can_ride_on_object:20,queue:[32,33],deviat:[4,28],pxvehicledrivetankrawinputdata:4,mbp:[1,5],pxsolverbodi:26,previousparticl:28,unlockwrit:33,lookup:[4,19],act:[4,6,26,8,30,16],getscenepvdcli:6,nbconstraint:26,mechan:[0,19,21,24,4,32,5,26,8,27,33,12,17,20,30,16],pxpvd:[6,31,9],divert:4,pxclothcollisiondata:8,pxinputdata:[17,8],enorm:[7,2,24],pxcollectforexportscen:8,npc:20,pxdeletioneventflag:8,folder:[29,19,13,21],off:[5,22,4,10,26,28,30,20,13,16],acm:28,gtreasurefound:5,pxoverlapcallback:[8,24],quick:[4,17,14],port:[6,19,20],pxserialz:8,findoverlaptrianglemesh:7,ebend:[8,28],numvalidparticl:10,createarticul:12,getdiffdata:4,newappparticleposit:10,customtypeautogeneratedmetadataobject:21,wish:[4,26,31],tirecontactactor:8,glpushmatrix:27,inde:[4,20],doll:[12,17,30,33],conflict:[4,13,20,30],whose:[5,26,22,4,12,27,33,28,7,30,20,14,16],demonst:4,smoother:[4,16],disableshapeinscenequerytest:5,spent:[4,20],medium:[2,33],brake:[4,30],why:20,enormalized_tireload:8,heavi:[4,26,1,30],spend:4,multipli:[4,26,32,20,27],hadblockinghit:24,statickinefilteringmod:[26,16],pxconvexmeshgeometryflag:[32,22],drop:[0,1,22,4,6,28,30,32,16],terraindata:32,mlatstiffi:4,esolve_contact:16,reloc:20,faster:[22,4,24,6,8,32,7,17,20,30],einflation_incremental_hul:9,task:[18,19,32,11,28],writer:33,setrestoffset:[19,10,16,22],pxbase:[21,30,8,9,27,15,17],scalabl:2,stair:20,mlatstiffx:4,conveyor:16,issleep:[26,19,8],pushback:8,homogen:27,idiom:27,pxstrideiter:10,dispar:7,nxactor:19,metr:4,meshdesc:[8,28,22],articul:[18,16],pxlocationhit:8,e8th_from_front_right:8,sqrt:[4,22],setinvmassscal:[32,8],unpos:4,onwak:[0,26,33],postfiltershad:24,correspond:[33,1,21,22,4,23,24,19,25,3,8,9,10,28,7,27,15,31,17,30],momentum:[4,30,2,16],chassisshap:4,getphysxcommondllnam:31,poli:26,aheightfieldshap:22,centr:4,red:32,blockdist:24,pxplane:27,warn:[0,1,21,22,4,24,26,8,28,7,13,32,33],estandard:[4,8],pxextendedvec3:20,unoptim:32,releasebatch:8,pxvehicledrivablesurfacetyp:4,pxactivetransform:26,carsim:4,phase:[18,12],pxvehicl:21,round:[4,7,32,20],"05_01":4,sweep:[18,32,20,16,22],eanalog_input_steer_right:[4,8],sethalfheight:20,"function":[18,21,22,27,28,12,32,20,16],pxtype:21,pxu16:[4,30,28,22],column:[32,27,22],myrenderobject:26,addcollisionplan:28,raygun:10,perceiv:[15,32],automat:[0,5,21,22,4,24,33,6,26,8,10,28,12,29,17,20,30,16],getexternalrefer:30,pxscenequeryfilterdata:[8,9],einternal_contacts_are_flip:16,pxgetgaussmapvertexlimitforplatform:9,extern:[26,28,10,12,8,11,7,17,20],regard:[6,33],imag:29,echannel_engine_drive_torqu:[4,8],blend:4,heavier:[30,16],filter:[18,1,11,7,30,20,16],endian:17,pxpvdinstrumentationflag:[6,32,31],echannel_handbrake_control:[4,8],david:10,pxmeshmidphas:[32,22],conveni:[22,6,26,8,7,17,20],findgameplayobjectfromid:17,decrement:[4,26,9,33,27],diagon:[26,19,22],pxdefaultmemoryoutputstream:22,"catch":32,left:[21,4,27,28,29,17,20],eanalog_input__handbrak:4,echannel_norm_tire_long_forc:[4,8],own:[0,19,2,30,4,10,5,6,26,9,33,27,13,20,17,16],impli:17,hardwar:[32,2,33,28],pxclientbehaviorbit:8,pxregisterlegacyheightfield:[9,22],cmutil:21,gettyp:[8,22],node:30,outlin:32,exploit:4,pxtask:8,halfheight:[19,20,22],landscap:4,entrant:33,rigor:28,longitudinaltireforc:4,tightli:28,pname:21,pxshapeflag:[5,10,8,3,20,16],higher:[12,32],search:[4,7,24,22],aabbtre:24,createmateri:[26,17],cosin:20,harder:4,realli:[4,5],internalfaceindex1:16,internalfaceindex0:16,pxserializ:8,pxcreatecontactconstraint:26,substepcount:0,bumpi:4,straight:[4,20],samplesubmarin:[5,33,16],clip:[23,32,24,16,22],parallel:[0,19,10,4,23,32,5,26,8,28,15,30,33],unsign:[19,8,17,10],pxpvdtransport:[6,31],deprec:18,applydamag:24,fill:20,myconvexmeshshap:22,grip:4,einternal_error:27,physx3_:13,ebvh33:22,customtypemetadataobject:21,stepphys:28,capac:[0,1,32,24],createheightfield:[32,9,22],file:[18,32,27],settorestst:4,hyperthread:5,getbinarymetadata:21,pxarticualtionlink:15,partit:[30,24],deptid:6,bias:[4,30,28],tire:[8,11],network:[17,31,11],prompt:29,insuffici:[1,32,16],shrunk:[32,22],signifi:30,physxgpu:31,serializ:[8,11],hard:[12,32],setanaloghandbrak:4,wall:[18,13,16],collisiongroup:19,quit:[4,26,8,32,20,16],activ:[18,1,10,19,8,11,30,20,32,16],nbwheelqueryresult:8,eurogrpah:10,pxfoundationdebug_x64_test:31,eremove_duplicated_triangl:9,overhead:[1,24,4,10,6,26,33,7,32,16],yong:28,unexpect:32,pxfindoverlaptrianglemeshutil:[8,9],"4x4":19,advis:[4,21,10],camberangleatmaxcompress:4,outputflag:24,"3rd":20,ratcliff:28,pxvehiclekeysmoothingdata:4,setrigidbodyflag:[26,8,16],against:[1,21,22,27,28,13,20,32,16],anti:11,mscene:[19,10,6,26,15,33],rigidbodymass:4,contain:[33,19,2,21,22,4,24,5,20,26,27,10,32,7,29,13,31,14,15,30,17],pxvehicletelemetrydata:[4,8],along:[19,26,21,22,4,24,5,12,8,9,28,7,17,20,30,16],accord:[10,24,26,16,30,33],eowns_memori:21,nxusertriggerreport:19,chentanez:28,cookclothfabr:8,unnotic:30,uncontrol:4,geompos:7,px_delete_serializer_adapt:21,rather:[0,1,4,32,12,8,9,28,7,15,20,14,30],pxscenequeryfilt:8,wrong:[4,32],approach:[0,19,22,4,10,5,26,9,32,17,20,30,16],pxdelayloadhook:11,shortest:[12,30],edetect_discrete_contact:[8,16],smaller:[24,4,22,8,10,28,32,20,16],incur:[7,26,1,32,28],resolv:[21,22,4,32,26,8,33,28,17,20,30,16],afterward:[32,10],pxconstraintsolverprep:30,game:[5,2,28,22,10,25,26,27,11,29,32,20,16],obei:[4,0],damp:[19,10,4,26,8,28,12,30],reduct:30,gain:[4,10,24],outermost:32,behaviour:9,setscenequeryfilterdata:[4,8],slot:[33,10],slow:16,pxpvdsdk_x64_test:31,pad:[4,23,10],vehdrive4w:4,mytelemetrydata:4,trimesh:17,remain:[22,4,24,26,27,28,7,30,20,16],edirect_comput:28,primarili:27,deepest:5,encount:[24,4,8,30,20,14,32],lifespan:10,techniqu:[4,28,10],ccdfiltertest:8,processtouch:[19,24],tireload:4,pxconstraintsolverbodi:26,volumegrowth:20,actormemory128:17,stretchconfig:28,both:[4,7,17,0,19,21,10,30,33,2,5,6,8,9,32,16,22,24,26,28,15,20],undrivable_surfac:4,dealloc:[0,17,27,21],predefin:[31,16,22],collision_flag_ground_against:4,setwheelshapemap:[4,8],engag:4,becom:[19,2,4,5,26,8,33,28,17,32,16],suppress:[24,26,8,28,7,30],pxcontrollerfiltercallback:20,initialpos:24,pxcontactset:16,win32:29,similarli:[19,24,4,5,6,8,33,7,30,20,16],trip:4,emerg:[4,7],etank_wheel_2nd_from_front_left:8,wheelssimdata:4,rigidactor:27,unregisterrepxseri:21,nbhit:[8,24],inform:[18,27],put:[5,22,4,24,8,33,12,20,16],treacl:10,heightfieldgeom:7,eswing1:30,externalrefer:30,eswing2:30,"export":[4,17,21],tailor:28,coulomb:[26,28],suppos:26,overflow:[8,11],disjoint:32,wheelcoord:4,einvalid_oper:27,deltaangularveloc:[26,16],wheelshap:4,postfilt:[8,24],pxclothparticlemotionconstraint:28,welcom:[18,11],sap:[1,5],older:[17,8,9,10],susplinelength:8,setmotionconstraint:28,susplinestart:8,dread:30,eanalog_input_handbrak:[4,8],asp:6,readbuff:22,rework:[4,8],sampleparticlesfiltershad:10,nqueri:8,highlight:[8,2,9],develop:[4,13,32,5,22],unnecessarili:[20,16],fclose:17,pxfoundationprofile_x64_test:31,actor1:[30,8],minehead:5,row:[22,4,26,27,30,32],trigeom:5,manifold:18,writebuff:22,pxarticulationjoint:12,costli:5,move:[18,32,16],eremoved_actor_0:[9,33],cookconvexmesh:22,enorm_tire_lat_forc:8,has16bittriangleindic:22,pxagain:[23,24],pxjointlinearlimitpair:8,mode:[18,13,32,16],lag:30,third:[26,28],maccumul:15,forward:[0,2,28,11,15,20,32],getrigiddynamicactor:4,codepath:20,pxclothflag:28,priorit:30,between:[12,32,20,27,16],about:[18,28,22,3,27,11,32,20,16],tabl:[11,28,22],numshap:5,rag:[12,17,30,33],law:[4,26,30],dissip:[4,16],again:[0,5,20,22,4,26,9,3,12,17,31,32,16],dash:32,targetposit:[12,30],small:[2,22,4,30,10,20,26,33,28,23,7,13,32,14,15,16],pxsetphysxcookingdelayloadhook:31,ecollision_down:20,addlocalforceatlocalpo:26,rai:[19,10,23,24,7,16],ebroken:30,setdriveposit:30,challeng:[4,22],setinvinertiascal:32,clock:[4,2],slopelimit:20,hull:[1,9,32,22],convexcollect:17,pxscenflag:19,camberangleatmaxdroop:4,e5th_from_front_left:8,howev:[0,1,5,3,22,4,32,26,19,25,12,8,27,33,28,7,17,20,30,16],focus:4,disableshapeincontacttest:5,dynamictreerebuildratehint:[32,24],mymateri:[19,5,22],echannel_tire_long_slip:[4,8],border:22,middl:[20,28],lack:[4,20,10],pxrigiddynamiclockflag:26,carri:10,pointdist:7,registercustomclassbinaryseri:21,accept:[4,26,32,16,22],mrearbia:4,gameplai:[4,17,20],advanc:18,setvisualdebuggerflag:8,overcom:[4,26,32],aconvexmesh:22,pxvehiclesetmaxhitactoracceler:4,heidelberg:28,vital:4,getmaxnbcontactdatablocksus:[0,32],requir:[5,1,2,21,22,24,26,19,12,8,9,10,28,29,7,27,13,20,32,30,16],pxspatialindex:[18,19,11],processblockinghit:8,mcamberatmaxcompress:4,degener:24,mitig:28,efast:8,member:[5,21,24,26,27,7,32,14,16],instanc:[0,19,21,22,4,32,24,5,3,8,10,28,7,17,31,14,30,33],elock_linear_z:26,reus:[0,10,4,24,28,32,20],pxpairfilteringmod:32,hasnextpatch:16,copi:[0,5,22,4,24,8,10,17,14,30,16],createlink:12,effort:[4,20,16],analog:[4,30],max_id:17,experi:[4,32,28],elsewher:19,createvehicleactor12w:4,decompos:[30,8],map:[4,7,17,8,22],quarter:[16,22],autowak:[26,8],pxheightfieldsampl:[32,22],guserphysxtyp:21,ememori:[6,0],repres:[0,5,22,4,10,6,26,27,28,17,20,32,30],nbvert:22,wikipedia:4,broadphasetyp:[1,32],bvh:23,distinguish:[8,33,24],overlapshap:24,econtact_event_pos:16,ecapsul:22,setrunonspu:8,getconstraint:30,pointer:[19,21,22,4,24,5,26,8,9,10,28,27,30,16],nx_physics_sdk_vers:19,px1dconstraint:30,subset:[22,24,10,28,12,13,31,30],kepler:[1,10],linearli:[4,28],suffix:13,gave:17,angularimpuls:16,fulfil:[4,12],physxvisualdebuggersdk:13,restrict:[0,19,26,10,4,5,12,7,20,33],ideal:[4,30,20,5],inner:[4,32],process:[1,26,28,22,32,5,12,8,27,11,7,15,30,16,21],createfluid:10,rotat:[19,28,22,10,26,27,11,12,30,20],pxcudacontextmanagerdesc:[1,33,10],unmodifi:7,featur:[18,1,2,28,22,11,30,20,32,16],sqresult:4,magenta:20,jointconnectionhandl:6,util:[0,19,22,4,27,17,31],pool:[32,11],emesh_ani:[7,9,24],detach:[6,5,27],xml:[19,8,17,21],pxsamplesubmarin:5,setwheelrotationspe:4,commun:20,pxtrianglemeshdesc:22,pxvehicledrivegraphchannel:8,pxvehiclewheel:[4,8],materi:[18,22,11,12,32,16],gettireloadfilterdata:4,eenable_enhanced_determin:[26,32],remov:[18,28,22,27,11,30,20,32],histor:32,translateptr:21,icon:29,differ:18,coeffici:[26,19,28],remaind:4,revolut:[18,11],poor:[4,20,16,10],size:[1,4,7,14,0,19,21,10,32,27,3,30,31,6,8,17,16,22,24,28,15,20],recip:21,blade:26,whatev:27,e3rd_from_front_left:8,emax_num_drivetank_analog_input:8,user:18,materialindex:19,"abstract":[8,27,33],pxhitflag:[24,4,23,8,9,7,32],maccuraci:4,ba2w:30,pxactortypeselectionflag:[8,9],myccdcontactmodif:16,subject:[4,2],px_new_repx_seri:21,idbuff:17,primit:[3,28,22],perform:[18,27],downward:[4,26,20],vertic:[1,22,4,28,7,32,20],unbound:[18,30,8,11],direct:[19,22,4,23,24,10,28,7,30,20,32,16],guidanc:9,discuss:[18,32,20,16],onconstraintbreak:[0,30],compress:[10,4,22,8,28,16],defin:[18,1,2,11,22,3,27,28,7,20,21],handler:[6,27],constitut:16,nxutillib:11,nxuserraycastreport:19,multipl:[18,32,27,16],htm:4,issubordin:21,cooker:[8,28,22],getpxpvdsdkprofiledllnam:31,stop:[19,10,4,22,30,20,16],pxgeometri:[19,24,22,5,26,27,7],segment:[7,22],nx_adaptive_forc:19,subsequ:[0,19,24,4,23,26,8,33,28,30,20,32,16],littl:[4,26,32,20,33],guidelin:[11,28],setfootposit:20,mspringdamperr:4,deactiv:30,computelinearangularimpuls:16,exportnam:17,waterfal:10,e7th_from_front_left:8,eenable_speculative_ccd:16,prefilt:[19,8],pertain:31,noth:[26,9],incompress:10,reclaim:[0,32],echannel_accel_control:[4,8],edrive_model_speci:8,trail:20,recordmemoryalloc:31,minimalist:29,px_define_typeinfo:21,without:[5,20,21,22,4,23,24,33,8,9,10,28,12,29,17,31,32,30,16],materialcollect:17,watertight:16,pxheightfieldmateri:22,product:[4,7,2,33,3],cachevolum:24,insight:14,linker:31,maxraycastqueri:8,pxdefaultpvdsockettransportcr:[6,31],batch:[18,11],part:[18,27,12,13,32,16],fix:[18,1,28,22,11,32,20],pars:[9,16],snippetvehicle4w:11,edisable_mesh_valid:22,exercis:4,somewhat:[30,27],pxsetasserthandl:27,fit:[7,20,28,24],velocitythreshold:30,diamet:28,find:[5,2,21,22,23,24,26,27,32,7,13,17,16],fine:[2,10,4,8,28,20],filterdata0:[4,19,8,5,16],filterdata1:[4,19,8,5,16],pxgdynamicsmemoryconfig:1,pxconstraint:[26,30,8],tempbuffercapac:1,moment:[4,26,30,16],wheelqueryresult:[4,8],comfort:26,getnbobject:17,repeatedli:7,extract:18,eposition_buff:10,geomtosweep:7,target:[0,21,22,4,30,10,26,8,12,15,31,17,16],pxfilterobjecttyp:5,pxhalfpi:22,thumb:[4,16],pxserial:[4,17,8,21],getbehaviorflag:20,evelocity_buff:10,pxvehiclecomputetireforcedefault:8,constantblock:[5,24,4,19,8,30,16],him:20,redistribut:18,updatest:33,overrul:16,mcpudispatch:33,excit:2,motion:[32,20,16],createbinaryconvert:[17,8],subdivid:[19,5,10],nbvelocityiter:26,pxspatialindexitem:23,counter:[4,26,8,28],want:[19,24,22,5,33,26,27,10,30,32,16],obviou:4,pxcapsulegeometri:[19,24,22],contactstreamcapac:1,pxdefaulterrorcallback:[31,27],setactorflag:26,setupdirect:20,restart:7,veri:[12,16],pxclothcollisiontriangl:28,inferior:5,asynchron:[18,30,32,11,10],goe:16,generatemetadata:21,setselfcollisionindic:28,wrapper:22,tireforceappcmoffset:4,format:[0,22,4,8,27,29,17,32,16],unregistercustomclassbinaryseri:21,latest:33,pxclothfabricphasetyp:28,got:[14,33],nbmateri:[32,22],eenable_ccd_frict:16,arrai:[22,4,24,26,8,10,28,7,17,32,30,16],last:[24,4,10,26,8,9,28,7,15,20,16],pxraycastqueryresult:[4,8],realiti:33,side:[18,1,22,4,10,19,26,27,11,7,29,17],exportextradata:21,veloc:[18,1,2,11,10,19,8,28,12,30,20,32,16],hello:29,snippetvehiclecontactmod:4,tirelatforcemag:4,"\u03c0":[30,28,10],type:18,massless:26,trgwheel:4,formula:[4,7],createbatchqueri:[4,8,24],rendercapsuleactor:22,disablewheel:4,einitial_overlap_keep:8,append:21,setup:[18,5,28,10,4,8,11,33],hfsampl:32,sampleallocat:33,unlock:[11,28],closer:[23,25,28,24],simultan:[5,4,23,8,33,17,30,16],gl_modelview:27,setrestposit:28,distanc:[18,32,20,16],getgpudispatch:[1,33,10],success:10,acycl:30,pxclothfabriccr:28,pxconstraintvisu:30,earth:26,invers:[26,30,20,16,28],inherit:[19,21,10,22,8,27,30],pxconstraintsolvehint:30,tree:12,placement:[4,32],after:[0,19,20,3,30,4,32,24,5,33,6,26,8,10,28,7,15,31,14,17,16],"60th":32,pxvehicleenginedata:11,mainli:[32,14],latslip:4,aggress:4,thecook:22,uniform:[26,19,16],getprevioustimestep:28,physx3characterkinematic_:13,hfshape:22,swap:[0,24],rectangular:[32,22],perspect:33,"0x7fff":32,huge:22,orthogon:[30,22],epre_solver_veloc:16,satisfi:[4,26,17,30],vehicle4w:4,recoveri:[18,12],summar:20,exactli:[24,4,26,28,12,20,16],px_max_num_wheel:8,across:[4,17,24],must:[1,4,7,12,0,5,21,10,32,27,30,31,33,2,19,6,8,9,13,17,16,22,23,24,26,20],traction:4,resourc:[0,26,32,31,33],enableshapeincontacttest:5,shown:[4,20,8,10],anmim:0,stepper:15,watch:[4,6],pxvisualdebuggerconnect:6,getmaterialindex:19,acut:32,flippedcontact:16,enabl:[1,4,7,12,30,5,10,27,3,29,17,31,19,6,8,9,32,16,22,26,28,20],eassume_no_initial_overlap:[7,8],attribut:[5,24,4,22,30,33],expect:[19,2,22,4,24,5,26,17,31,14,32,16],addcollect:[17,8],dimension:[26,2],mminestoexplod:16,pxvec3:[1,26,22,4,24,19,25,33,12,8,27,10,28,7,30,20,32,16],crt:13,pxpi:[4,30,22],pxvec4:27,meta:17,sim:[18,11],mmaxsteer:4,childpos:12,num_vehicl:4,pxrenderbuff:3,nxcooktrianglemesh:19,afterthought:19,esuspforc:8,vc14win64:29,registerdeletionlistenerobject:8,unpack:[2,22],tend:[17,20],vertexindic:7,pxscenequeryreport:8,snippetseri:11,behavior:[18,27],setsteerangl:4,vulner:24,extend:[18,20],dimens:[4,32,2],ident:[5,22,4,23,26,8,27,7,17,30],gcudacontextmanag:1,concis:29,attributes1:[4,19,8,5,16],attributes0:[4,19,8,5,16],row1:22,econtact_default:[4,19,5],getinternalfaceindic:16,row2:22,text:[17,3],camberangleatrest:4,pxuserrefer:8,scene:[18,12,27,16],eengine_drive_torqu:8,enotify_threshold_force_persist:16,rememb:[4,17,20],enumer:[5,21,4,8,27,30],mfinalratio:4,pxqueryfiltercallback:[7,19,8,9,24],esimulation_shap:5,setparticlebaseflag:10,pxpruningstructur:[18,32,9,11],zoneend:6,pxclientbehaviorflag:8,nutshel:16,encompass:2,mmaxbraketorqu:4,createzero:8,longitudinalslip:[4,8],tunnel:[20,16,28,22],refil:24,figur:[4,17,33,28,10],hitcount:7,shapegroup0:19,shapegroup1:19,nx_bounce_threshold:19,degtorad:20,signatur:[7,30,31,9,24],jitter:16,equilibrium:[26,16],gdefaultallocatorcallback:31,problem:[0,4,25,33,30,20,32,16],ceas:26,goal:[4,32,33,16],ecct_user_defined_rid:20,emax_num_drive4w_analog_input:8,resolut:[28,10],pxscene:[0,19,20,3,22,23,24,5,25,33,26,8,9,10,28,15,32,14,17,16],"char":[0,21,4,6,8,27,31,33],cannot:[0,19,22,4,24,5,33,26,8,9,10,28,17,20,16],frame:[1,2,22,4,30,24,5,20,26,8,28,12,15,32,14,17,16],suitabl:17,pxscenequeryhit:[8,9],interpol:[4,30,32,28],particleemitterpressur:10,echannel_tire_frict:[4,8],youtub:4,pxobstacl:20,mminfilterednormalisedload:4,deepli:[26,32],numfac:28,choos:[10,4,22,8,30,32,16],recipgrav:4,lockparticledata:[8,28],econstrain:20,nthread:8,box:[1,20,32,3],pxfindfaceindex:7,overli:4,threadbatch:8,commonli:[4,23],legaci:[1,22,4,9,20,16],radiu:[19,22,4,23,8,28,30,20],harri:10,handleoverflow:8,renderbaseactor:22,useroverlaphitbuff:8,etireload:8,eweld_vertic:22,definit:[4,17,21,28],horsepow:4,look:[0,19,21,24,4,23,10,5,32,15,20,14,30],settireforceshaderfunct:4,transpar:[7,8],eequal:30,unbal:24,getwheelrotationangl:4,equat:[24,4,22,26,27,30],nvcloth:[9,28],discov:4,getposit:20,eanalog_input_thrust_right:8,tetrahedron:28,nxinitcook:19,equal:[4,26,30,32,33],nxrai:19,snrepxserializerimpl:21,ediff_type_open_4wd:4,subsystem:[31,24],launch:[6,29,8],eenable_one_directional_frict:8,alignextradata:21,"4e38f":22,imagin:[4,32],patch:[1,4,26,28,17,33],emploi:[4,8,33],pxcollect:[17,8,21],workaround:[19,32,16],request:[0,1,26,27,33,28,30,32,16],e16_bit_indic:28,overlapcapsuleshap:19,createexclusiveshap:[19,22,4,5,26,9,12,27,17,32],pxvehicledrive4wrawinputdata:4,inspector:28,aspect:[0,21,10,22,32,33],reject:[4,5,22],readabl:17,espr:30,atrianglemesh:22,pxqueryfilterdata:[8,9,24],need:[4,7,17,0,19,21,10,27,30,31,33,5,6,8,9,13,32,16,22,23,24,26,28,20],period:[4,12,2,26],interlud:4,panel:28,pxvehiclegearsdata:11,year:20,getrenderbuff:[19,3],filtershaderdatas:19,safeti:[4,7,8,23],good:[5,24,4,10,6,7,12,29,30,20,32],invmass:28,black:32,einvalid_paramet:27,bodi:[18,12,27,16],ith:22,edefault:[19,24,23,5,7,16],querycli:8,inward:4,vehicleid:4,regener:20,samplegpuloadhook:31,pxvisualdebuggerflag:8,staticstructur:24,abcdabcdabcdabcd:32,globalpos:[26,16],fifti:15,fifth:4,drawwalldec:24,ekeepbia:30,outcom:26,"null":[0,20,21,22,4,24,12,8,7,17,31,30,33],deem:0,"2nd":[4,20],apart:[0,16,28,22],deep:16,defer:[4,23,27,24],pxhullpolygon:22,shaperenderactor:22,portion:[4,19,32,16,28],etank_wheel_1st_from_front_right:8,gdelayloadhook:31,hitinfo:7,buildgrbdata:[1,32],pxcontrollerbehaviorflag:20,name:[19,21,22,5,9,27,15,20,32],"__file__":[0,27],isarticulationlink:9,mean:[0,1,2,22,4,24,5,33,26,8,10,28,13,20,32,17,16],individu:[26,3,10,4,12,8,28,7,30,14,32,16],submiss:33,vehicleupdatemod:4,pxrepxseri:[8,21],mypvdclient:6,initializeparticlesorient:10,pxgeometrytyp:22,tireid:4,nxcollisiongroup:19,emitt:10,pxcapsuleobstacl:20,broadphas:[14,22],nxgetcookinglib:19,registri:[17,21],srcasset:17,pull:[4,30,28],incred:4,procedur:[4,17],freeli:[4,30,20],stretch:32,subclass:[0,19,24,16,31,33],eexclude_kinematics_from_active_actor:26,linvel:26,necessarili:[20,16],registerobserv:8,breakpoint:27,broadli:24,encapsul:[5,10,32,22],pxrigidbodyext:[19,22,26,8,12,32],playback:17,unrealist:[4,32,20],mcamberatmaxdroop:4,distinct:[4,0,30],camber:4,judici:4,inalloc:21,myfiltershad:4,pxactorclientbehaviorbit:8,pxcapsuleclimbingmod:20,mysteri:13,echannel_wheel_omega:[4,8],gjk:22,createvolumecach:24,spike:[32,14],altitud:20,matter:[4,2,20],foundat:[18,19,27,11,10],exce:[0,1,4,26,30,32,16],efirst_user_extens:21,binari:[18,13,27],lower:[22,4,10,28,12,30,16],glpopmatrix:27,inf:[7,24],raycasttouchbuffers:[4,8],setinvmassscale0:[26,8],setinvmassscale1:26,numappparticleforc:10,highpeakpress:4,mcrab:33,indefinit:[26,32],technolog:[4,19],edisable_simul:[26,5],diagram:[4,7,15,32],addobstacl:20,getpxpvdsdkdebugdllnam:31,obstaclehandl:20,endif:[10,33,22],getgeometri:[19,22],precomput:[32,24,22],disk:17,dist:7,nuttapong:28,flushqueryupd:24,pxvehicleupd:[4,8],penalti:[7,22],certainli:4,snippet:[18,13,32,16],mutabl:10,toi:[26,16],surprisingli:32,setgrav:26,criteria:12,reach:[0,5,22,4,26,27,33,30,20,32,16],skid:4,debug:[18,27],impulsiveforc:26,pvdclient:11,getgeometrytyp:19,kinemat:[18,12,16],differenti:11,collect:[5,2,21,22,24,26,8,9,11,29,20],generateexamplefil:17,skin:[20,11],nx_default_sleep_ang_vel_squar:19,skip:[7,17,20,9,24],limitpair:30,pass:[0,19,20,22,4,24,5,33,26,8,9,10,32,27,17,31,30,16],imperfect:[4,20],likelihood:[4,16],seen:[4,0,32,2,10],mmaxhandbraketorqu:4,denomin:4,seem:[4,30,25],react:[4,6,0],fillstatu:24,asset:[26,17,28],potenti:[5,24,4,6,26,8,33,7,17,20,32,16],foot:20,divis:2,thin:[7,16],setprecisesweep:20,mnbmateri:17,univers:[30,2],matric:[19,8,27],slightli:[19,22,4,23,5,8,28,12,30,20,32,16],artefact:[32,16,22],framework:[29,15],posit:[19,2,3,22,4,23,24,26,25,33,12,8,27,10,28,7,29,30,20,32,16],slider:[30,28],erear_left:[4,8],isspher:19,dof:30,cab:0,correctli:[4,6,26,28,20,33],evelocity_chang:[4,26],sln:29,pxcontrollercollisionflag:[8,20],regim:4,getphysxgpudllnam:31,rubberi:30,car:[20,16],mnumratio:4,dll:[18,13,11],span:28,dialog:28,recreat:[17,32],suspforceappcmoffset:4,pxvehiclemodifywheelcontact:4,reconcil:33,stiff:[10,4,8,28,12,30],profil:27,pxrigidbodydata:26,partner:0,suspspringforc:8,pxtoolkit:[31,8,22],convexmesh:22,getnbcolumn:22,increment:[32,27],done:[5,21,22,24,10,32,15,20,14,17,33],paragraph:[26,28,24],samplenorthpol:[20,22],settessflag:32,nxcontactpairflag:19,enginegraphposi:4,physxcor:27,throttl:4,kinekinefilteringmod:[26,16],gnbqueryhitsperwheel:4,trivial:[19,5],getnam:33,validparticlebitmap:10,rbshape:10,budget:4,etank_wheel_7th_from_front_left:8,pxvehiclepostupd:4,strong:[4,12,5,20,28],prep:1,resist:[4,12,30,26],getbroadphasecap:5,pxactorflag:[0,26,5,3,10],getpvdconnectionfactori:8,pxcreatecontrollermanag:20,samplebas:[5,33,10],stiffen:30,pxquat:[19,22,4,8,27,12,32],profound:4,program:[31,2,27,29,10],bodyaworldoffset:30,setcontinu:[0,33],pxpvdsetfoundationdelayloadhook:31,pxgpudispatch:10,startup:[18,29,11,22],getsuspjounc:8,pxconcretetyp:[17,21],soft:16,occupi:1,unimport:32,getpvdconnect:8,jitteri:[15,11],revers:[4,7,33,28,22],eas:17,pxccthit:8,revert:4,ezero_area_test_fail:22,fire:[29,33],onpvddisconnect:6,computevelocitydeltafromimpuls:[26,16],egear_ratio:8,updatemassandinertia:[12,26,8,22],significantli:[5,22,4,24,6,26,8,10,28,17,32,30],storag:[4,27,28,22],circl:[4,22],bug:32,ramif:8,gap:22,contactrecord:26,pxrepxinstantiationarg:21,accident:14,nasti:30,pxconstraintconnector:[19,30],linearvelocityactor1:16,snippetspatialindex:23,scientif:[4,2],collis:18,enter:[4,5],setseparationtoler:12,snippethellogrb:1,twist:[12,19,30],pxbatchqueri:[4,8,24],list:[0,19,4,5,6,26,8,7,17],collid:[0,19,22,4,10,5,26,28,20,16],seek_end:17,dominancegroup:26,everywher:[31,20],pxreal:[22,4,23,24,26,8,32,7,15,30,16],patchcount:16,word:[19,2,24,27,20,16],strength:[4,12,30,28,10],complementari:4,instruct:[32,27,10],influenc:[10,4,6,26,8,16],getstepoffset:20,option:[18,5,26,11,22,23,24,3,12,8,9,10,28,7,29,17,20,32,30,16,21],encod:[4,30,32,5],work:[4,7,14,0,19,27,30,31,33,2,5,8,9,13,32,16,22,24,26,28,15,20],context:[0,1,2,21,10,4,23,8,29,33],longitudin:4,except:[30,4,28,7,13,20,17,33],wors:[33,22],overwritten:21,albeit:4,removed_shape_oth:9,said:[4,26,17,5,22],centimetr:4,edisable_grav:[26,10],stl:19,where:[4,7,17,0,19,21,10,25,27,3,30,33,2,5,8,13,32,16,22,24,26,28,20],echeck_zero_area_triangl:22,esteer_right_control:8,regist:[0,21,22,10,6,26,8,9,28,31],intern:[18,12,32],eremoved_actor_1:9,modifi:[1,22,4,24,26,8,9,33,7,27,30,20,32,16],semant:[8,16,11],depenetr:[7,32],elimit:30,ecollision_with_stat:10,chang:[18,2,28,27,11,30,20,32,16],indices32:22,setanalogaccel:4,eflags_buff:10,xmlwriter:21,elimin:[4,28],intel:27,pxextens:[18,7,11],sever:[0,1,21,24,4,5,26,8,7,32,20],sparingli:28,signalquit:8,interv:[15,2,25],pxcontactstreamiter:[8,9,16],getpolygondata:22,pxu32:[1,4,7,30,0,5,21,10,3,17,31,33,19,8,32,16,22,23,24,26,28,20],onhit:23,clean:[31,9,22],flip:[16,22],getworldbound:[7,23,8],mesh:[18,27],e2nd_from_front_left:8,reader:[2,33],tank:11,friendli:26,createconvexmeshsaf:22,getnbcontactdatablocksus:0,flexibl:[26,17,8,5,10],setmass:[4,26,32],maxnbcontactdatablock:[0,32],bruno:28,epsilon:16,steerangl:[4,8],mwidth:4,setprismaticjointflag:30,pxgeneratecontact:26,studio:[29,13,27],angvel:26,vehwheelqueryresult:8,check:[27,16],rendermateri:[33,22],batchhead:26,choic:[5,2,22,4,24,20,27,28,31],removeactor:26,suspjounc:8,constantblocks:[4,19,8,5,16],computepenetr:7,pxrigiddynamicflag:5,camera:[4,29],px_window:[33,10],polygon:20,enough:[4,5,20,10],instantiate4wvers:4,pxparticleext:10,fresh:4,physxcook:[31,8],dream:4,emax_num_vehicle_typ:8,press:[4,28],dozen:28,restoffset:[16,10],getpxfoundationdllnam:31,myobserv:8,tireforceshaderdata:4,great:[5,2,22,32,20,16],droop:4,awkward:22,undesir:[20,28,10],access:[18,20,27,16],demonstr:[0,1,22,4,26,8,17,20,30,16],overlapsphereshap:19,integ:[32,10,27,22],susptraveldirect:4,fdani:[8,24],multithread:[18,11],e3rd_from_front_right:8,setsphericaljointflag:30,iqueri:8,millikenresearch:4,addbroadphaseregion:5,nextcontact:16,filterdata:[4,19,5,24],logic:[0,19,24,5,27,32],"default":[1,4,7,30,5,21,10,27,17,31,33,19,6,8,9,32,16,22,23,24,26,28,20],modul:[18,32],eremoved_shape_trigg:[5,9,33],merg:[8,11],outbatchhead:26,larg:[1,5,3,22,4,30,24,19,20,26,8,27,10,28,7,15,31,14,17,16,32],whole:[26,17,20,5,24],shrunken:32,getconstraintflag:30,bodya:30,followjoint:17,environment:19,pxcomputemeshpenetr:[7,9],nbtri:22,befor:[4,7,12,30,0,19,21,10,17,31,33,5,6,8,9,32,16,22,23,24,26,28,20],recogn:27,hover:4,nxspringanddampereffector:19,corner:[7,32,20,11],physx3commonprofile_x64_test:31,pxvehicleautogeneratedmetadataobjectnam:21,machin:33,"33m":32,wheelmap:4,gen:[9,22],second:[19,2,30,4,23,10,5,26,33,28,7,29,15,20,32,17,16],pxcapsulecontrol:20,stricter:13,getpxpvdsdkcheckeddllnam:31,occasion:[33,24],removeobstacl:20,dress:28,disappear:32,impulsivetorqu:26,probabl:[4,15,20,5],pxvehicle4w:4,stopsimul:33,directcomput:28,fread:17,furthermor:[0,8,3,28,33],edrive_en:30,coupl:[4,20,14,16],capsul:32,renderobject:26,gpudynamicsconfig:1,smooth:[4,15,30,16,22],awar:[19,4,23,7,32,20,33],gpadsmoothingdata:4,ppu:8,etank_wheel_6th_from_front_left:8,enorm_tire_aligning_mo:8,tini:[20,16],fold:8,kept:[7,26,30,20],gsteervsforwardspeeddata:4,centreofmass:4,embp:5,getnb:21,tiresurfacetyp:8,filtershad:[1,8,19,16],pxserializationregistri:[4,17,8,21],invest:27,preserv:[22,4,25,17,20,30],accuraci:[4,32,20,28,22],awai:[10,22,25,26,28,30,20,16],instantan:[26,33],touch:[18,5,22,26,8,11,7,32,20,16],pxsceneflag:[1,8,32,16,11],gpudispatch:[1,33,10],fiber:8,next:[0,19,24,4,10,26,8,9,33,28,27,17,20,32,30,16],have:[1,4,7,12,14,0,5,10,32,27,3,30,31,33,2,19,8,9,17,16,22,24,26,28,15,20],gone:19,dosometh:24,none:4,capabl:[0,19,5,27,28,32],triangleneighbour:22,samplebridg:20,liberti:4,extractcontact:[8,9,16],lastli:4,px_new:8,vehiclefiltershad:4,pxcontactpairextradataiter:16,egearsratio_count:4,pxraycastbuffern:8,programm:33,getnbanyhit:8,overview:18,tensor:[26,19,32,22],thu:[5,3,24,22,26,28,7,32,20,16],localscaledvertex:32,everyth:[7,20,2,11,22],createregionsfromworldbound:5,clamp:[24,4,12,28,7,32,16],command:[29,17],sizeof:[19,21,22,5,28,32],gimbal:30,pxinitvehiclesdk:[4,8],onjointbreak:30,velocitytarget:30,sanitybound:32,escal:3,pxvehiclechassisdata:4,rebuildful:23,enforc:[4,12,30,8,28],hash:[26,19],uint64_t:6,same:[1,4,7,12,0,5,10,32,27,30,31,33,19,6,8,9,13,17,16,22,23,24,26,28,20],batchqueryfilterdata:24,mdrivesimdata:4,particular:[5,2,4,26,8,33,7,30,20,32,16],invok:[4,19,20,24],linearveloc:16,pxbatchquerydesc:[4,8,24],setstabilizationthreshold:32,pxmeshqueri:[18,22],macro:[31,27],pxdefaultpvdfiletransportcr:6,eno_boundary_edg:22,createconstraint:30,setgeometri:22,pxcollectionext:[17,8,9],"20kg":4,nbheader:26,win:30,setlimitcon:30,concret:[17,27,30,24],six:[4,30],deform:[18,28],densitybuff:10,stand:[5,2,22,4,17,20,32],addition:[0,5,2,24,4,10,6,28,20,33],pxvec:22,linecolorhigh:4,alongsid:29,erigid_stat:[17,5],enableshapeinscenequerytest:5,indexpool:10,egraph_type_engin:8,further:[0,1,22,4,24,5,25,33,26,8,9,10,28,7,17,16],pxconstraintinvmassscal:30,std:[8,16],trajectori:[32,28],recycl:16,conform:[4,33],eenable_ccd:[8,16],lockread:33,regress:32,rapid:[4,26,17],graphsizei:4,plagu:20,px_def_bin_metadata_extra_item:21,echannel_engine_rev:[4,8],solver:[18,12,32,20,16],setclutchdata:4,tessel:18,inertiascal:[16,28],cheaper:[4,30,16],cuboid:4,pcm:18,hitactor:8,maxim:[4,32,10],contactpatch:[9,16],eremoved_shape_oth:5,edrive_limits_are_forc:30,acceler:[18,12,32,16,28],pursuit:2,physxcommon:[27,11],kinet:26,userraycastresultbuff:[4,8],www:[4,10],px_delete_repx_seri:21,better:[0,19,22,4,24,5,33,8,10,28,12,17,20,32,30,16],buffers:[7,16,24],walkabl:18,bulk:[31,33],singular:30,pxdataaccessflag:[28,10],fog:10,issu:[18,27,16],newbound:22,setsuspforceapppointoffset:4,actorb:[26,19],weld:22,object:18,actora:[26,19],sphere:[1,20,32,28],triangles:7,pxmetadata:21,well:[12,16],triggershap:5,pxvehicledrivetank:8,unregisterseri:21,rout:6,mbatch:8,eforc:[26,10],adjac:[15,22],edensity_buff:10,pxconstraintbatchhead:26,safe:[0,5,4,23,27,33,30,20,32,16],system:[18,27,16],minpositionit:26,setinertiascal:28,math:18,wheelcentrecmoffset:4,ediscrete_respons:8,pxvehiclepadsmoothingdata:4,stuck:[4,32,20],bullet:[7,24],tell:[4,5,16,28,22],createparticl:10,librari:[18,27],numchassismesh:4,hierarchi:[27,11,22],outsid:[5,2,10,4,9,33,28,17,20,16],emax_nb_wheel_channel:8,necessari:[0,1,21,10,4,32,5,25,26,8,27,33,28,17,20,30,16],difficulti:[4,30],usersweephitbuff:8,pxjoint:[12,26,30,8,32],templat:[19,9,21,10],feel:[26,20,11],boost:24,believ:4,pxcctnonwalkablemod:8,"_debug":22,unintuit:30,silent:32,increas:[10,4,6,26,33,28,30,20,32,16],pipelin:[1,32,15,28,33],block:[18,5,22,32,8,11,15,20,30],ewheel_omega:8,knee:[30,28],triangl:[18,1,3,28,32,20,16],pxdeletionlisten:8,spherepos:7,dampingratio:4,getwheelgraph:4,pxspatiallocationcallback:19,sourc:[19,21,22,4,32,5,27,29,30,13,17],anb:32,swaptolowlodvers:4,ani:[5,1,2,11,22,10,26,19,12,8,28,7,29,15,20,32,30,16],split:[18,1,30,11,22],jump:20,px1dconstraintflag:30,ereport:9,programmat:28,elev:[4,20],trystandup:20,three:[0,5,2,21,22,4,24,33,26,10,28,17,20,32,30,16],pxcudacontextmanag:10,doom:20,pxmath:20,userdata:[24,4,26,8,27,17,20,16],separ:[12,32,20,16],pairflag:[4,19,8,5,16],pullei:30,removebroadphaseregion:5,estat:[8,11],mix:[13,33,22],desir:[0,5,22,4,23,24,26,10,28,30,20,32,16],pxcreatecook:[19,31],wheelmateri:4,maxconstraint:30,door:[30,16],evehicle_type_nodr:8,repeat:[4,32],gettiredrivablesurfacetyp:8,old:[17,8,9,10,22],eanalog_input_brake_right:8,accur:[26,4,12,8,28,7,30,20,16],charact:[18,12],circumst:[26,32,16],wheelwidth:4,temporari:[0,1,24,28,32,16],abbrevi:7,espatial_data_structure_overflow:10,permit:[0,4,26,9,33,28,30,32,16],pacejka:4,magnitud:[4,26,8,7,30,20,16],convexmemory128:17,colscal:22,liquid:10,never:[5,2,24,11,13,20,32,33],perhap:[4,32,9],sourcewheelid:4,weak:4,tempor:[20,24],idl:[15,20],pxforcemod:[26,10],columnscal:[32,22],multiprocessor:28,px_def_bin_metadata_item:21,eenable_stabil:32,expend:4,field:[20,27],low:[1,10,4,24,5,26,22,32],hfgeom:[32,22],idx:21,maya:17,mayb:[20,14],aim:[4,32],pxphysicsapi:[19,13],ellipt:[12,30],backfac:7,edeleted_actor_0:9,edeleted_actor_1:9,pxdominancegroup:26,altogeth:19,gui:6,gun:10,pxcontrollerfilt:20,tricount:22,make:[1,4,7,0,5,21,10,32,27,3,30,31,33,19,6,8,9,17,16,22,24,26,28,15,20],strongli:[10,4,22,27,12,13,30],pxcach:26,getnbvertic:22,analysi:[4,13],stack:16,pxscenequeryhittyp:8,mirror:[9,10],accordingli:[4,9,25],inread:21,anyth:[26,24],chm:2,snippetraycastccd:16,px_debug:27,overlapobbshap:19,classic:26,toggl:[4,6,10],method:[4,7,14,0,19,21,10,25,27,17,31,33,5,6,8,9,32,16,22,23,24,26,28,15],pxclothmotionconstraintconfig:28,twistdriv:30,onoriginshift:30,graviti:[18,1,28,10,8,27,11,12,20,16],setprojectionlineartoler:30,shdfnd:8,flatten:16,suspsprungmass:4,symmetr:19,flatter:4,manipul:[26,19,33,10],numnewappparticl:10,deploy:13,temp:1,commensur:4,gphysic:[4,1],dcc:17,mitsubishi:4,me485:4,customcreatephys:31,contextid:6,cb2w:12,frequenc:32,assum:[5,2,22,4,24,33,26,10,32,12,17,30,16],temporarili:[4,19],lot:[19,22,26,32,20,16],ca2w:12,five:4,refit:24,togeth:[5,2,24,4,26,12,7,17,30,16],hfactor:22,getcontactoffset:20,mtype:4,inertia:[32,16],camberangl:4,hitspher:23,your:[1,5,22,24,19,20,6,26,9,3,27,13,31,32,30,33],serializationregistri:4,tempt:[15,20],equival:[19,22,4,5,8,28,7,30],bqthread:8,heart:20,dispatch:[1,32,33],enotify_touch_ccd:16,nbactivetransform:26,purgecontrol:20,heightscal:[32,22],pxbroadphaseext:5,usag:18,surfacetyp:4,align:[0,19,4,32,5,27,7,17,20,30],equantize_input:22,cell:[24,10,22],artist:4,pxmateri:[5,22,4,26,27,17],reoder:32,ellips:12,natur:[4,0,30,20,28],pxvehiclecomputesprungmass:4,complianc:12,appguid:33,expand:[4,20,10,28,22],eggert:4,simulationfilterdata:10,express:[4,17,20,28],friend:21,owner:21,pxbaseflag:21,scenedesc:[1,33,16,10],phors22:4,thousand:1,mainten:10,mstrength:4,pxbvh34midphasedesc:[32,22],getupdirect:20,seriou:27,diff4w:4,phors21:4,orphan:17,neither:[4,19,20,30,16],strcmp:21,nxjointlimitsoftdesc:19,angl:[4,12,30,20],pxconstructsolverbodi:26,rewrit:[2,28],"32bit":22,mbatchreadi:8,init:19,interpenetr:16,fetchresult:[18,19,24,32,26,11,30,15,16],improv:[2,22,4,24,33,8,10,28,30,32,16],twowai:10,bottom:[4,26,20],"27m":32,much:[0,19,2,22,30,10,5,26,11,15,20,32,17,16],slight:[4,32,20],consist:[19,22,4,10,8,27,28,7,17,31,32,30,33],ptype:21,createcollectionfrombinari:[17,8],stutter:16,tune:18,pxclothparticledata:28,createscen:[33,1,19,16,10],ball:[29,30,2],eresolve_contact:8,customtypepropertyinfonam:21,mixtur:[30,16],regular:[5,10,22,26,8,28,32],unconstrain:30,critic:[4,17,33],viewer:3,similar:[19,26,22,4,24,12,10,28,7,30,20,32],typic:[0,5,22,4,30,24,33,26,27,10,28,23,12,13,20,17,16],iscomplet:0,autom:4,creat:[18,27,16],bump:[4,20,16],pxheightfielddesc:[32,9,22],easili:[1,10,4,26,8,9,20],eswept_integration_linear:8,listen:[6,0,16,26],pxqueryfilt:8,setmaxangularveloc:32,linearcapsulesweep:19,contribut:[30,20],normalrejectangl:4,ontrigg:[0,5,33],pxmeshscal:22,corpor:10,edetect_ccd_contact:16,pxserializationcontext:21,account:[0,1,4,26,33,28,12,32,20,16],pxcreatepvd:[6,31],triangleindexbuff:7,nbpolygon:22,pxcreatephys:[0,19,22,10,6,9,28,27,31],mdampingr:4,topolog:[24,22],esap:5,eoutput_forc:30,shorten:24,setseparationconstraint:28,penetr:[18,16],sprite:10,shorter:4,motionconstraint:28,coher:[4,33,24],setcontactreportthreshold:16,pseudocod:8,first:[18,19,26,28,22,24,5,3,12,27,10,11,7,30,20,32,16,21],thick:[7,32,10,9,22],hierarch:[15,24],counterpart:[4,8,20],getbroadphaseregion:5,pxrigidbodyflag:[26,8,16],customtypeautogeneratedmetadataobjectnam:21,pxbatchconstraint:26,meantim:8,"_lignv3ptiq":4,hennix:28,artifact:[4,30,32,28],basetask:11,adapt:[19,21],quad:[7,28],compar:[1,22,4,19,9,28,7,32,20,16],getnbtriangl:22,compat:[1,4,8,27,7,17,32],pxvehiclecopydynamicsmap:4,govern:[4,0,22],eshap:17,epost_solver_veloc:16,inflex:5,ccd:18,synchron:[18,17,32,11],pxconvexflag:[1,32,22],maxit:7,stretchi:28,embed:21,convexdescpolygon:22,breakabl:[12,30],cct:[18,32],connector:30,"import":[0,19,2,21,22,4,23,20,6,26,9,33,28,27,17,31,32,16],pxplatform:9,impuls:[26,30,20,16,28],gettriangl:[7,22],getwheelshapemap:8,pxconstraintinfo:30,mai:[1,4,7,12,0,19,21,10,32,25,27,30,31,33,2,5,8,9,11,13,17,16,18,22,23,24,26,28,15,20],shrink:[0,23,32],desc10row:22,resweep:16,intend:[17,20,5,25],getphysicsinsertioncallback:[32,31,9,22],converg:[30,28],msubmarineactor:[5,16],describ:[0,19,2,22,4,24,5,10,28,7,17,31,32,16],pxjointangularlimitpair:[30,8],warnin:13,filterflag:8,volum:18,projecttoa:30,"0xffffffff":[7,19],e5th_from_front_right:8,usercallback:24,eenabl:10,"81f":1,convers:[4,19,8,17,22],compon:[18,0,1,26,11,30,20,32],coincid:30,pxpvdsdk_:13,pxdiagon:[26,19],accessor:8,pxvehiclesuspensiondata:11,remark:[4,8],attach:[5,24,4,8,27,28,12,17,30,16],pxmeshflag:28,frictiontyp:8,pxconvexmeshcookingresult:22,einternal_has_face_indic:9,troubleshoot:18,compos:27,cooktrianglemesh:[19,22],shift:[18,30,16,11,22],setcollisiontriangl:28,registerrepxseri:21,onreleas:8,stamp:4,gcc:13,twice:[4,17,10,24],nxuseralloc:19,mnbthread:33,workload:33,directli:[19,20,22,4,32,24,33,26,8,27,10,3,12,17,31,14,30,16],anyhit:[7,9],pictur:20,keyboard:4,teleport:[26,5,20,25,10],vice:[5,32],pxvehicleextensionapi:21,numer:[19,2,10,4,23,7,32,20],gettirefrict:[4,8],simul:[18,12,27,16],degre:[4,26,30,20],edeleted_shape_trigg:9,suppli:[30,4,22,12,13,17],posesweptagainst:7,pxcloth:[19,8,27,28],pxcreatebatchqueri:8,spheregeom:7,linearmotionveloc:26,readextradata:21,getcontrol:20,centroid:7,pxpairflag:[19,4,5,8,33,14,16],stabl:[10,4,22,27,30,32,16],behav:[10,4,26,28,12,30,16],px_def_bin_metadata_base_class:21,dure:[0,1,5,21,22,4,30,24,19,33,6,26,10,28,23,7,15,20,32,17,16],world:[18,28,11,27,3,29,32,20,16],eparticle_system_grid:10,pxsetprofilercallback:6,hamper:4,pxoverlapbuff:[8,24],mmateri:26,adher:30,see:[4,7,12,0,19,21,10,32,27,3,30,31,33,2,5,8,9,17,16,22,23,24,26,28,15,20],manoeuvr:4,eproject:30,conceptu:4,pxvehiclesetbasisvector:4,einitial_overlap:8,getsuspensionforc:[4,8],regardless:[5,24,22,26,8,27,20],down:[18,27,11,9,20,16],argument:[0,5,22,4,24,8,9,7,27,30],loop:[18,12,32,11],set:[18,12,32,27,16],pxcreatejointconstraint:26,captur:[5,24],supportcenteronlin:6,assign:[19,24,4,10,5,26,28,17,33],proce:[4,0,24,22],echannel_brake_control:[4,8],px_max_flt:30,center:[22,4,24,26,28,7,30,20,32,16],pxcontrollerbehaviorcallback:[19,20],pxbatchqueryprefiltershad:24,fulli:[24,28,30,20,32,16],acapsuleactor:[19,22],"return":[4,7,0,19,21,10,27,32,31,33,5,6,8,9,30,16,22,23,24,26,15,20],nbpair:[26,16],piec:[20,22],pxzero:[30,8,27],etank_wheel_4th_from_front_left:8,pxsimulationeventcallback:[0,19,5,26,9,33,30,16],pxpvdsdkprofile_x64_test:31,transport:[6,31],setbreakforc:30,ekil:[5,32],eblock:[4,8,24],x64:13,gaug:4,danger:4,internaldriveiter:12,espu_raycast:8,tire_type_norm:4,illustr:[0,22,4,10,6,26,8,28,7,29,17,20],pxvehiclegraphtyp:8,correct:[0,28,22,23,32,26,27,11,17,20,30,16],wind:28,interop:[28,10],mod:30,model:[18,28,26,12,27,11,7,30,20,32],reorgan:8,validateconvexmesh:22,moi:4,imposs:4,flagsbuff:10,pxtriangl:7,woken:[26,8],unregist:21,pxscenequeryfiltercallback:[8,9],belt:16,subordin:21,queri:[18,27],moder:28,linux:[29,17,21],removecollisionplan:28,nxshapedesc:19,"short":[4,32,24],minimum:[0,19,24,4,10,26,32,7,13,30],pxclothparticleseperationconstraint:28,setswinglimiten:12,excess:[4,20,28],setcollisionmassscal:28,eurograph:28,separationdist:16,interfer:4,precis:[32,20,22],bitmap:10,setlat:4,cheap:5,readili:4,textur:[4,10],ratio:[4,12,30,26],fly:[13,20],mostli:4,pxbatchquerypostfiltershad:24,forget:[4,31],inwrit:21,ackermann_steering_geometri:4,pxqueryflag:[8,11],cfm:28,forc:[18,1,2,28,11,12,20,16],candid:[5,24],pxconvexmesh:[4,17,27,32,22],snowmen:26,architectur:[32,33],targetveloc:30,color:4,cctfiltercb:20,pxactor:[19,10,5,26,8,9,27,15,20,17,16],everythingcollect:17,main:[0,5,2,24,4,12,8,9,28,7,15,20,17,33],evenli:4,compil:[5,32,8,9,29,27,13,17],mmass:4,destructor:[17,30],setposit:20,d3dmatrix:27,north:26,mmaxfilterednormalisedload:4,drain:11,evolv:2,getforc:30,setvisualizationcullingbox:3,obvious:[4,20],basi:[4,1,32,27,5],es16_tm:[32,22],appli:[18,1,2,11,22,10,5,3,12,8,27,28,7,30,20,32,16],pxvehiclecomputetireforc:4,hidden:18,pxvehiclesuspensionraycast:4,ihit:8,knowledg:4,free:[0,20,4,29,30,31,32],relativepos:22,shell:[7,26],etwist:30,footprint:[6,13,10,24],geometri:[18,13,27,32,16],bare:32,releas:[18,27,16],affair:0,pxfoundation_x64_test:31,drivesimdata4w:4,contactdist:[12,26,30,27,16],central:16,sca03:10,nx_default_sleep_energi:19,begin:[0,22,4,28,32,16],clearli:[4,0],undefin:[22,4,24,8,7,17,20,30],allevi:32,abov:[1,5,21,22,4,24,19,33,26,9,10,28,7,30,20,32,16],softwar:19,runprofil:33,flavor:[4,26,13],pxpvdsdk:31,sciencedirect:4,mminnormalisedload:4,screen:4,validatetrianglemesh:22,settrianglemeshcachesizehint:10,pxlightcputask:[8,33],preparedata:30,took:32,enclos:[7,24,22],cachedindex:7,tool:[2,21,3],manag:18,oncomshift:30,interpret:[24,22,26,8,7,30],assess:19,group:[19,24,10,5,26,8,28,7],devis:4,pxvehicledifferentialnw:4,contactmodifycallback:16,aboxactor:22,tricki:[0,10],getrestparticledist:10,fifo:33,hadhit:8,parentpos:12,normalisedtireload:4,finit:16,belong:[5,10],bottl:20,destroi:[31,30,8,27,5],isinair:[4,8],numalloc:10,translatepxbas:21,ps3:19,filtermask:5,determin:18,residu:28,blow:5,nxu32:19,descript:[18,11,22],trade:[12,5,22],maxheight:32,gettolerancesscal:[1,33,10],emine_head:5,constant:[5,10,4,24,26,15,20,30],eswept_contact:28,cylind:30,greater:[22,4,7,15,20,16],eimpuls:26,removeaggreg:5,mmaxcompress:4,scenequeri:11,myob:8,prematur:17,intrus:13,setanaloginput:4,triangleindex:22,pxfilterflag:[4,19,8,5,16],principl:27,avoid:[20,16],chassismateri:4,mathemat:[4,30,2],minresponsethreshold:30,answer:6,princip:26,phor:4,trimeshid:17,pxtrianglemeshgeometri:[5,22],met:[30,33],addforceatpo:[26,19],modifyrotationmatrix:10,pxvehicledrivedyndata:4,crack:16,localfram:30,etransmit_constraint:[6,8],gdefaulterrorcallback:31,eanalog_input_steer_left:[4,8],pxjointlimitpair:30,newton:4,geterrorhandl:6,dictat:20,fundament:[19,5,15,30],instabl:10,speak:[5,20,32,24],getgrav:8,transfer:6,getactiveactor:26,forcebuff:10,edisable_active_edges_precomput:[32,22],physx3common_x64_test:31,setrevolutejointflag:30,pxfoundation_:13,pxclothphasesolverconfig:8,pose1:[7,26],pose0:[7,26],invisiblewallheight:20,pose2:7,affect:[1,4,23,26,8,9,33,28,32,16],setupfilt:5,appropri:[10,4,22,27,33,32,13,30,16],explor:[29,14],platform:[19,2,21,22,10,26,27,28,29,13,20,32],emesh_both_sid:[7,9],actor2world:26,setusermemori:8,pointfromuv:7,specul:18,pxhitcallback:[19,24],save:[5,21,22,4,24,19,26,8,10,17,31,32],ought:4,d6joint:30,sample_fre:5,label:4,fast:[20,16],ecompute_convex:22,etank_wheel_9th_from_front_left:8,processhit:8,edg:[22,4,8,28,30,20,32,16],compound:[32,16],setmot:30,aconvexactor:22,stale:24,updatevehicl:8,stall:33,drift:30,sethalfforwardext:20,slowli:[17,20,16,11],erestitut:30,minimis:4,around:[5,26,22,4,24,12,10,28,7,17,20,32,30],refus:11,nor:[19,20,30],per:[1,28,22,19,8,11,32,20,16],mfrontbia:4,nbbodi:26,flushscenequeryupd:24,sluggish:11,realism:10,setminlongslipdenomin:4,normal:[24,4,22,26,10,28,7,32,16],levit:20,tirelateraldir:8,neg:[22,4,28,7,32,16],chassissimfilterdata:4,relationship:[4,26,15,17,30],pxpvdsdkchecked_x64_test:31,settransform:26,getnumwheelgraph:8,eface_index:[7,9],properli:[5,24,4,26,17,20,14,32],inconsist:[30,32,33],setreportallocationnam:[0,27],"new":[1,12,0,5,21,10,25,27,29,32,33,2,19,8,9,30,16,22,24,26,28,15,20],grant:33,particip:[4,5],heighfield:[18,1,11],cover:[5,2,21,10,19,26,27,30,32],implement:[0,5,1,2,21,22,24,19,20,8,9,10,11,7,27,17,31,32,30,16],setinvinertiascale1:26,setinvinertiascale0:26,surpris:0,hit:[18,32],rcvd:4,solverbodi:26,invert:20,quot:4,pxvisualdebuggerext:[0,8],unus:[0,32,31,21],frictionoffsetthreshold:26,nbpositioniter:26,physxsampl:22,get:[0,19,20,21,22,24,5,25,33,6,26,8,9,10,28,17,31,16],collectiona:17,capsuledens:22,memory128:17,gem:10,setwheeldata:4,etrigger_default:[19,8,5,16],achiev:[1,5,21,22,4,10,19,26,8,33,28,17,31,32,30,16],testforoverlap:22,reliabl:[4,9],totalmass:4,doesn:[21,10,4,28,17,16],abbot:4,getlinearveloc:[26,30],efre:30,removerefer:[0,33],chanc:[33,25,16,24],until:[0,5,22,4,30,24,33,26,8,27,10,28,23,7,15,20,32,17,16],stick:[4,20,10],pheightfield:22,setmetadata:17,immedi:[18,10,22,8,11,20,16],childattach:12,effect:[19,2,22,4,24,26,8,9,10,28,7,15,20,32,30,16],pointrejectangl:4,setcollisionspher:28,imbal:4,shirt:28,lockparticlefluidreaddata:10,charypar:10,appendix:4,persist:18,pxfilterobjectattribut:[4,19,8,5,16],"5x5":22,pxclothmeshquadifi:28,eremove_unreferenced_vertic:9,intuit:[4,30,24],anticip:[4,24],benefit:[0,30,33],substeps:0,infinit:[2,26,28,7,15,20,30,16],pxvehiclewheelsdyndata:[4,8],localframe0:30,localframe1:30,pxvehicledrivesimdata4w:4,pxmat44:[8,27],"30hz":32,pxheightfield:[27,22],vcurrent:30,particleemitterr:10,primari:[0,12,29,13,17,16],cuda:[18,1,11,28],appparticleforceindic:10,beforehand:10,userprofilercallback:6,turn:[0,1,28,10,5,26,33,11,13,16],illeg:[0,33],px_def_bin_metadata_vclass:21,getconcretetyp:[17,8,27],setdigitalhandbrak:4,startsimul:33,adopt:[4,10],physxvehicl:[13,8,21],eenable_gpu_dynam:[1,32],pxraycasthit:[4,7,8,23,24],impleament:6,weaker:4,view:[2,28,4,6,3,29,20,33],addion:22,pxquerycach:[8,9,24],linkpos:12,fetch:[19,14],entir:[1,2,22,4,30,24,19,26,33,28,23,12,13,32,17,16],dyn:[26,8],etank_wheel_5th_from_front_right:8,newappparticleindic:10,edrive_model_standard:8,aggreg:[18,32,11],algorithm:[18,16],rapidli:4,triplet:[28,22],pxoverlapbuffern:8,power:4,marcu:28,tangenti:[12,16],race:[4,13,30,33],eengine_rev:8,nbrow:[32,22],"125f":4,setconstraintflag:30,processtouchinghit:8,whenev:[15,5,17,16,24],autobox:4,maxvert:22,partial:[4,1,14,30,33],raw:4,ediff_type_open_frontwd:4,errorstream:6,"break":[0,22,4,24,26,8,27,12,17,30,16],dynam:[18,12,16],obstacl:[18,32],aabb:[5,24,23,22,7,32,20],px_physx_core_api:26,setdominancegrouppair:26,pxcreatedynam:17,download:6,gettimestamp:22,ejoint_fram:30,overload:[8,27],onc:[0,24,4,10,26,9,33,28,12,17,20,32,16],submitbatch:8,eenable_pcm:[1,9,32,16],theoret:4,ackermann:11,code:[18,1,5,11,22,30,24,19,26,8,27,28,7,29,13,20,32,15,16,21],overlapaabbshap:19,combin:[1,21,24,4,19,26,28,7,13,20,14,30,16],exert:26,eanalog_input_accel:[4,8],freedom:[4,26,30],random:10,limb:[20,16],etransmit_contact:[6,8],zero:[19,26,22,4,24,25,33,12,8,27,10,28,7,30,20,16],ggpuloadhook:31,snippetimmediatemod:26,apexscen:33,interrupt:5,trianglemesh:[5,31,10,22],eenable_two_directional_frict:8,buffer:16,areatestepsilon:22,nbcontact:16,setupdrivablesurfac:4,pxvehiclenw:4,setdistancejointflag:30,px_call_conv:4,col:32,com:[4,6],explos:24,balloon:19,pxcontrollernonwalkablemod:[8,20],subgraph:30,flex:[20,9,10],though:[0,19,4,5,25,26,27,32,20],gcook:19,explod:16,pximmediatemod:26,eacceler:30,remedi:4,pxparticlefluidreaddata:10,indoor:10,enotify_threshold_force_lost:[33,16],buf:[24,8,22],twitchi:[4,30],pxplaneequationfromtransform:22,tirecontactnorm:8,host:1,wakecountervalu:26,destin:17,damper:4,mnbconvex:17,worthi:0,due:[2,24,4,10,25,26,28,7,17,20,32,30,16],nonwalkablemod:20,detect:18,linkag:4,known:[19,2,4,27,7,20,16],efront_right:[4,8],forcestreamcapac:1,ultim:26,anywai:20,pxsimulationstatist:14,imbu:26,windmil:26,pxbounds3:[7,22],pxfoundationchecked_x64_test:31,pxvehicleupdatemod:4,pre:[0,19,21,22,24,8,27,17],afford:4,tilt:26,getnbbroadphaseregion:5,snapshot:[4,17],pxconstraintflag:[30,8,9],rebuilt:[23,24],ecommit_enabled_build_en:24,handl:[18,19,28,22,8,11,20],kei:[4,0,19],eenable_swept_integr:8,grow:[4,1,28],mstiff:4,maximpuls:[30,16],progress:24,pxrevolutejointflag:30,vari:[10,4,28,7,30,32],scalar:16,overrid:[6,26,19,24],correlationdist:26,pxheightfieldgeometri:[32,22],mgearuppress:4,pvddatastream:6,terrain:[4,32,22],were:[0,19,21,22,4,24,5,26,8,33,7,15,17,16],reason:[0,19,20,10,4,32,26,27,33,28,17,31,30,16],driver:4,mswitchtim:4,lockparticlereaddata:10,pxconvexmeshgeometri:[4,5,27,22],emax_num_engine_channel:[4,8],isn:4,consult:[4,5],pxi32:8,mytrimeshshap:22,arbitrarili:[7,30,2],actor:[18,12,32,27,16],offset:[32,16],nxcookinginterfac:19,inarg:21,formal:[4,17,8],caveat:[4,26,1,27,17],deriv:[6,17,16,28,30],pxregisterparticl:10,indirect:4,solvehint:30,pxfilterdata:[5,19,8,16,11],applic:18,isvehicleinair:8,former:[4,19,8],sprung:4,wheelcenteractoroffset:4,px_serial_ref_kind_pxbas:21,"__line__":[0,27],emax_num_title_char:8,tirelongitudinaldir:8,newer:[17,8,9],consid:16,filtershaderdata:[19,24],ecrab:5,pdf:[4,10],pxerrorcod:[8,27],invis:18,pxvehiclewheelssimdta:4,slice:22,scope:[2,20],wheelmass:4,querymemori:4,prioriti:[19,30,33],obtain:[26,22,23,32,12,9,7,27,17,31,30,33],video:2,unbreak:30,element:[4,32,27,10],sleep:18,physxextens:[21,4,8,9,17,20,30],activeactor:26,opposit:[4,7,28],reset:[4,0,8,26,24],dominance1:26,driven:[4,12,30,20],pxbroadphasecallback:[19,5],computation:[4,28],pxinitextens:[19,31],hasblock:8,eall:[6,31],would:[0,19,4,32,5,26,8,9,7,17,20,30,16],local:[32,16],velocitybuff:10,setmassandupdateinertia:32,trigger:[18,27],ithread:8,serializecollectiontoxml:[17,8],emax_nb_vehicle_typ:8,getwheelcentreoffset:4,pxvehicleautoboxdata:11,pxbatchquerymemori:[8,24],foreach:24,arbitrari:[19,24,4,23,5,7,20,16],meshgeom:7,rigiddynam:4,collectionscen:17,assert:18,mstepsiz:[19,15],dimensionless:4,"60hz":4,statu:[24,33,22],caution:[4,32],restoffsetbuff:10,has16bitindic:22,pxvehicledrivesimdatatank:4,srcwheel:4,khz:4,bridg:[32,20],getnbrow:22,snippetnodr:4,reli:[4,0,19,31,21],onshapehit:20,maxraycastsperexecut:8,present:[2,4,32,26,29,17,30],enotify_touch_lost:33,solitari:5,customtypeextensionapi:21,pivot:32,pxtriggerpairflag:[5,9,33],linearvelocityactor0:16,fricpair:8,activegroup:24,etank_wheel_9th_from_front_right:8,fpu:[20,27],ejounc:[4,8],question:[4,6,19],lift:4,nxustream:19,might:[0,5,20,22,4,23,24,33,26,9,10,3,13,32,14,17,16],memori:18,licens:13,tankdrivesimdata:4,sensit:[15,27,5],rich:2,term:[22,4,12,30,32,16],othershap:5,preclud:4,meshcookinghint:[32,9,22],getnbcontactblocksus:32,simplifi:[15,8,17,32,24],deliv:[4,24],pxscenelock:33,e9th_from_front_left:8,"1e6":23,"public":[0,21,10,6,8,27,33,31,16],union:[30,22],client:15,shear:28,pxvehiclewheelssimdata:[8,11],specif:[5,2,28,24,10,26,12,8,9,11,7,27,13,20,32,30],px_physics_vers:[6,31,27],eanalog_input__accel:4,referenc:[19,27,28,15,17,33],braketorqu:4,start:[4,7,12,17,0,19,21,10,29,30,31,33,5,8,9,32,16,22,24,26,28,15,20],stretchlimit:28,mdownratio:4,index:[18,28,21,22,11,7,32,20],threshold:[4,12,30,16,26],dynamicstructur:24,etc:[0,1,2,22,4,10,5,20,26,8,9,33,28,29,13,32,14,30,16],gettaskid:33,outward:[4,7],face:[18,1,32,28],slerpdriv:30,easiest:26,edisable_ccd_resweep:16,ecommit_disabled_build_en:24,manual:[5,20,24,4,6,26,9,17,31,30,33],pxcontactmodifypair:16,oper:[5,22,4,23,24,25,6,8,27,33,17,32,16],pxvehicledrivetankcontrol:8,setsimulationeventcallback:0,setgearup:4,drivetorqu:4,pxvehiclecompon:4,fact:[4,5,9,16],customclass:21,header:[18,27],setglobalpos:[26,28],speedup:24,jointdesc:26,pxvehicledifferentialnwdata:4,combo:8,easi:[2,20,4,27,29,17,31,16],gaussmaplimit:[32,9],eparticle_system:5,samplesubmarinefiltershad:5,rowscal:[32,22],pxhitbuff:[19,24],unambigu:4,instuct:22,ecollision_twowai:10,gsteervsforwardspeedt:4,spin:16,movabl:30,getfaceindex1:16,getfaceindex0:16,pxserialobjectref:8,thought:[4,32,28],other:[1,7,12,5,21,10,27,3,29,30,2,19,8,9,11,13,32,16,18,22,24,26,28,20],write:[0,20,21,4,32,8,28,15,31,17,33],targetwheelid:4,out:[5,20,22,4,23,24,33,26,8,27,10,30,31,32,16],pairwis:[19,16],pxmetadataflag:21,ownership:10,"long":[24,4,8,27,28,17,20,33],pxcontrollerhit:8,street:[4,20],swept:[4,7,8,28,24],efront_left:[4,8],vehicledrivablesurfacetotirefrictionpair:4,scanforobstacl:33,hope:20,uniformli:[26,16,24],ejoint_limit:30,line:[0,5,3,22,4,24,26,8,27,28,7,17,20,32,30,33],number:[1,4,7,14,17,0,5,10,27,29,30,33,2,19,8,13,32,16,22,24,26,28,20],"case":[18,32,16],callback:[18,27,16],etire_lat_slip:8,height:[32,20],soon:[7,5,20],link:[5,22,4,10,28,12,13,31,15,16,17],schirm:10,getconcretetypenam:[27,21],bugfix:17,quaternion:[12,19,27,30,22],orient:[2,22,4,10,12,7,30],ifdef:22,heapcapac:1,startindex:7,prune:[23,5,24],samplebridgesset:20,unnam:17,sethalfsideext:20,eprefilt:11,come:[5,2,4,26,33,32,16],pxsolvercontactdesc:26,strut:4,chain:[17,5,30,32,33],pxcreatebasephys:[31,10,28,22],invinertiascal:[26,16],factori:21,mcmoffset:4,axi:[18,19,11,22,5,12,8,28,7,30,20,16],select:[24,4,28,7,32,20,16],pxvehicleupdatesinglevehicleandstoretelemetrydata:4,sound:[4,2,20],prefiltershad:[4,24],etank_wheel_1st_from_front_left:8,getvertic:22,lin0:30,perman:4,pxoutputstream:[17,8,21],pedal:4,flushsimul:[0,26,32],egpu_compat:[1,32],releaseexclusiveshap:9,x86:13,x87:27,pxcontactpairflag:[9,33,16],length:[19,22,4,23,24,8,27,28,7,20],share:27,simd:[26,28,22],boilerpl:30,physic:[18,12],contactpoint:[9,16],viscos:10,pxvehicledrivetanksmoothdigitalrawinputsandsetanaloginput:4,pxbroadphasetyp:[1,5],daili:13,"enum":[5,24,4,22,26,8,9,27,20],physxmetadatagener:21,ordinari:[2,28],back:[0,1,5,24,4,10,26,19,6,12,8,33,28,7,30,20,32,16],geom1:[7,26],parentattach:12,under:[2,28,10,8,9,11,30,20,32,16],pxvisualdebugg:[8,9],gscene:[0,1],pxsolverconstraintprepdesc:26,pxspheregeometri:[5,24,23,22,19,8,17],contigu:4,sub:[0,19,10,4,5,32],getscen:[5,8],instant:2,offer:[0,19,24,4,10,25,26,3,29,17,14,32],pxcontrollermanag:[8,20],prismat:[18,11],carrawinput:4,nonphys:30,radian:[4,30],linkgeometri:12,myscen:4,pxsweepqueryresult:4,curv:11,hash_map:19,facil:10,unitdir:[7,24],pxqueryhittyp:[4,8,24],pure:[4,30],badli:[4,14],tiresurfacemateri:8,getsimulationstatist:14,densiti:[19,24,4,10,26,22],legal:[0,19,4,26,16,33],clockwis:28,throughput:33,solverbodydata:26,edrivetank:8,backward:[4,7,8,2,27],structur:[19,28,22,25,12,11,7,30,32,16,21],qryfilterdata:4,mfronteftrightsplit:4,settypepairfrict:4,reiniti:27,chassiscmoffset:4,getpxfoundationdebugdllnam:31,physx3cooking_:13,jth:22,terrainwidth:32,amort:[18,32,11],esteer_left_control:8,pxfiltershad:30,pvdsdk:6,pxvehicledifferential4wdata:11,recomput:[4,32,24],erigid_dynam:[17,5],vmotion:30,tireforceshaderfn:4,pxparticlereaddata:10,sudden:30,whether:[1,21,22,4,30,24,5,33,26,8,9,10,28,7,13,31,14,17,16],sweephit:7,post:[0,15,27,30,24],setangulardamp:26,createindexpool:10,raycasthitbuffers:8,metric:16,taken:[1,4,26,30,20,33],allow:[4,12,14,0,19,21,10,32,27,29,30,33,5,6,8,9,17,16,22,23,24,26,28,15,20],enodr:8,pxvehicewheelssimdata:4,desc:[19,24,8,32,20,16],surfacetirepair:4,isblock:8,raycastani:[8,9],cleanli:13,getwheelrotationspe:4,setmaxnbdynamicshap:24,newsprungmass:4,exot:4,gettirelatslip:8,offload:28,ecollision_normal_buff:10,eprecise_sweep:[7,8],audio:[4,2],from:[18,1,2,11,22,12,27,28,7,29,30,20,32,16,21],ramp:20,setchildpos:12,"25f":[4,28,22],investig:14,sixtieth:15,theori:[4,30],debugg:[18,32,27,3],isparticlebas:9,opt:4,stai:[26,19,5,28],inaccur:4,getcontactpoint:16,addforceatlocalpo:26,button:4,setgeardown:4,identifi:27,pxserialobjectid:[17,8],setsuspensiondata:4,maxsweepsperexecut:8,custom:[18,13,20,27,16],although:[5,24,4,32,26,12,29,17,30,16],snippetsplitfetchresult:0,convexdesc:22,opengl:27,statist:[18,11,10],unnecessari:[21,33,10],numparticl:10,e4th_from_front_left:8,createpruningstructur:24,trigonometri:4,mani:[0,19,20,30,4,23,24,5,8,27,33,28,15,31,14,17,16,32],inextens:28,mueller:28,histori:[4,17],setupnondrivablesurfac:4,dereferenc:5,mpeaktorqu:4,ship:19,convexbox:5,pxdumpmetadata:8,runonspu:8,getboxgeometri:22,numcol:22,createrenderobjectfromshap:22,sample_new:22,perfectli:[4,0,20,33,16],demand:33,brief:[4,1],mbuf:21,evisu:[30,3],setdigitalsteerright:4,prepar:21,addcollisionconvex:28,bufferoverflowoccur:7,body1vel:30,evehicle_type_drivetank:8,hadinitialoverlap:[7,8],spatial:[18,28,27,11,9,30],pxtransformfromseg:22,swingdriv:30,famili:[4,28],amplitud:4,win64:29,intervent:20,recov:[17,20,32],concept:[18,26,2,11],sketch:28,upper:[4,12,30,8,28],pxmeshpreprocessingflag:[32,9,22],richer:[9,10],centimet:[4,27,16],pxparticlebas:[5,8,10],treasur:5,drivabl:11,appparticleindic:10,pxerrorcallback:[19,27],unbatch:24,meshactor:5,termin:[31,8,16],drive:[18,16],time:[18,27,12,13,32,16],reorder:[26,22],cross:[26,20],solid:[7,26],pxcontrollerdesc:20,wheelradiu:4,sprungmass:4,heurist:21,raycast:18,msprungmass:4,control:[18,12,27,16],steal:33,convexstream:17,restitutionmodifi:30,nextitemset:16,refer:18,aheightfieldactor:22,unphys:4,dispos:[31,10],recurs:[0,20],bad:10,appear:[19,10,4,26,29,30,20,32,16],nbtriangl:7,setanalogbrak:4,emesh_multipl:7,unchang:28,matthiasmuel:10,reconsid:26,fade:10,maxstat:24,bat:21,sharp:22,bar:11,eshear:28,given:[0,1,2,22,4,24,5,33,26,8,10,28,7,17,32,30,16],slip:4,createvehicleactor:4,ineffici:4,abort:33,subsect:26,pxcontrol:20,einequ:30,echannel_normalized_tireload:8,layout:[4,17,10,27,22],transforminv:12,inaccuraci:30,represent:[10,4,22,27,17,30],impract:4,groupcollisionflag:19,contrast:[12,2],glass:7,settireforceapppointoffset:4,pxvehiclesetupdatemod:4,getmaxparticl:10,aris:[4,26,5,25],getnblin:3,turbin:26,closestpoint:7,irrespect:[26,1],dostuff:8,obsolet:[9,10],egpu:[1,10],total:[5,24,4,10,1,25,8,28,32,20,16],e7th_from_front_right:8,dominance0:26,when:[12,27,16],tear:28,wobbl:26,expir:20,px_assert:[21,22],pxvehicleupdatecmasslocalpos:4,unscal:32,pathtonewrepxfil:17,partak:30,had:[19,10,4,23,9,20],setrigiddynamiclockflag:26,midphas:[24,22],understand:[5,2,4,26,30,20,32],allocateobject:21,physx3gpudebug_x64_test:31,serv:[1,24],region:[18,7,11,28],pxactortypeflag:[8,9],pxsweepbuffern:8,dat:17,eanalog_input_thrust_left:8,pxgeometryhold:18,damag:[4,32,16],getphys:[5,8,22],origin:[18,19,28,22,27,11,7,30,20,16],knock:26,far:[0,5,22,4,25,9,28,7,30],useriter:24,interact:[18,32,16],dai:13,chassi:4,meant:14,seri:[4,21],extent:[4,30,20,5,22],extens:[18,28,27,11,7,13,20,30,16,21],eaccel_control:8,pxactorclientbehaviorflag:8,numid:17,chassismass:4,aka:33,setselfcollisionstiff:28,pxpvdsceneflag:6,even:[0,19,2,3,24,4,32,5,25,26,8,27,33,28,7,17,20,30,16],rudimentari:2,mindexbas:22,respect:[1,22,24,26,8,9,33,28,27,13,32,30,16],friction:[18,20,16],pxclothcollisionplan:28,besid:28,acapsuleshap:[19,22],px_max_nb_wheel:[4,8],ever:[4,0,32,26],pxvolumecach:[8,24],px_serial_file_align:17,pxgetphys:17,validparticlerang:10,section:[0,19,2,22,4,24,5,26,8,27,10,28,12,17,20,32,33],variabl:[5,2,22,4,6,8,28,32,20,16],resiz:[32,20,24],geomsweptagainst:7,heavili:4,test:27,wirefram:28,bitwis:24,shapeb:[19,17],high:[1,24,4,10,5,26,28,30,13,16],static_cast:[23,17,26,24],shapea:[19,17],special:[19,2,21,22,4,23,24,26,5,6,12,8,27,7,17,20,30,16],isrigidactor:9,const_cast:4,keyhol:16,pxvehicle4wenable3wdeltamod:[4,8],pxdefaultallocatorcallback:27,background:[23,17,33],registr:22,resultbuff:8,collision_flag_wheel:4,pxobstaclecontext:[8,20],usual:[2,24,4,32,10,26,20,6,7,33,28,12,17,31,14,30,16],approx:4,closest:[7,30,32,11,28],erear_right:[4,8],getrestoffset:10,gtreasureactor:5,sacrific:26,actual:[20,4,26,17,31,32],pxaggreg:5,anisotrop:[30,11],glmatrixmod:27,setkinematictarget:[0,26,30],gettiredrivablesurfacecontactnorm:8,actuat:[12,11],configur:[18,12,32,27,16],frictionpair:4,setcontactoffset:[19,32,16],etouch:[8,24],prop:21,collectforexport:8,evalid:10,setuptanksimdata:4,restdist:16,bake:19,untest:7,addcollisionspher:8,pxtrianglemeshcookingresult:22,mmoi:4,reveal:4,interchang:[9,22],"try":[4,28,30,20,14,32,33],elimit_en:30,irregular:28,invalidatecach:20,samplenorthpolebuild:22,escene_query_shap:[5,20],wheelconvexmesh:4,crab:[5,33],wait:[0,8,33],bodyatoworld:30,pxvehiclecopydynamicsdata:4,creation:[28,22,27,11,30,20,32],mysimulationeventcallback:30,lateralslip:8,statement:[16,22],academ:28,expens:[0,22,4,24,25,12,27,28,7,30,32,16],highend:21,privat:21,getphysxgpudebugdllnam:31,etank_wheel_3rd_from_front_left:8,load:[18,19,22,26,8,11,17,32],tradit:16,classifi:[17,28],plateau:4,outer:[4,32],repxupgrad:8,wildli:4,adam:10,undocu:27,error:18,boxshap:8,pxdefaultsimulationfiltershad:[1,5,19,10],sample_alloc:5,overwrit:33,emine_link:5,ascen:22,suspdata:4,pxobserv:8,eccd_respons:8,rang:[19,21,22,4,24,26,8,10,28,7,30,32,16],certain:[5,10,4,25,26,8,27,28,12,30,31,14,32,16],resttireload:4,ralli:4,player:[10,4,28,32,20,16],snippetvehicletank:11,emax_nb_sampl:4,pxvehicledrivesimdatanw:4,discover:33,mradiu:4,fetchcollis:0,distro:2,restposit:28,planetoid:20,connect:18,emax_num_wheel_channel:[4,8],setsusptraveldirect:4,modif:18,land:20,edeprecated_32_compat:9,pxvehicleclutchdata:11,msize:21,disadvantag:4,emax_nb_title_char:[4,8],past:[32,20,24],induc:[4,10],"throw":26,roli:26,packag:[4,30,20,33],actor0:[30,8],nx_timestep_vari:19,setshapepairflag:19,einflate_convex:22,paper:16,processor:5,group4:24,root:[29,13,30,21],hasnextcontact:16,group1:[26,19,24],group2:[26,19,24],group3:24,result:[18,1,5,11,22,30,10,19,26,8,9,28,7,27,13,20,32,15,16],pxvec2:27,script:21,substitut:19,pxplanegeometri:22,lend:[19,16],vanishingli:4,focu:4,sleev:28,pxps3configparam:8,interleav:[0,33,28,10],echannel_steer_control:4,room:8,lowestsetbit:10,maxlesepar:4,getdata:22,pxcontactrecord:26,slope:[20,11],hardcod:24,setlinearlimit:30,physx3gpuchecked_x64_test:31,eis_releas:21,mcamberstiffnessperunitgrav:[4,8],psfoundat:11,ebest_poss:4,pxsetphysxgpudelayloadhook:31,freed:[4,0],exclus:[21,10,32,17,30,33],disconnect:[4,6],museautogear:4,srcbinfil:17,avail:[0,1,5,22,4,10,19,20,8,9,33,28,7,13,31,32,15,16],selfcollis:5,elimits_are_forc:30,concess:32,size_t:[0,17,27,21],cpudispatch:[1,11],vehicle18w:4,item:[0,23],traffic:16,rigidli:30,getpxfoundationprofiledllnam:31,createobstaclecontext:20,nx_max_angular_veloc:19,formerli:[19,8],gram:4,almost:[4,6,5,33],collision_flag_ground:4,transform:[18,1,11,22,19,12,8,27,28,7,30,32],ptr:[0,27],getsiz:22,convexvert:22,minimpuls:30,physapi:0,px1d:30,path:[26,22,24,12,8,28,7,13,17,30],frequent:[32,16,24],renderparticlesystemactor:10,createfrictionpair:4,iter:[18,5,28,22,10,12,9,11,7,30,32,16],tirecontactshap:8,gamepad:4,writeallproperti:21,gdispatch:1,john:28,bundl:13,row0:22,setdrivetyp:12,getnbcontrol:20,green:[20,33,28],pxvehicletyp:8,pxserializerdefaultadapt:21,px_max_f32:[4,30,32],hold:[19,26,8,33,28,7,17,20,30,16],hole:[16,22],pxi16:32,physx3gpuprofile_x64_test:31,sse2:22,mphysic:[31,8,26,33,10],how:[1,4,7,12,17,5,21,10,30,31,33,2,19,8,9,32,16,22,23,24,26,28,15,20],flushupd:23,maneuv:4,phenomenon:20,strip:[31,22],quak:20,pxvehicledrive4wwheelord:[4,8],nativ:1,factor:[19,24,4,22,26,3,30,20,32],eactor_ax:3,mfrictionvsslipgraph:4,setanalogst:4,nbsolverbodi:26,zonestart:6,author:[4,17,31],settireforceshaderdata:4,snowbal:[26,20],pxfoundat:[0,10,4,9,27,31],quitissignal:8,summari:[4,14],setphasesolverconfig:8,callbackfinishtask:0,doubl:[1,10,11,7,29,20,16],troublesom:20,perfect:[4,20,16],guess:4,stateless:30,mytrimesh:22,suffici:[1,2,24,4,26,19,12,27,7,17,32,16],pxvehicledrive4wsmoothdigitalrawinputsandsetanaloginput:4,setswinglimit:12,gcarpadsmoothingdata:4,echannel_steer_left_control:8,trackoutstandingalloc:[0,31],pxregisterheightfield:[31,9,22],retarget:21,denot:[33,24],body0vel:30,pseudo:[4,5,32],contactcach:26,reserv:[19,10,24,27,17,16],altern:[0,5,20,22,4,23,10,6,26,8,9,32,27,17,31,30,16],linecolorlow:4,setdrivetorqu:4,minim:[0,5,24,32,7,13,20,30,33],pxtransform:[19,26,22,4,23,24,5,12,8,27,28,7,17,32,30,16],below:[0,33,1,26,22,4,24,19,20,12,8,9,10,28,7,29,30,31,32,16],peculiar:26,approxim:[1,2,22,4,23,10,26,8,27,28,7,32,16],xcm:4,e6th_from_front_right:8,aheightfield:22,incallback:21,pxvisualdebuggerconnectionflag:0,snippetcustomprofil:6,isrigidbodi:9,caterpillar:4,mbatchcomplet:8,forcelimit:30,analyz:[0,26,28,10],latenc:[4,32,33],pxcreatecudacontextmanag:[1,33,10],onobstaclehit:20,pxvehicletiredata:[8,11],createaggreg:5,ediff_type_open_rearwd:4,citat:28,e9th_from_front_right:8,mwheelssimdata:[4,8],themselv:[2,33,28,20],consider:[18,12,16],pxclothcollisionspher:28,schedul:[4,19,32,33],exhaust:4,setheight:20,track:[0,20,24,4,10,25,26,22,32,31,33],tip:20,energi:[19,2,4,26,12,30,16],etire_frict:8,suddenli:[32,20,14],pxvehicledrive4wsmoothanalograwinputsandsetanaloginput:[4,8],eposit:[7,8,24],maxhit:[7,8],pxparticleflag:10,externalacceler:10,match:[4,17,8],setdigitalbrak:4,opportun:[4,10],content:[18,20,11,29,17,31,32,33],less:[1,2,22,4,10,26,33,32,7,17,20,14,30,16],rear:4,pvd_host:[6,31],px_min_heightfield_y_scal:32,ecooking_perform:22,setvisualizationparamet:[30,3],numvehicl:8,real:[5,2,22,4,6,26,28,12,15,20,17,16],read:[2,28,8,11,16,21],attachshap:[17,27,5],anchor:[30,8,28],rough:[4,26,28],setackermanngeometrydata:4,updat:[18,32,16],two:[0,1,5,21,22,4,23,24,26,19,33,12,8,10,28,7,17,20,32,30,16],collision_flag_wheel_against:4,blocking_sweep:4,fragil:0,appparticleforc:10,rendersphereactor:22,implicitli:[17,8,30],emodify_contact:16,pxmodifiablecontact:16,render:[28,11,22,27,3,29,32,20],nbbatchhead:26,plugin:30,snippetvehiclenodr:11,pxvehicle4wenable3wtadpolemod:[4,8],doublesid:7,topic:[26,30],linear:[10,4,26,28,30,20,16],settargetpo:28,createparticlesystem:10,four:[4,7,13,33,28],gbatchqueri:4,physicssdk:10,etight_bound:[32,22],variat:[15,32,16,28,21],namespac:[6,8,21],descriptor:[19,21,10,22,8,28,20],setgroup:19,onconstraintreleas:30,setrevolutejointlimit:30,thephys:22,computegraphchannel:4,upright:[26,22],elaps:[19,32,15,20],clarifi:4,eper_particle_collision_cache_hint:10,positionit:10,plain:[17,8],mdampingratezerothrottleclutchdisengag:4,human:[15,17],sure:[5,21,22,4,8,3,32,20],bouncethreshold:26,explicit:[19,8,9,33,10],gather:32,usergethfshap:22,rim:4,anatom:[12,30],slide:[30,20,16,10],omit:[7,13,31,10],dual:21,addarticul:12,"_aligned_malloc":[0,19,27],tcp:6,pxheightfieldflag:[32,22],via:[0,19,24,4,8,27,3,7,30,33],uniqu:[21,10,4,9,17,20],pxd6axi:30,resetfilt:[26,8,22],simpl:[5,22,4,24,26,8,27,10,28,7,29,17,20,32,30,16],px_binary_serial_vers:17,mlongitudinalstiffnessperunitgrav:4,discret:[1,2,8,28,15,20,16],fourth:26,pxcachealloc:26,othercompletiontask:0,pxparticlereaddataflag:10,lie:[30,24,22],kind:[19,10,4,5,8,7,15,20,30,16],pxcreatejointconstraintswithshad:26,meshweldtoler:22,getverticesformodif:22,pierc:7,than:[12,32,27,16],maxedgelength:20,pxconstraintproject:30,createcontrol:20,materialindex0:[32,22],materialindex1:[32,22],snippetloadcollect:11,animateleav:24,filetoobject:21,overal:[26,32,16,28,33],"60fp":32,setstretchconfig:[8,28],quicker:4,snippetjoint:30,gkeysmoothingdata:4,risk:16,iscloth:9,hovercraft:4,readallproperti:21,pxrevolutejointcr:30,pxprofilercallback:6,massscal:16,gsharedindex:0,inlin:19,resolverefer:21,produc:[1,20,21,22,4,30,24,26,8,27,32,7,15,31,17,16],skateboard:4,squar:[4,26,22],mediat:4,angular:[4,26,12,30,32,16],pound:4,triindic:22,perparticlerestoffset:10,roam:10,sequenti:[4,0],ecollision_with_drain:10,analogu:21,bend:[8,28],transmit:6,addid:17,worst:24,particl:18,auto:18,linear1:30,pxdefaultcpudispatchercr:[1,33],touchdist:24,action:[4,5,20],howstuffwork:4,idea:[4,32],stride:[32,10,28,22],createrigidstat:[26,32],addit:[18,1,21,22,27,28,13,20,32,16],myactor:[19,27,5,22],nearer:4,edouble_sid:7,setmassandpreservenaturalfrequ:4,roll:[20,11],isoverlap:7,nbsprungmass:4,major:[1,2,27,22],shutdown:[18,29,11,22],succinctli:19,invmassscal:[26,30,16],rigid:[18,12,27,16],perpendicular:12,etank_wheel_front_right:8,cartesian:2,pin:1,unit:18,loos:[32,22],wiki:4,px_new_serializer_adapt:21,notic:[4,30,16,22],repxcollect:8,convex:16,swaptohighlowvers:4,pxrigidactorext:[19,22,4,5,26,9,12,27,17,32],e1st_from_front_right:8,characterist:[4,23,30,32,24],travers:[30,24],relev:[4,26,19],reportassertviol:19,etank_wheel_3rd_from_front_right:8,prefer:[0,3,22,8,27,28,13,31,32,33],stiffer:4,optim:[19,30,4,23,24,5,33,6,10,32,7,13,17,16],registercustomclassrepxseri:21,setenginedata:4,anymor:[26,17,8,20,10],record:[0,2,24,4,6,26,8,3,17,30],analyt:4,elock_angular_i:26,call:[4,7,14,0,19,21,10,32,27,30,31,33,2,5,6,8,9,17,16,22,23,24,26,28,15,20],robust:[22,4,26,8,28,12,32,20,16],wider:[4,26],eenable_active_actor:26,spark:10,nonetheless:20,isreleas:9,eanalog_input__brak:4,exhibit:1,thereaft:[27,24],nxusercontactreport:19,pyramid:[20,22],lost:[1,22,6,26,8,17,16],loss:4,cull:[28,24,23,3,7,32],deltalinearveloc:[26,16],pxphysicsinsertioncallback:[32,31,9],manner:[4,20,22],inc:28,rule:[0,5,21,24,4,26,27,33,7,17,20,16],finish:[4,0,15,33,24],scenario:[19,24,4,25,33,30,32,16],accumul:[4,26,15,24],lose:[4,5],stabil:[0,22,4,10,28,12,30,32,16],setminccdadvancecoeffici:16,motor:30,each:[1,4,7,12,17,0,5,10,27,30,33,2,19,8,9,32,16,22,23,24,26,28,15,20],vehactor:4,ineffect:10,reporterror:[6,27],respond:4,duplic:[4,22],mmaxnormalisedload:4,populateregion:5,should:[1,4,7,5,21,10,32,27,3,30,33,2,19,6,8,9,13,17,16,22,24,26,28,15,20],disabledpropertyentri:21,otherwis:[5,2,22,4,24,8,10,28,13,20,30,16],org:[4,28],ecollision_with_dynam:10,maxmotiondist:10,rais:[0,1,5,26,8,9,32,14,16],"int":[0,8,27],routin:[26,19,22],setupsimdata:4,respons:[1,21,22,4,24,25,26,8,27,17,20,30,16],nxuseroutputstream:19,etrigger_shap:[5,16],pxbinaryconvert:[17,8,21],"while":[0,19,20,3,22,4,30,24,5,33,26,8,10,28,29,15,32,14,17,16],tag:[19,20],senderrormessag:8,versu:[4,10],practic:[18,12,16],refcount:33,recent:[26,32,22],fetchqueri:24,postsolverveloc:16,remap:22,verifi:[21,22],signal:[0,8],maxparticl:10,miss:[4,19,32,21,16],concurr:[0,5,4,33,17,16],open:[4,17],tangentialspr:8,mindist:20,contactbuffercapac:1,pxarticulationlink:[12,15,30,16,24],efront_right_wheel:8,breeen:10,promis:2,pxparticlecreationdata:10,plan:6,pxqueryhit:[8,9],pxvehicledrivetanksmoothanalograwinputsandsetanaloginput:4,pxqueryreport:8,advancecoeffici:16,solvertyp:8,"byte":[0,19,32,27,17],physx3commondebug_x64_test:31,pxsetphysxgpuloadhook:31,myvehicl:4,angularmotionveloc:26,getactivescen:8,pxheightfieldformat:[32,22],presiz:[0,32],defaultmateri:[4,5],typeid:30,pxfilterobjectistrigg:[19,5],misus:26,familiar:[12,30,2],miscellan:1,setbraketorqu:4,setmaxprojectioniter:12,ascii:17,versa:[5,32],notabl:7,mfrontwidth:4,eerror:12,tradition:20,vertexlimit:22,subtyp:27,socket:[6,30],space:[32,20,27],addlocalforceatpo:26,tae:28,createserialobjectid:17,muller:10,unnatur:[20,11],execut:[0,19,24,4,10,5,8,29,30,32,33],pvd:[18,13,27,32],declar:[30,8,5,10],best:[18,16],half:[7,28,22],neutral:4,sweepdist:24,getactivetransform:26,forinternalus:30,calcul:[2,10,4,26,8,33,7,30,32,16],torsion:4,erear_right_wheel:8,retest:4,ediff_type_ls_4wd:4,repxserializerimpl:21,getshap:[5,22],midphasedesc:[32,22],involv:[1,5,30,24,19,26,8,11,15,32,17,16],pxcomputeheightfieldpenetr:[7,9],jounc:4,pxdefaultfileinputdata:[17,8],likewis:8,pxd6joint:8,mcudacontextmanag:33,osx:[29,21],eccd_linear:8,getnbwheel:8,rectangl:22,boundari:[7,17],ignor:[5,10,4,26,8,9,28,7,27,17,20,30,33],submarin:[5,16],bool:[19,20,21,22,4,24,5,6,26,8,10,7,15,31,30],wheelgraphposi:4,skinwidth:[19,22],book:4,srcassets:17,ekinemat:[26,5],erear_left_wheel:8,tall:16,retain:[26,10],wherev:2,repx:18,pxd6jointdriv:30,optimum:4,wheelgraphposx:4,pxarticul:[12,15,8],amd:27,pxvehicledrivetankcontrolmodel:8,speed:[19,22,4,24,5,6,26,27,13,20,16],wheel:[30,8,11],strictli:[4,20],getphysxgpuprofiledllnam:31,nbactiveactor:26,nbtouch:[8,24],etransmit_scenequeri:6,"transient":[4,1],halfsideext:20,setmaxdist:30,matthia:[28,10],disguis:4,quantiti:[7,30],autogener:21,flt_max:[30,28],gravit:[4,26,8],particlesystem:10,addforc:[0,26,8,10],swim:16,therebi:[4,0],begun:33,px_delet:8,base:[1,21,27,28,13,20,16],onpvdconnect:6,shape:[18,27],log:[12,27,33,24],plane:[18,1,27,16,28],locost7:4,truck:4,unabl:4,arriv:33,eparticle_drain:10,strategi:[4,20,32,24,22],wheelomega:4,echannel_tireload:[4,8],timestep:[19,4,26,8,30,20],varieti:[4,30,28],lod:[4,33],becaus:[0,5,1,2,22,4,30,32,19,26,27,33,28,13,20,17,16],reproduc:17,depend:[0,5,20,21,22,4,30,24,33,6,26,8,27,10,28,7,13,31,32,17,16],take:[0,19,2,22,4,30,10,5,26,8,9,33,28,27,15,20,32,17,16],convexinputdata:17,simpli:[0,19,20,30,4,24,5,26,8,9,10,3,7,13,31,32,15],solverprep:30,indic:[12,32,28],myphys:4,mupratio:4,scenequeriesupd:24,straighten:4,nx_skin_width:19,setparticleacceler:28,standard:[0,4,27,12,30,33],migrat:[18,2,11],localpos:32,inrigiddata:26,blue:[4,20,33],previou:[5,22,4,24,26,8,9,28,17,32,16],createvehicleactornw:4,immut:[1,5,10],detachshap:[26,5],mplane:22,parent:[12,30,5],shader:[1,16,11],job:[0,33],measur:[4,32,2,14],therefor:[0,1,5,21,22,4,24,19,6,26,10,28,17,32,30,16],nx_sta_frict_sc:19,prohibit:24,chassisdata:4,eeasi:20,lightcputask:[8,11],registerbinarymetadatacallback:21,queryflag:4,shadow:7,absent:1,also:[1,4,7,12,0,5,21,10,32,25,27,30,33,2,19,6,8,13,17,16,22,24,26,28,15,20],written:[19,21,24],kilogram:4,mdampingratezerothrottleclutchengag:4,meshpos:7,getsleepthreshold:26,pxshare:9,maximum:[0,1,5,22,4,23,24,19,26,8,10,32,7,13,20,30,16],fetchresultsfinish:0,hand:[0,10,4,27,29,17,30],edynam:[8,11],strict:4,ecct_slid:20,failur:[26,13,33],deadlin:32,unwant:17,pxvehicledrivetankwheelord:8,glean:5,starv:33,pxident:[22,4,26,8,27,28,17,32],explicitli:[19,26,3,10,12,8,28,7,17,33],expos:[4,7,19,27],immov:30,restdistacnc:16,tighter:[4,32,22],twenti:15,getpxfoundationcheckeddllnam:31,digit:4,outputstream:8,smoke:[4,10],henc:33,trace:[7,23],pxgpuloadhook:11,echannel_tire_lat_slip:[4,8],mcamberatrest:4,usegeodesicteth:8,pxspatialoverlapcallback:19,setdominancegroup:26,echannel_gear_ratio:[4,8],pxclothfabrictyp:8,delet:[0,19,24,4,23,5,8,28,30,20,32,33],some:[1,4,7,14,0,5,21,10,32,25,27,3,30,31,33,2,19,8,13,17,16,22,23,24,26,28,20],adaptive_forc:19,beneath:22,setfrictioncoeffici:28,end:[0,19,10,4,32,5,26,28,7,13,20,30,16],actorinputdata:17,initi:[1,22,27,28,12,32,20,16],instrument:[0,13,27],getnbwheelgraph:8,outorderedconstraintdesc:26,pxconstructstaticsolverbodi:26,mpvd:[6,31],setcmasslocalpos:[4,30,8],toler:[22,4,23,26,27,30,31],highli:[30,28],syntax:19,maxdist:[7,24],pxcookingparam:[1,31,9,32,22],compart:11,getsusplinedir:8,dstbinfil:17,simulationeventcallback:0,outstream:17,particlemass:10,echannel_steer_right_control:8,shareabl:[17,8,9],valid:[5,22,4,24,26,8,10,7,17,20,32],pxsetphysxcommondelayloadhook:31,prior:[19,4,8,27,32,20],pxphysic:[19,22,4,24,5,6,26,8,9,28,27,17,31,30,16],properti:[18,1,5,28,10,19,3,11,12,30,16,21],top:[20,22,4,27,29,32,31],fetchresultsstart:0,ewheel:8,inerti:19,wai:[1,4,7,12,0,5,10,32,27,29,30,33,19,6,8,9,13,17,16,22,24,26,28,15,20],setactorpairflag:19,heightfielddesc:22,stepoffset:20,mine:[5,16],mind:[4,30,14],getsuspensiondata:4,taper:28,began:8,found:[0,1,21,24,4,10,5,8,27,7,29,17,20,30,33],give:[19,10,5,26,7,17,14,16],categoris:4,solverconstraintdesc:26,zone:[4,6],mysimulationcallback:16,getsuspraycast:8,now:[0,19,20,22,4,23,26,8,9,33,28,27,15,31,32,16],enon:[30,11],pxscenequeryfilterflag:8,evolut:20,getsimulationfilterdata:8,could:[19,21,22,4,24,5,26,10,7,17,20,14,16],pxcontactpair:[8,9,16],createbatch:8,maxnbstaticshap:24,carefulli:[19,8,28,20],createident:8,chapter:[2,10,32,26,27,7,15,31,14,30,33],eblocking_hit:8,pxd6motion:30,easier:[10,4,9,30,31,32],exampl:[1,4,7,14,0,5,21,10,32,27,3,30,31,33,2,19,6,8,13,17,16,22,23,24,26,28,20],pxvehicleackermanngeometrydata:11,foundlostpairscapac:1,hurt:10,mrearleftrightsplit:4,sdkroot:27,rustl:24,hadblock:24,html:4,impress:16,inflat:[32,16],unvalid:22,siggraph:10,e2nd_from_front_right:8,mcrabbodi:5,backgroundcolor:4,quantifi:4,penal:4,refilt:19,sign:[32,31],incompat:[7,17],lane:26,wheelssimdata4w:4,mcamberstiff:8,vanilla:4,vast:3,interfac:[18,0,19,2,21,30,23,24,3,8,9,10,11,27,15,31,17],mestimateiter:4,pxshapeext:[8,9,22],enhanc:[18,2,11],incorpor:30,"50m":32,releasetrianglemeshmirror:10,insert:[18,16],ang1:30,flat:4,maxoverlapsperexecut:8,snippetvehiclemultithread:11,emiss:10,fopen:17,ehol:22,dangl:17,distribut:[24,4,10,27,28,13,31,14,33],etank_wheel_2nd_from_front_right:8,diff:4,insid:[0,19,22,4,23,10,5,27,28,7,31,16],typenam:[0,27],thrust:4,naturalfrequ:4,pxfixedsizelookupt:4,pxd6drive:30,mmaxdroop:4,balanc:[4,8,33,16],snowman:26,setu32collisionflag:19,inch:4,constructor:[19,21,24,4,8,27],mac:17,isparticlesystem:9,echannel_clutch_slip:[4,8],fluiditi:16,getslopelimit:20,did:[19,24,5,26,20,16],indirectli:[26,33],sight:[7,24],pxtrianglemesh:[17,10,27,32,22],setlinearveloc:[0,26,8],those:[0,1,2,21,22,4,23,24,5,25,20,26,27,33,30,31,16],interest:[18,2,11,10,3,16],ehandbrake_control:8,channel:4,max:[4,17,5,24],nbcol:22,sai:[5,2,4,19,17,20,32],san:20,estim:[12,30],abund:10,waitforquit:8,pxrigidbodi:[24,26,8,15,32,16],deletionev:8,cook:18,pxvehiclesdk:13,treasureshap:5,amount:[0,5,1,2,3,22,4,10,19,20,26,28,7,15,32,14,30,16],here:[0,5,2,21,22,4,30,24,20,6,26,8,10,32,7,15,31,17,16],thank:20,longslip:4,secur:11,someth:[4,6,20,0,22],our:[2,6,26,13,31,32],files:17,worri:16,maxdynam:24,tirelongforcemag:4,hitbuff:[8,24],getcurrentgear:4,"75f":[4,8,28],water:10,conjunct:[4,7,1,32,16],tumbl:10,mmaxomega:4,displac:[4,20],heap:1,role:[4,30,5,28],pxcollectforexportsdk:8,impos:[4,0,2],island:[26,32,16],condit:[24,30,32,33,7,13,17,16],decad:20,inher:4,directx:27,middlewar:33,"3x3":[26,19],hood:20,attempt:[1,2,24,4,10,5,33,7,30,20,32,16],head:26,bypass:[26,5,24],hook:[19,31],eno_block:[8,11],quasi:2,pxallocatorcallback:[0,19,27,21],obligatori:4,setintercollisiondist:28,what:[18,32,20,28],getphysxcommonprofiledllnam:31,pxu8:[21,28,22],common:[18,21,22,10,26,8,27,11,30,20,32],basic:[18,21,27,3,32,20],overlaphitbuffers:8,direct3d:27,submit:[0,19,8,33],quantit:14,projectionplanedist:10,numrow:22,numwheel:[4,8],pxsolverconstraintdesc:26,escene_collis:28,surfac:[19,26,28,22,10,12,11,7,30,32,16],determinist:[26,32,27],quantiz:18,contrari:[20,16],isserializ:[17,8],prefix:[19,8,27],eproject_to_plan:10,metal:19,defici:19,verbos:17,pxf32:[4,7,32,8,20],getnbshap:5,memorybuff:21,suffer:[30,32,5,25,20],contactdesc:26,repxextens:8,nxphysic:19,cone:[12,30],flow:10,scheme:[19,10,4,5,26,32,16],promot:4,echannel_jounc:[4,8],schema:17,setgearsdata:4,axl:4,raii:33,zangl:12,paramet:[18,12,27,16],etank_wheel_8th_from_front_left:8,createdrain:10,setgroupcollisionflag:19,alreadi:[5,22,4,23,24,6,10,32,29,17,20,30,33],mtd:[7,32],divid:[4,8,2,28,22],pressur:[10,24],constraintbuffercapac:1,sweepresult:4,pxfilter:5,modular:4,reformat:10,broad:18,which:[1,4,7,12,14,0,5,21,10,32,27,30,31,33,19,8,9,13,17,16,22,24,26,28,15,20],cumbersom:25,"80kg":4,susplinedir:8,step:[18,32,16],getnbparticl:28,suppresstrianglemeshremapt:[32,22],mgeardownpress:4,gettaskmanag:0,reinterpret_cast:[30,16],bodybtoworld:30,sqdesc:4,reduc:[18,16],pxcloseextens:31,getqueryresultbuffers:4,vertex:[18,1,32,28],cours:4,compris:[12,29,2,33],virtual:27,terraindesc:32,eanalog_input_brak:[4,8],setinverseinertiascale0:8,gtirefrictionmultipli:4,ensur:[0,1,22,4,32,5,26,8,9,33,28,7,27,17,30,16],vanish:6,pxregisterarticul:31,particularli:[0,5,10,4,22,26,30],crater:10,sit:4,lin1:30,meshshap:5,qanda:4,"1st":20,markdirti:30,setwakecount:[0,26,8],bounc:[0,10,4,22,30,20,16],mnbactor:17,diagnos:32,inter:16,setradiu:20,seamin:16,aaaabbbbccccdddd:32,pxbroadphaseregion:5,elong:4,child:[12,30],pxdeserializationcontext:21,positionbuff:10,experiment:[4,10],releaseparticl:10,lockwrit:33,clear:[4,8,9],pleas:[19,22,4,24,25,26,8,9,3,17,32,14,30,16],plug:17,arrang:[8,14,33,22],srcmetadata:17,inspect:[4,6,17,2],dedic:[7,8,20],sweepshap:24,unknown:[19,20],exist:[19,24,4,10,5,6,8,27,28,7,30,20,32,16],getangularveloc:[26,30],estatic_aabb_tre:11,asleep:[4,26],construct:[22,4,26,8,27,28,30],flagsit:10,heightfieldpos:7,deadlock:33,setdriveveloc:30,rearrang:4,getactor:[5,8,20],complet:[18,28,10,8,11,7,15,20,32,16],lockclothreaddata:8,sometim:[3,24,22,26,28,7,30,20,32],lesser:22,settiredata:4,extrud:[7,20,24,9,22],entiti:[5,20],mimic:4,scienc:4,addaggreg:5,sink:[16,22],px_check:[0,21],aid:[4,8],click:29,unevenli:4,toward:[2,22,4,25,28,12,30,20],assumpt:[4,16,10],equickhul:9,pxcontactpairheaderflag:[9,33],reson:26,eptr:21,eprevent_climbing_and_force_slid:20,setdriv:30,eprofil:[6,32],ediff_type_ls_frontwd:4,upgrad:[19,9,13],air:[4,8],close:[24,4,22,10,28,7,16],renam:[19,8,9],sampledelayloadhook:31,addactor:[19,22,4,24,5,26,8,10,28],spot:4,markserializedmem:21,getobject:17,arcad:16,sph:10,mutual:30,repxobject:8,spg:4,inconveni:26,pxdefaultfileoutputstream:[17,8],getphysxcommoncheckeddllnam:31,pink:4,exceed:[7,12,30,10],serial:[18,27],wakeup:[0,26,8],tirefrict:[4,8],retriev:[5,26,22,24,12,27,7,30,20,14],spu:[18,19,11],snippetcustomjoint:30,polyhedron:22,pxdefaultmemoryinputdata:22,mfrontleftrightsplit:4,mandatori:[10,33,16,24],outweigh:33,shapetransform:32,maco:17,enorm_tire_long_forc:8,constraint:[18,12,32,20,16],pxclothstretchconfig:[8,28],conceiv:4,inelast:26,registerseri:21,dynamicfrict:10,"float":[19,2,22,25,27,28,30,20,32,16],setdrivenwheel:4,shrunkdist:23,pxcontactpairpoint:16,px_c_export:[4,26],onli:[1,21,3,27,28,12,13,20,32,16],createobject:21,maxmargin:22,neglect:26,sphereshap:8,restitut:[18,10,11,12,30,20,16],nxjointdrivedesc:19,createconnect:[0,8],fraction:26,shiftorigin:25,repxidtorepxobjectmap:8,pxvisualizationparamet:[30,3,10],"1500kg":4,wheelcount:8,delta:[26,20,28],recipwheelradiu:4,wheelqryfilterdata:4,elast:26,prevent:[0,24,4,23,10,27,33,28,30,20,32,16],unfortun:[4,26,19,20,5],bvh33:9,pxrigiddynam:[19,21,22,30,24,5,26,8,27,11,15,20,32,17,16],getphysxcommondebugdllnam:31,decreas:[4,26,32,16],cookingparam:22,pathto30repxfil:17,form:[1,22,4,6,26,27,28,12,17,30,16],pxsweephit:[7,8,24],pxmeshgeometryflag:[7,22],config:8,print:27,seek_set:17,chassisconvexmesh:4,actormass:4,confin:[28,10],greatli:28,consequ:[0,2,4,26,8,9,17,20,33],springmodifi:30,getinboundjoint:12,halfforwardext:20,classtyp:33,halfext:8,hazard:[23,33],esuppress:[4,19,5],ediff_type_ls_rearwd:4,experienc:[4,8,2,20],edist:[7,9,24],estiff:8,pxscenequerycach:[8,9],maintain:[10,4,24,26,27,28,17,20,30],unifi:32,heightsampl:32,obb:22,lock:[18,11,28],freeindic:10,getpvddatastream:8,store:[0,1,5,22,4,24,19,6,26,8,27,28,7,17,32,30,33],mass:[18,12,32,27,16],signific:[0,19,3,22,4,24,8,9,10,28,32,33],fatalerror:[26,31,33],setmaxnbstaticshap:24,cleanup:8,etank_wheel_6th_from_front_right:8,groups2:19,appar:16,etank_wheel_5th_from_front_left:8,groups1:19,pxvehicleantirollbar:11,suit:[17,2,28],baseflag:21,minvelocityit:26,depth:18,dstmetadata:17,eimpact:8,sole:[4,26,8,28],pxscenequeryext:9,hasimpuls:16,prototyp:[4,17,5],pxvehiclewheeldata:11,aboxshap:22,"class":18,actorstream:17,constrain:[20,4,26,28,17,31,30,16],through:[12,32,27,16],address:[19,20,21,25,10],isol:[17,10],shall:[4,0,33],wheelidx:4,solv:[1,4,26,8,28,30,20],minor:[8,27,20],pxsolveconstraint:26,peak:4,acquir:[33,10],addcollisioncapsul:[8,28],edeleted_shape_oth:9,flag:16,most:[5,22,4,30,24,6,26,8,27,33,28,7,29,13,20,32,17,16],drove:4,evalu:22,epostfilt:11,refactor:8,scroll:4,cb2ca:12,getwakecount:26,userflipedg:32,especi:[5,24,4,25,8,33,28,16],unrespons:4,maxnbdynamicshap:24,pxscenequeryflag:[8,9],etank_wheel_7th_from_front_right:8,particlereaddataflag:10,pxgeometryqueri:[18,22],erequire_rw_lock:33,getlin:3,setsimulationfilterdata:[4,26,5,8,10],posetosweep:7,made:[0,5,2,22,4,24,20,8,27,33,28,30,31,32,16],cast:18,raycastsingl:8,inputdata:17,radial:26,corrupt:33,pxpvdsdkdebug_x64_test:31,accomplish:4,setparam:22,arc:30,abil:[4,30],arm:[30,28],receiv:[0,19,24,4,26,8,9,33,28,17,30,16],presenc:[32,8,33],pxsweepcallback:[8,24],"const":[4,7,0,19,21,10,25,27,3,30,31,33,5,6,8,9,32,16,22,23,24,26,20],chosen:[4,30,10,16,24],pxgaussmaplimit:9,bear:[4,30],esubmarin:5,impact:[5,24,23,10,6,26,8,3,7,30,20,32,16],tunabl:4,batchqueri:4,chassisqryfilterdata:4,smp:32,"28tank":4,collisionnormalbuff:10,tangentialstiff:8,pxraycastbuff:[8,24],"true":[1,4,7,12,0,5,10,30,31,33,19,6,8,17,16,22,23,24,26,28,15,20],pxmeshoverlaputil:[8,9],getdefaultmateri:[8,22],setdiffdata:4,pxvehiclesuspensionsweep:4,freespin:30,pxsetphysxdelayloadhook:31,nxuserentityreport:19,vehiclewheelqueryresult:[4,8],biggest:6,unlockread:33,eanalog_input_brake_left:8,suspend:[4,5],surface_type_tarmac:4,proxim:[16,10],broken:[30,33],pxclosevehiclesdk:[4,8],particlecreationdata:10,vector:[18,12,27],pxclothfabriccook:8,infrastructur:30,consum:16,filtergroup:5,edit:4,maxraycasthit:8,gettiredrivablesurfacecontactpoint:8,suspens:4,profilerdata:6,screenshot:[29,20],light:[4,26,30,16],popul:[18,7,30,11],convert:[19,21,24,22,8,27,32,20],fuso:4,telemetrydata:4,lin:10,pattern:[21,4,25,27,30,33],granular:[33,10],mark:[0,20,21,10,4,23,9,32,31,33],overridden:27,sm3:1,fseek:17,nextpatch:16,iresult:8,deltaheight:32,oscil:[4,30],ballist:10,entireti:17,gettirelongitudinaldir:[4,8],onsleep:[0,26,33],worth:4,global:[1,5,3,22,4,24,19,20,8,10,28,30,31,32],pxsimulationfiltercallback:[19,5],ecuda:28,raycastmultipl:8,solut:[0,24,4,25,28,7,29,17,20,32,16],getsweepqueryresultbuff:4,anim:[0,15,20,28],efront_left_wheel:8,downcast:19,samplebuff:22,getdebugrender:19,dst:16,spring:[4,12,19,8,30],setdampingcoeffici:8,springi:[30,10],forbidden:0,earli:16,graphic:[18,27,16],entri:[4,26,5,27,28],ehas_drive_force_limit:30,startaft:33,e1st_from_front_left:8,pxprismaticjointflag:30,help:[0,2,21,22,4,10,6,8,9,28,30,14,32,33],pxrigiddynamicactor:4,max_num_surface_typ:4,stage:[4,13,32,28,33],ecallback:5,benefici:0,gfoundat:[6,1,31],planetoler:22,held:[0,30,32],complex:[0,2,4,32,6,26,29,15,20,30,16],inclin:4,oninit:10,pxbroadphasecap:5,pxconvexmeshdesc:22,actorshapepair:24,longer:[19,20,4,5,26,8,9,17,31,30,16],wheelsimfilterdata:4,cosf:20,visual:[18,27,16],pxcontrollerflag:8,full:[1,24,4,22,33,28,16],setqueryfilterdata:[4,24],settwistlimit:12,geom0:[7,26],activetransform:26,clutch:11,gvehiclescenequerydata:4,pxarticulationjointdrivetyp:12,pxparticlebaseflag:10,physxapi:[0,2],pxvehicletireloadfilterdata:11,patholog:24,kim:28,edrive4w:8,cost:[1,24,4,5,28,12,32,16],road:4,mwheel0:4,mwheel1:4,intermedi:27,analogv:4,pxparticlegpu:10,"3333f":4,live:17,pxsimulationfiltershad:5,movement:[5,26,24,12,28,7,32,20],isrigidstat:9,wheelsdyndata:4,newli:[5,24,8,9,33,17,32,16],mdampingratefullthrottl:4,gettetheranchor:8,plai:[5,4,26,17,20,30],setdigitalsteerleft:4,neighborhood:10,additionali:32,tirealignmo:4,instal:[19,17],outsolverbodydata:26,point:[3,27,28,12,32,20,16],updirect:[4,20],you:[1,12,14,0,5,27,30,31,33,2,19,6,8,9,13,32,16,22,24,26,28,15,20],isparticlefluid:9,snippetvehiclewheelcontactmod:4,fewer:[16,24],queu:[33,24],pairhead:[0,16],provid:[1,21,3,27,28,12,13,20,32,16],roll_bar:4,cudacontextmanag:10,thread:[18,27,16],pxfrictiontyp:8,pxboxgeometri:[26,19,8,24,22],pxsolverbodydata:26,subtl:16,enumtyp:21,pxboxcontrol:20,"01f":[4,7,30],doblock:8,surfacemateri:4,rel:[1,22,4,10,26,28,12,17,32,30,16],eper_particle_rest_offset:10,getsteer:[4,8],alon:[0,32,2,28],getfootposit:20,pxps3config:8,maxjumpheight:20,ccdmaxpass:16,mratio:4,sequenc:[18,32,26,27,11,15,30],cleartorqu:[0,8],px_max_sweep_dist:[7,24],push:[4,26,30,20,16],reciproc:4,objecttofileimpl:21,current:[0,1,20,21,22,4,30,24,5,6,26,27,33,28,12,15,31,14,17,16,32],fail:[20,22,4,24,26,33,32,17,31,30,16],toe:4,trick:[4,10],disabl:[27,16],hitdata:23,setscenepvdflag:6,too:[5,3,22,24,15,27,10,11,13,20,17,16],simplest:[0,5,24,4,29,15],keep:[1,22,4,24,25,33,26,9,10,28,27,17,20,14,30,16],pxwheelqueryresult:[4,8],sqhitbuff:4,underw:8,registerdeletionlisten:8,faceindex:[7,24],trg:4,mask:[5,20,28],chunk:[17,5,10],stress:30,standalon:[10,9,28,22],latter:[4,17,32],gravitationalacceler:4,getid:17,pxvehicleconcurrentupdatedata:4,ang0:30,startgearchang:4,pxcollet:17,exit:[7,0],input:[0,22,4,24,25,27,28,7,29,30,20,32],persistentcach:24,inact:0,effici:[5,3,22,4,23,24,26,33,28,17,20,16],tolerancelength:26,concern:[2,9,7,17,20,33],unaccept:[19,30],drawback:16,clearforc:[0,8],telemetri:11,debri:[5,10,32,22],edeleted_shape_0:9,edeleted_shape_1:9,fluid:[19,11],elapsedtim:20,awak:[26,30],pxrepxobject:21,"void":[0,19,21,22,4,24,5,6,26,8,27,33,17,20,30,16],gvehicle4w:4,nbactor:5,protect:[27,33],often:[0,5,22,4,24,6,26,27,33,30,20,32,16],e6th_from_front_left:8,xmlreader:21,pxactorshap:24,drag:6,mthread:8,bound:16,boxgeom:22,aconvexshap:22,taskid:33,pxcapsulecontrollerdesc:20,hullpolygon:22,still:[0,1,20,22,4,25,26,8,9,33,28,13,31,32,16],getphysxgpucheckeddllnam:31,fischer:28,nxsphereshap:19,pxraycasthitbuff:8,commerci:20,physx3gpu_:13,explanatori:0,"final":12,setclothflag:28,underli:[30,20],setnam:17,categor:32,alwai:[19,20,22,4,30,24,5,26,8,9,33,32,7,13,31,17,16],devic:[1,28,10],difficult:[1,4,19,28,32,20],wide:[4,26,19,2,30],categori:4,mtoeangl:4,platforms_as_obstacl:20,occur:[24,4,26,33,28,12,30,32,16],occup:24,finalizequeri:24,els:[4,26,19,8,24],glmultmatrixf:27,convexedgethreshold:22,stream:16,samplecustomgrav:[26,20],collisionflag:20,pend:[26,8],unlik:[1,26,19,12,7,16],setflag:[5,10],addtorqu:[0,26,8],pxcontactpoint:[8,16],add:[1,21,30,4,23,24,5,33,8,10,28,12,13,32,17,16],sync:[1,24,8,32,20,16],guid:18,pxccdcontactmodifycallback:[19,16],nxwheelshap:4,wextra:13,pxcontactmodifycallback:[19,16],nearbi:[20,24],forcedynamictreerebuild:24,nxscene:19,vnext:30,server:6,mspringstrength:4,environ:16,mfoundat:31,more:[1,7,12,14,0,5,21,10,32,27,30,31,33,2,19,8,9,11,17,16,18,22,24,26,28,15,20],setangularveloc:[0,26,8],eventu:[4,26,5,33],setmassspaceinertiatensor:[4,26],submittask:33,count:18,directori:[19,2,21,9,29,13],glanc:4,geometryqueri:24,sweepdirect:24,pxserialframework:21,setwheelcentreoffset:4,rev:4,leg:[30,20,28],lib:[13,17],propag:[4,25],climb:18,preced:[4,33],quat:22,ecommit_disabled_build_dis:24,organ:8,pxdominancegrouppair:[26,8],gettirelateraldir:[4,8],gridsiz:10,setsubstepcount:4,let:[19,22,4,5,26,30,20,32,16],push_back:[8,16],settwistlimiten:12,eany_hit:[8,11],createvehicleactor6w:4,disc:30,"static":[19,20,21,22,30,24,5,26,8,10,28,15,31,32,13,16],bouncethresholdveloc:19,durat:[4,2],support:[12,32,20,27,16],assist:[30,32],userraycasthitbuff:8,confus:[8,20],alloc:27,unregistercustomclassrepxseri:21,dstasset:17,width:11,setoverlaprecoverymodul:20,settargetorient:12,intempbuff:21,notifi:[0,5],establish:17,collectionb:17,cylindr:[4,30]},objects:{}})
\ No newline at end of file +Search.setIndex({titles:["Scene Queries","NVIDIA\u00ae PhysX\u00ae SDK 3.4.2 Documentation","Scene Origin","Rigid Body Dynamics","Joints","Geometry Queries","Welcome to PhysX","Simulation","Snippets","Advanced Collision Detection","Threading","Best Practices Guide","Articulations","Migrating From PhysX SDK 2.x to 3.x","The PhysX API","Character Controllers","Cloth (deprecated)","Geometry","Vehicles","Migrating From PhysX SDK 3.2 to 3.3","Building with PhysX","Extending Serialization","User's Guide","PhysX Visual Debugger (PVD)","Simulation Statistics","Particles (deprecated)","GPU Rigid Bodies","Debug Visualization","Serialization","Spatial Queries","Rigid Body Collision","Migrating From PhysX SDK 3.3 to 3.4","Rigid Body Overview","Startup and Shutdown"],envversion:43,objtypes:{},terms:{overview:1,pxaggreg:30,tini:[15,9],argument:[14,0,17,18,19,4,5,7,30,31],drivabl:22,px_max_num_wheel:19,mbatch:19,shoulder:4,"default":[3,4,5,13,14,16,23,28,30,0,9,11,31,15,10,17,18,19,21,25,26,29,33],recip:21,furthermor:[27,16,10,7,19],accessor:19,pxrigiddynamicflag:30,permit:[31,3,16,18,4,10,7,9,11],famili:[16,18],hasimpuls:9,trimeshid:28,classic:3,imperfect:[15,18],triangleindexbuff:5,two:[0,16,21,17,18,3,4,30,19,5,10,7,25,9,11,15,26,28,12,13,29],would:[31,3,18,15,4,19,5,7,9,11,28,30,13],path:[0,16,17,3,4,20,19,5,28,12],aheightfield:17,shaderdata:18,hasnextpatch:9,minresponsethreshold:4,setintercollisiondist:16,your:[14,0,10,17,3,4,20,23,26,11,15,27,30,31,13,33],elarge_triangl:17,pxdefaultfileinputdata:[28,19],enginegraphposi:18,getphysxcommoncheckeddllnam:33,setfootposit:15,frictiontyp:19,mrearwidth:18,wheelmoi:18,dereferenc:30,deltalinearveloc:[3,9],pxconstraintdomin:19,scalabl:6,constitut:9,angularmotionveloc:3,contactbuffercapac:26,einflation_incremental_hul:31,createshap:[14,22,13,19],save:[0,21,17,18,3,19,25,11,28,30,13,33],setkinematictarget:[4,3,7],panel:16,echannel_norm_tire_aligning_mo:[18,19],fillstatu:0,come:[3,10,18,6,9,11,30],maxheight:11,surfacetyp:18,bridg:[15,11],cloth:1,deep:9,kei:[18,13,7],deem:7,mlongitudinalstiffnessperunitgrav:18,diff:18,immers:9,pxconcretetyp:[28,21],flag:9,without:[31,0,16,21,17,18,15,4,30,19,10,8,25,9,11,28,29,12,33],gimbal:4,twitchi:[4,18],addcollisionplan:16,mfoundat:33,topolog:[0,17],unwant:28,elbow:4,pxdefaultsimulationfiltershad:[30,25,26,13],shapegroup1:13,futur:[31,3,18,19,15,30,29],non:[31,0,16,21,17,18,3,4,19,25,9,11,15,26,29,30,13,33],mbatchreadi:19,pxscenequeryext:31,amd:14,e1st_from_front_left:19,gettirelatslip:19,wall:[1,9,20],reli:[18,21,13,7,33],address:[15,21,13,2,25],pxqueryflag:[22,19],pxvehiclesetupdatemod:18,confin:[16,25],capsuledens:17,shdfnd:19,zone:[23,18],pxd6drive:4,pxzero:[4,14,19],treasur:30,taskmanag:[1,22,13],config:19,rustl:0,receiv:[31,0,16,18,3,4,19,10,7,9,28,13],regress:11,studio:[14,20,8],aheightfieldshap:17,smp:11,nx_dyn_frict_sc:13,among:[3,16,18,19,4,7,8,25],eproject_to_plan:25,bundl:20,filter:[15,1,4,5,22,9,26],seamin:9,pxvehiclesdk:20,gettirefrict:[18,19],detach:[14,30,23],well:[12,9],sooner:9,tend:[15,28],ecct_slid:15,npc:15,baseflag:21,purpos:[14,0,18,15,4,5,25,27,28,30],customclassrepxseri:21,dictat:15,lean:18,intend:[15,28,30,2],merg:[22,19],boost:0,setposit:15,invok:[0,18,13,15],aboxactor:17,releasetrianglemeshmirror:25,psfoundat:22,refactor:19,trigeom:30,pxcollect:[28,21,19],"1500kg":18,target:[3,17,18,19,4,21,7,25,9,28,12,32,33],etc:[31,3,16,17,18,15,4,20,19,6,7,8,24,25,9,10,11,26,30],pxrigiddynamicactor:18,pxpi:[4,17,18],worker:[14,3,10,11,7],localpos:11,mcrabbodi:30,snrepxserializerimpl:21,columnscal:[17,11],adapt:[21,13],pxgeometri:[14,0,17,3,5,30,13],setenginedata:18,jitter:9,heightsampl:11,invmassscal:[4,3,9],flt_max:[4,16],full:[0,16,17,18,10,9,26],error:1,interfac:[14,0,1,19,4,21,6,7,22,25,32,27,28,29,31,13,33],besid:16,static_cast:[0,28,29,3],explain:[10,17,18,16,6,25],autobox:18,ballist:25,more:[3,1,4,5,6,7,13,14,16,24,22,28,30,0,9,11,12,31,15,10,17,19,21,25,26,32,33],emesh_multipl:5,kept:[4,3,5,15],must:[3,4,5,6,7,13,14,20,23,28,30,0,9,11,12,31,15,10,17,18,19,21,25,26,29,33],formerli:[13,19],robust:[3,16,17,18,15,19,9,11,12],section:[14,0,16,17,18,3,30,19,6,7,25,10,11,15,28,12,13],half:[16,5,17],efre:4,remap:17,computevelocitydeltafromimpuls:[3,9],statickinefilteringmod:[3,9],height:[15,11],pxconstraintsolverprep:4,setsolveriterationcount:3,certain:[14,3,16,18,2,19,4,30,24,25,9,11,12,33],createparticl:25,eengine_rev:19,halv:17,orphan:28,nbtriangl:5,pcm:1,altogeth:13,evehicle_type_drivetank:19,neither:[4,15,9,18,13],front:[14,5,18],userdata:[14,0,18,15,19,9,3,28],invinertiascal:[3,9],pyramid:[15,17],colscal:17,former:[18,13,19],spot:18,prior:[14,15,18,19,11,13],directli:[14,0,10,17,18,3,4,19,24,25,9,11,15,27,28,12,13,33],snippetsplitfetchresult:7,fall:[0,17,18,15,30,6,23,3,26,12],quaternion:[4,14,12,17,13],cb2ca:12,normal:[0,16,17,18,3,5,25,9,11],degre:[4,3,18,15],wrapper:17,serializ:[22,19],gfoundat:[26,23,33],ecommit_disabled_build_en:0,exclus:[10,4,21,25,11,28],reconnect:22,buffer:9,adaptive_forc:13,group:[0,16,19,5,25,3,30,13],param:17,exclud:[0,3],setsleepthreshold:[3,13],fals:[31,15,17,19,21,5,25,30,32],excess:[15,16,18],getnbvertic:17,createconstraint:4,particl:1,startpos:18,notifi:[30,7],amort:[1,22,11],nbcontact:9,fact:[31,30,9,18],getphysicsinsertioncallback:[31,17,11,33],mode:[1,9,20,11],setsusptraveldirect:18,pxmat44:[14,19],resourc:[3,10,11,7,33],construct:[14,3,16,17,18,19,4],setdriveposit:4,rather:[31,15,16,18,19,4,5,7,24,26,11,12,32],ecct_user_defined_rid:15,redistribut:1,acquirerefer:[14,31],clock:[6,18],savecel:17,pxextendedvec3:15,createheightfield:[31,17,11],represent:[14,17,18,4,25,28],overridden:14,onadv:31,them:[14,0,16,17,18,3,4,20,19,5,10,7,25,9,23,11,15,28,30,13],sethalfsideext:15,nbpositioniter:3,thei:[14,0,16,18,3,4,30,19,5,6,7,32,25,9,10,11,15,28,12,31,13],surprisingli:11,chentanez:16,minvelocityit:3,fclose:28,setsimulationfilterdata:[3,25,30,18,19],e2nd_from_front_left:19,getnbbroadphaseregion:30,weld:17,egpu:[25,26],four:[16,20,5,10,18],consum:9,edynamic_aabb_tre:22,areatestepsilon:17,physx3gpu_x64_test:33,"_debug":17,econstrain:15,vector:[14,1,12],decad:15,flat:18,egpu_compat:[26,11],accord:[0,10,3,4,25,9],compat:[14,18,19,5,26,11,28],exceed:[4,12,25,5],e5th_from_front_right:19,retriev:[14,0,17,3,4,30,5,24,15,12],mcamberstiff:19,liquid:25,echannel_jounc:[18,19],addforceatlocalpo:3,auxiliari:25,accumul:[0,32,18,3],treat:[0,16,18,3,4,5,9],maneuv:18,region:[1,22,5,16],degtorad:15,queri:[14,1],digit:18,etank_wheel_8th_from_front_right:19,onpvdconnect:23,pxconstructstaticsolverbodi:3,anti:22,pxcreatefound:[31,13,33],eequal:4,escal:27,enough:[15,25,30,18],minim:[0,10,15,4,20,5,7,11,30],adjac:[17,32],denomin:18,tireforceshaderfn:18,nxjointlimitsoftdesc:13,devis:18,backward:[14,5,6,18,19],aspect:[10,17,21,7,25,11],natur:[4,15,16,18,7],practic:[12,1,9],createcontrol:15,possibl:[3,4,5,7,13,16,20,24,28,30,0,9,11,12,15,10,17,18,19,25,26,32,33],valuabl:[9,6,18],setinvmassscale1:3,efast_inertia_comput:17,getnbrow:17,featur:[15,1,17,4,16,6,22,9,11,26],devic:[16,25,26],measur:[18,24,6,11],split:[4,1,22,26,17],append:21,repeat:[18,11],histori:[28,18],compon:[3,1,15,4,7,22,26,11],desc10row:17,telemetrydata:18,linear:[3,16,18,15,4,25,9],black:11,rai:[0,5,25,9,13,29],meshweldtoler:17,compos:14,createindexpool:25,unit:1,raycast:1,eprecise_sweep:[5,19],"import":[14,3,16,17,18,15,23,21,6,7,9,10,11,28,29,31,13,33],mstrength:18,legaci:[31,15,17,18,26,9],dosometh:0,pxgeneratecontact:3,data:[14,1],shift:[4,1,22,9,17],forward:[15,16,6,7,22,11,32],getboxgeometri:17,halfheight:[15,17,13],fetchresultsstart:7,dynam:[12,1,9],"27m":11,strip:[17,33],mitig:16,memory128:28,extend:[15,1],likelihood:[9,18],mention:[31,3,10,18,25,26,11],surround:[15,18],pxfoundation_:20,lifetim:[28,25],pxpvdsdk_:20,scenequeriesupd:0,closer:[0,16,2,29],subsequ:[0,16,18,3,4,19,10,7,9,11,15,13,29],setvirtualparticl:16,imaginari:12,setinvmassscal:[11,19],recommend:[14,0,16,17,2,15,4,20,6,23,9,18,11,30,31,13,33],portion:[18,16,9,13,11],suit:[16,6,28],aboxshap:17,regardless:[14,0,17,15,19,3,30],pxcreatebasephys:[16,25,17,33],triangul:17,emax_distance_en:4,pxplane:14,skip:[31,0,28,5,15],spent:[15,18],pxsimulationstatist:24,unregisterseri:21,pxcachealloc:3,even:[14,0,16,18,2,3,4,19,5,6,7,9,10,11,15,27,28,30,13],init:13,setactorpairflag:13,filtershaderdatas:13,erestitut:4,eenabl:25,fire:[10,8],pxjoint:[4,3,12,11,19],obvious:[15,18],guarante:[0,10,17,18,3,5,9,11,28,32],incur:[3,16,5,26,11],numcol:17,sse2:17,fourth:3,hullpolygon:17,stack:9,popul:[4,1,5,22],shapegroup0:13,invmass:16,ever:[3,18,11,7],mpeaktorqu:18,unlockwrit:10,evolut:15,pxdebuglin:27,setmass:[3,18,11],aggress:18,event:[31,15,19,4,22,9,11,30,13],occasion:[0,10],getsuspraycast:19,runclang_:21,law:[4,3,18],eassume_no_initial_overlap:[5,19],getlin:27,pxjointangularlimitpair:[4,19],senderrormessag:19,insid:[14,16,17,18,5,7,25,9,29,30,13,33],pxps3config:19,mimic:18,obstacl:[1,11],unless:[31,3,16,18,4,7,9,28,30],lag:4,walk:15,gridsiz:25,engin:[15,10,4,6,8,22,32,11,30,13],snippetseri:22,internalfaceindex1:9,internalfaceindex0:9,faster:[0,17,18,15,4,19,5,23,11,28],mrearbia:18,defaultmateri:[30,18],mathemat:[4,6,18],makefil:20,enhanc:[1,22,6],pxmetadataflag:21,anisotrop:[4,22],bb2w:4,transport:[23,33],vanish:23,extract:1,slowli:[15,22,9,28],further:[31,0,16,17,2,3,19,5,10,7,25,9,18,26,28,30],followjoint:28,ereport:31,subject:[6,18],setmetadata:28,"null":[0,10,21,17,18,15,4,19,5,7,28,12,33],finalizequeri:0,px_def_bin_metadata_item:21,object:1,everywher:[15,33],chassisconvexmesh:18,screenshot:[15,8],label:18,hitspher:29,mnbactor:28,worldvertex:11,navig:[15,18],overal:[3,16,9,10,11],tirefrict:[18,19],"enum":[14,0,17,18,15,19,3,30,31],pxtransform:[14,0,16,17,18,3,4,30,19,5,9,11,28,12,13,29],pxraycasthit:[0,29,5,18,19],illustr:[3,16,17,18,15,19,5,7,8,25,23,28],strut:18,ecollision_with_dynam:25,createcollect:[28,19],edebug:23,low:[0,17,18,3,25,26,11,30],newsprungmass:18,complic:18,setinertiascal:16,maya:28,mayb:[15,24],einitial_overlap_keep:19,constructor:[14,0,18,19,21,13],anb:11,e4th_from_front_right:19,addarticul:12,defici:13,log:[14,0,10,12],pairflag:[30,9,18,13,19],pxfoundat:[14,31,18,7,25,33],ani:[3,16,17,15,4,30,19,5,6,8,22,25,9,32,11,26,12,13],gpudynamicsconfig:26,probabl:[15,30,32,18],cosin:15,toggl:[25,23,18],center:[0,16,17,18,3,4,5,9,11,15],gphysic:[26,18],pedant:20,samplesubmarin:[30,10,9],although:[0,18,3,4,30,8,9,11,28,12],ascen:17,unrespons:18,pxtrianglemeshdesc:17,elaps:[15,32,13,11],acceler:[12,1,9,16,11],respons:[14,0,21,17,2,3,4,19,18,9,15,26,28],cheap:30,swim:9,rigid:[14,12,1,9],api:1,actormass:18,capsuledesc:13,gavoidedphysxtyp:21,emploi:[10,18,19],pxvehicledrive4wrawinputdata:18,nonwalkablemod:15,resolverefer:21,tirecontactnorm:19,pxsweepcallback:[0,19],gettiredrivablesurfacetyp:19,subset:[0,16,17,4,20,25,12,33],pxvehiclewheel:[18,19],cmutil:21,euv:[0,5],fine:[15,16,18,19,6,25],gettiredrivablesurfacecontactnorm:19,pxqueryhit:[31,19],enorm:[0,5,6],detail:[3,2,4,5,6,7,13,14,16,24,22,28,30,0,9,11,31,10,17,19,21,25,29,32,33],fewer:[0,9],intro:18,interact:[1,9,11],setrevolutejointlimit:4,requisit:21,pxcontactset:9,enotify_threshold_force_persist:9,cpu:[14,3,16,10,26,11,30],enclos:[0,5,17],invisiblewallheight:15,mscene:[3,10,23,25,13,32],convexbox:30,pxserialobjectid:[28,19],torqu:[4,1,22],setwakecount:[3,7,19],usercallback:0,px_physics_vers:[14,23,33],suspend:[30,18],pxheightfieldformat:[17,11],einvalid_oper:14,eparticle_system:30,emitt:25,mix:[10,20,17],glpopmatrix:14,"0xffffffff":[5,13],groups1:13,task:[22,1,13,16,11],pxscenequeryfilterflag:19,hull:[31,26,17,11],declar:[4,25,30,19],reason:[14,3,16,18,15,4,10,7,25,9,11,28,13,33],copi:[0,17,18,19,4,7,24,25,9,28,30],rework:[18,19],core:[15,1,20,21,22,11],etank_wheel_4th_from_front_right:19,createpruningstructur:0,decid:[15,10,21,30,18],generateexamplefil:28,small:[3,16,17,18,15,4,20,5,6,24,25,9,10,11,32,29],theorem:9,gcc:20,gettirelateraldir:[18,19],planetoid:15,manifold:1,problem:[15,10,18,2,4,7,9,11],pxvehicledrivablesurfacetotirefrictionpair:[18,19],theoret:18,where:[3,2,4,5,6,7,13,14,16,20,28,30,0,9,11,15,10,17,18,19,21,25,27],decis:[18,11],pxcontrollerhit:19,blow:30,externalrefer:4,wasn:13,below:[31,0,16,17,18,3,4,19,5,10,7,8,25,9,11,15,26,12,13,33],inconsist:[4,10,11],keep:[14,0,16,17,2,3,4,10,24,25,9,18,15,26,28,31],search:[0,5,17,18],code:[14,0,1,21,17,3,4,20,19,5,16,8,22,9,32,11,15,26,30,13],pxrigidstat:[4,0,32,11,3],unavoid:18,wheeltodis:18,matthiasmuel:25,retest:18,thousand:26,getdebugrender:13,setdrivetorqu:18,serializecollectiontobinari:[28,19],epsilon:9,elimits_are_forc:4,lowest:[10,18],entri:[14,3,16,30,18],maxvert:17,pxuserrefer:19,gdelayloadhook:33,aris:[3,30,18,2],forcestreamcapac:26,pxdominancegrouppair:[3,19],pxd6axi:4,deseri:[14,22,21,30,19],"try":[15,16,18,4,10,24,11],pxsetphysxcookingdelayloadhook:33,removeobstacl:15,highli:[4,16],pxvehicledrivedyndata:18,central:9,midphas:[0,17],consult:[30,18],apex:[31,16,10],quantit:24,inner:[18,11],notabl:5,equantize_input:17,pxtypeinfo:21,mod:4,linearimpuls:9,allevi:11,mgeardownpress:18,ftell:28,pxpvdsdk_x64_test:33,involv:[0,3,4,19,22,9,32,11,26,28,30,13],volumegrowth:15,getnbwheel:19,markdirti:4,exact:[0,18,3,5,9,11,15,26,28,13],pxclothstretchconfig:[16,19],deletionev:19,mitsubishi:18,tip:15,simpler:[18,16,9,10,13],sample_alloc:30,stick:[15,25,18],rpm:18,eanalog_input_brake_right:19,oppos:[16,25,28,33],softbodi:16,pxarticualtionlink:32,bigger:[3,9,15],unregist:21,mwidth:18,pxcontrol:15,noth:[31,3],plug:28,allocateobject:21,down:[14,31,1,15,22,9],pxpvdtransport:[23,33],dynamicstructur:0,backgroundcolor:18,whose:[14,3,16,17,18,15,4,30,5,10,24,9,12],pxshape:[14,0,17,18,3,19,5,25,9,11,15,28,30,13],note:[3,2,4,5,7,13,14,16,28,30,0,9,11,12,15,10,17,18,19,21,27,33],targetwheelid:18,nxuserentityreport:13,configur:[14,12,1,9,11],pxcapsulegeometri:[0,17,13],internaldriveiter:12,"byte":[14,28,13,11,7],dir:18,pxscenequeryfilt:19,eno_boundary_edg:17,simul:[14,12,1,9],pvdclient:22,finit:9,tirelatforcemag:18,etire_long_slip:19,restdist:9,"0xcd":21,did:[0,15,9,3,30,13],coulomb:[3,16],appear:[3,18,15,4,8,25,9,11,13],hitcount:5,write:[15,10,18,19,21,16,7,11,28,32,33],wheelconvexmesh:18,underw:19,nextpatch:9,select:[0,16,18,15,5,9,11],maxdist:[0,5],regard:[10,23],filterdata:[0,30,18,13],prefiltershad:[0,18],wheelradiu:18,"true":[3,4,5,7,13,16,23,28,30,0,9,12,15,10,17,18,19,25,26,33,32,29],crabpo:10,filterflag:19,impulsiveforc:3,resolut:[16,25],definit:[16,21,28,18],sanitybound:11,pxsweepbuff:[0,19],fraction:3,result:[14,3,1,17,15,4,20,19,5,16,22,25,9,32,11,26,30,31,13],pxcudacontextmanag:25,hierarchi:[14,22,17],sphere:[15,16,26,11],displac:[15,18],getworldbound:[29,5,19],speedup:0,iqueri:19,other:[3,1,4,5,6,8,13,14,16,20,22,30,0,9,11,12,31,15,17,19,21,25,26,27],chassisshap:18,setdominancegroup:3,carrawinput:18,unregisterrepxseri:21,displai:[16,26,28,7],moment:[4,3,9,18],reoder:11,diagram:[32,5,18,11],debri:[25,30,17,11],geom0:[3,5],proxim:[25,9],multiprocessor:16,pxconvexflag:[26,17,11],rewrit:[16,6],setvisualizationparamet:[4,27],eaccel_control:19,overrul:9,ekil:[30,11],pxfilterflag:[30,9,18,13,19],particlecreationdata:25,forc:[15,1,16,6,22,9,26,12],listen:[3,9,23,7],validatetrianglemesh:17,meter:[14,3,18],nx_default_sleep_ang_vel_squar:13,hing:4,pxoverlapbuffern:19,artefact:[9,17,11],interrupt:30,perhap:[31,18,11],style:[4,9,13],physx3commonprofile_x64_test:33,collect:[31,0,21,17,15,19,6,8,22,3,30],outermost:11,execut:[0,10,18,19,4,7,8,25,11,30,13],program:[14,25,33,6,8],outorderedconstraintdesc:3,hint:[4,0,16,25],getpvddatastream:19,intersect:[0,17,18,5,30,13,29],stabl:[14,17,18,4,25,9,11],setup:[10,16,18,19,1,22,25,30],eflags_buff:25,px1dconstraint:4,movement:[0,16,3,30,5,11,15,12],tilt:3,util:[14,17,18,7,28,13,33],welcom:[1,22],aheightfieldactor:17,settargetpos:16,kim:16,getgrav:19,getvisualdebugg:19,setstretchconfig:[16,19],ecallback:30,remedi:18,persist:1,physx3gpuchecked_x64_test:33,pxvisualdebugg:[31,19],removebroadphaseregion:30,deltaheight:11,afford:18,flavor:[3,20,18],wextra:20,emax_nb_title_char:[18,19],charact:[1,12],boxgeom:17,pars:[31,9],elsewher:13,sm3:26,part:[14,1,20,9,11,12],process:[14,3,16,17,19,4,30,21,5,22,9,11,26,12,32],insuffici:[26,9,11],edeleted_shape_0:31,pretti:[18,2],eenable_two_directional_frict:19,breakpoint:14,didn:28,mactor:21,eout_of_memori:14,pxsimulationeventcallback:[31,3,10,4,7,9,30,13],pxgdynamicsmemoryconfig:26,domin:[4,1,22,19],human:[28,32],clutch:22,edisable_ccd_resweep:9,pxvehicleclutchdata:22,space:[14,15,11],exhaust:18,pointdist:5,pxrigidbodyext:[3,17,19,11,12,13],numwheel:[18,19],tire:[22,19],often:[14,0,10,17,18,3,4,7,9,23,11,15,30],encompass:6,"81f":26,separ:[12,9,11,15],suppress:[0,16,19,4,5,3],simplest:[0,18,7,8,30,32],overflow:[22,19],port:[15,23,13],physx3common_:20,getvertic:17,want:[14,0,10,17,3,4,25,9,11,30,13],ccd:1,instantiate4wvers:18,sprite:25,manufactur:18,direct:[0,16,17,18,15,4,5,25,9,11,13,29],ps3:13,rang:[0,16,21,17,18,3,4,19,5,25,9,11,13],reentrant:9,pxscene:[31,0,16,17,2,3,19,10,7,24,25,9,32,11,15,27,28,30,13,29],cct:[1,11],project:1,estim:[4,12],pxcach:3,compress:[16,17,18,19,25,9],readextradata:21,hasblock:19,grow:[16,26,18],snippetconvert:22,restoffsetbuff:25,"1e6":29,getnbanyhit:19,organ:19,experiment:[25,18],crop:17,tricount:17,vertexlimit:17,right:[14,0,16,17,18,15,8,3,28],delet:[0,16,18,15,4,19,10,7,11,30,13,29],releas:[14,1,9],setinvinertiascal:11,usersweephitbuff:19,invis:1,getverticesformodif:17,indices32:17,px_max_flt:4,acm:16,promis:6,solverconstraintdesc:3,pxspatialindex:[1,22,13],pxvehicleupdatecmasslocalpos:18,principl:14,friend:21,revisit:17,afterthought:13,street:[15,18],wheelsimfilterdata:18,dumpbinarymetadata:[28,19],arriv:10,cooktrianglemesh:[17,13],paper:9,exampl:[3,4,5,6,7,13,14,16,20,23,24,28,30,0,9,11,15,10,17,18,19,21,25,26,27,29,33],getgpudispatch:[10,25,26],pxparticlereaddata:25,appar:9,iter:[31,1,17,4,30,5,16,22,25,9,11,12],item:[7,29],pxvehicledrivetankcontrol:19,along:[31,0,16,21,17,18,3,4,30,19,5,9,15,28,12,13],snippetvehiclemultithread:22,wind:16,eremoved_shape_oth:30,foot:15,water:25,row:[14,3,17,18,4,11],pend:[3,19],contactcorrelationdist:19,frequenc:11,abcdabcdabcdabcd:11,layout:[14,28,25,17,18],pvdsdk:23,readili:18,neglect:3,guidelin:[16,22],getsuspjounc:19,projecttoa:4,eforc:[3,25],pressur:[0,25],hash:[3,13],here:[0,21,17,18,3,4,19,5,6,7,25,9,23,11,15,28,30,32,33],enter:[30,18],frequent:[0,9,11],densiti:[0,17,18,3,25,13],dostuff:19,pxbroadphasetyp:[30,26],defer:[14,0,18,29],strength:[4,16,25,12,18],pxjointlimitpair:4,box:[27,15,26,11],lifo:10,greatli:16,vnext:4,hadinitialoverlap:[5,19],ruler:18,pad:[25,18,29],clear:[31,18,19],slippag:18,life:[3,9,18],obtain:[14,3,10,17,4,5,11,28,29,12,31,33],clean:[31,17,33],startindex:5,echannel_tire_frict:[18,19],befor:[3,4,5,7,13,16,23,28,30,0,9,11,12,31,15,10,17,18,19,21,25,29,33],sensit:[14,30,32],partner:7,pxpvdsceneflag:23,geometri:[14,1,9,20,11],lift:18,"return":[3,4,5,7,13,14,23,30,0,9,11,31,15,10,17,18,19,21,25,33,32,29],halfforwardext:15,gaussmaplimit:[31,11],carri:25,renderobject:3,myphys:18,rag:[4,10,12,28],unambigu:18,myobserv:19,pxbroadphaseregion:30,achiev:[3,16,17,18,19,4,21,10,25,9,11,26,28,30,13,33],isserializ:[28,19],mmaxcompress:18,warn:[0,16,21,17,18,3,20,19,5,10,7,26,11],triangleindex:17,raw:18,addcollisionconvex:16,quit:[3,18,19,9,11,15],maxnbdynamicshap:0,stricter:20,hover:18,experienc:[15,6,18,19],badli:[24,18],san:15,mytrimeshshap:17,meant:24,pxqueryreport:19,writer:10,centroid:5,ekinemat:[3,30],dominance1:3,etank_wheel_6th_from_front_right:19,jth:17,direct3d:14,child:[4,12],alongsid:8,htm:18,made:[14,0,16,17,18,15,4,19,6,7,9,10,11,30,33],sweepresultss:18,pxregisterheightfield:[31,17,33],maxoverlapsperexecut:19,pxsweepbuffern:19,pxvehicledrivesimdatanw:18,edrive_en:4,bar:22,graphsizei:18,bat:21,"4x4":13,pxjointlinearlimitpair:19,recompil:20,getphysxcommonprofiledllnam:33,anymor:[25,3,28,19,15],bad:25,pxcontrollerbehaviorcallback:[15,13],convexedgethreshold:17,techniqu:[16,25,18],impleament:23,exempt:30,reformat:25,pxvehicledrivetanksmoothdigitalrawinputsandsetanaloginput:18,pxprofilercallback:23,extractcontact:[31,9,19],verifi:[21,17],thi:[14,15,1,17,20,21,5,16,22,9,11,27,26,12],reloc:15,snippetvehicle4w:22,block:[15,1,17,19,4,22,11,30,32],pxsphericaljointflag:4,pxcreaterepxobject:21,pxfilterobjectistrigg:[30,13],raycastmultipl:19,pxrigidbodi:[0,19,9,11,3,32],occur:[0,16,18,3,4,10,9,11,12],startgearchang:18,usual:[0,16,18,3,4,5,6,23,24,25,9,10,11,15,28,12,33],thu:[0,16,17,3,5,9,11,15,27,30],createaggreg:30,setangulardamp:3,major:[14,26,6,17],benefici:7,deleg:14,setfrictioncoeffici:16,edisable_active_edges_precomput:[17,11],pxpvdsdkchecked_x64_test:33,eenable_pcm:[31,26,9,11],detect:1,setdigitalbrak:18,disabl:[14,9],computeinteract:15,prune:[0,30,29],second:[3,16,18,15,4,32,5,6,8,25,9,10,11,28,30,13,29],pxscenequeryfiltercallback:[31,19],deprec:1,userflipedg:11,pxparticlefluid:22,snippetcustomjoint:4,"public":[14,10,19,21,7,25,9,23,33],sight:[0,5],maccuraci:18,pxvehiclesuspensiondata:22,mcamberatmaxcompress:18,samplebas:[10,25,30],nbpair:[3,9],point:[14,15,16,9,11,27,12],pxtriangl:5,useriter:0,local:[9,11],setrestoffset:[25,9,17,13],care:[14,3,10,18,4,25,30,32],nxusertriggerreport:13,skeleton:13,camberangleatrest:18,unlockread:10,eenable_enhanced_determin:[3,11],nxwheelshap:18,themselv:[10,15,16,6],"static":[0,16,21,17,3,4,20,19,25,9,32,11,15,30,13,33],nbbatchhead:3,lost:[3,17,19,23,26,9,28],isol:[28,25],pxserializerdefaultadapt:21,locat:[14,3,16,18,2,15,7,25,9,11,28],echannel_gear_ratio:[18,19],veloc:[15,1,19,4,16,6,22,25,9,11,26,12,13],minor:[14,15,19],pxconvexmeshdesc:17,pxccthit:19,actorcollect:28,addforc:[3,25,7,19],undesir:[15,16,25],flushsimul:[3,11,7],sweepshap:0,spheric:[12,1,5,22,15],untest:5,relat:[0,18,2,15,19,5,9,28,30,13],undocu:14,pxarticul:[12,32,19],setinvinertiascale0:3,twenti:32,matrix:[14,3,25,13],etank_wheel_9th_from_front_right:19,ident:[14,3,17,18,19,4,5,28,30,29],standalon:[31,16,25,17],eenable_speculative_ccd:9,gnbqueryhitsperwheel:18,exert:3,incorrect:[4,0,20,5,3],egraph_type_wheel:19,properti:[1,4,30,21,16,22,25,9,27,26,12,13],pxfoundationprofile_x64_test:33,mrearleftrightsplit:18,give:[3,5,24,25,9,28,30,13],convexcollect:28,tire_type_norm:18,whatev:14,assum:[0,10,17,18,3,4,30,6,25,9,11,28,12],getupdirect:15,context:[10,18,19,21,6,7,8,25,26,29],found:[14,0,10,21,18,15,4,19,5,7,8,25,26,28,30],gpadsmoothingdata:18,intel:14,centr:18,vulner:0,semant:[22,9,19],getdata:17,neglig:31,sequenc:[14,3,1,4,22,11,32],pxusercontrollerhitreport:[15,13],pitfal:11,tradition:15,readi:[3,10,18],element:[14,25,18,11],eprefilt:22,lastli:18,"int":[14,7,19],easier:[31,18,4,25,11,33],hfgeom:[17,11],settiredata:18,isparticlesystem:31,ispenetr:5,width:22,calcul:[3,10,18,19,4,5,6,25,9,11],inc:16,pxvehiclecopydynamicsmap:18,contactstream:19,draw:14,fetchqueri:0,inf:[0,5],opposit:[16,5,18],getanyhit:19,eremove_unreferenced_vertic:31,repxcollect:19,registri:[28,21],diamet:16,cluster:[0,10,30],impract:18,pxserializationcontext:21,mbatchcomplet:19,ca2w:12,getlatslip:18,pxparticlefluidreaddata:25,reinterpret_cast:[4,9],behind:[5,18],getcontactoffset:15,uservalue0:11,assess:13,etank_wheel_front_right:19,root:[4,20,21,8],pxcreatedynam:28,typic:[14,0,16,17,18,3,4,30,20,10,7,25,9,15,28,12,29],sca03:25,sleep:1,sleev:16,emesh_both_sid:[31,5],wors:[10,17],spheregeom:5,system:[14,1,9],eanalog_input_brake_left:19,affect:[31,3,16,18,19,10,9,11,26,29],recycl:9,time:[14,1,20,9,11,12],gettolerancesscal:[10,25,26],solver:[12,1,9,11,15],becaus:[14,3,16,17,18,15,4,20,6,7,9,10,11,26,28,30,13],suspdata:18,usegeodesicteth:19,sqresult:18,critic:[10,28,18],pxcontrollerbehaviorflag:15,pass:[14,0,10,17,18,3,4,19,7,25,9,11,15,28,30,31,13,33],pxrenderbuff:27,past:[0,11,15],gravitydirect:18,acquir:[10,25],gentli:18,ezero_area_test_fail:17,emesh_ani:[31,0,5],action:[15,30,18],fastest:17,terrainwidth:11,analogu:21,analogv:18,isblock:19,routin:[3,17,13],pxconstraintshadert:4,video:6,pxarticulationjointdrivetyp:12,particleemitterr:25,elapsedtim:15,sticki:9,px_window:[10,25],addit:[14,15,1,17,20,21,16,9,11,26],maxmotiondist:25,setminccdadvancecoeffici:9,francisco:15,meaning:[5,18],pose:[15,1,17,4,5,16,22,9,26,12],strictli:[15,18],pole:3,safeti:[29,5,18,19],mean:[0,16,17,18,3,20,19,6,7,25,9,10,11,15,26,28,30],smaller:[0,16,17,18,15,19,25,9,11],artifici:[15,16,30,11],record:[0,18,3,4,19,6,7,23,27,28],nbtri:17,subtyp:14,post:[4,0,14,32,7],shell:[3,5],planetoler:17,evert:16,pxconstraintsolvehint:4,simulationeventcallback:7,anticip:[0,18],incred:18,incorpor:4,angularimpuls:9,pxhitbuff:[0,13],physxmetadata:21,pxextens:[1,5,22],edevic:[16,25],under:[31,15,16,19,4,6,22,25,9,11],getlinearveloc:[4,3],prismat:[1,22],temp:26,unregistercustomclassrepxseri:21,everi:[14,3,16,18,4,6,23,24,9,28,12,33],setswinglimit:12,restrict:[3,10,18,15,30,5,7,25,12,13],proxi:25,convexmesh:17,materialcollect:28,stateless:4,pxcapsuleclimbingmod:15,walkabl:1,restoffset:[25,9],px_def_bin_metadata_base_class:21,dstbinfil:28,spherepos:5,poli:3,getphysxgpucheckeddllnam:33,mainli:[24,11],pxobserv:19,estatic_aabb_tre:22,adopt:[25,18],arm:[4,16],taken:[3,10,18,15,4,26],ecommit_enabled_build_en:0,exce:[3,18,4,7,9,11,26],pheightfield:17,physxextens:[31,15,18,19,4,21,28],numnewappparticl:25,customproperti:21,arc:4,slight:[15,18,11],nativ:26,emax_nb_vehicle_typ:19,pxcreatecudacontextmanag:[10,25,26],edefault:[0,5,9,30,13,29],ccdthreshold:9,brake:[4,18],respect:[14,0,16,17,3,4,20,19,10,9,11,26,31],request:[14,3,16,4,10,7,9,11,26],equilibrium:[3,9],collisiongroup:13,gettiredrivablesurfacecontactpoint:19,highest:[4,20,18],yong:16,samplecustomgrav:[3,15],bqthread:19,pxdefaultmemoryinputdata:17,architectur:[10,11],unsign:[28,25,13,19],cookingparam:17,highpeakpress:18,deepli:[3,11],writedata:21,complex:[3,18,15,4,6,7,8,9,23,11,32],pxquerycach:[31,0,19],complet:[15,1,19,5,16,22,25,9,11,32],snippetvehiclenodr:22,shapepos:0,inflex:30,caus:[0,10,18,2,3,4,20,19,6,7,24,25,9,11,28,30,29],pxvehiclegraphtyp:19,disabledpropertyentri:21,wish:[3,18,33],versa:[30,11],creation:[14,15,16,17,4,22,11],wheelcoord:18,august:[1,22],eshift_vertic:17,pxcontactstreamiter:[31,9,19],excit:6,submittask:10,updatemassandinertia:[3,12,17,19],view:[15,10,18,16,23,6,27,8],potenti:[0,10,18,15,19,5,23,9,11,3,28,30],"void":[14,0,10,21,17,18,3,4,19,7,9,23,15,28,30,13],plastic:13,newappparticleveloc:25,pxclothflag:16,necessari:[14,3,16,21,18,2,15,4,19,10,7,25,9,11,26,28,30],pxgeometryhold:1,versu:[25,18],repxupgrad:19,clarifi:18,ehol:17,pxcloseextens:33,px_max_nb_wheel:[18,19],rich:6,determinist:[14,3,11],etank_wheel_7th_from_front_left:19,damag:[9,18,11],childpos:12,grid:[16,22,17,11],insert:[1,9],pxu8:[16,21,17],caveat:[14,3,28,26,18],poor:[15,25,9,18],fresh:18,known:[14,15,18,5,6,9,13],etrigger_default:[30,9,13,19],pool:[22,11],earth:3,acapsuleshap:[17,13],susplinelength:19,querycli:19,choos:[17,18,19,4,25,9,11],gvehicleinputdata:18,outward:[5,18],over:[9,11],gap:17,stretchlimit:16,destin:28,oncontact:[30,10,9,7],offer:[0,18,2,3,7,8,24,25,11,27,28,13],pxvehicleenginedata:22,dru:0,uniform:[3,9,13],stronger:[18,13],purposefulli:18,e16_bit_indic:16,lesser:17,geompos:5,underli:[4,15],mmaxdroop:18,smoke:[25,18],erear_left:[18,19],"case":[1,9,11],nvcloth:[31,16],www:[25,18],suspforceappcmoffset:18,consider:[12,1,9],dyn:[3,19],esuppress:[30,18,13],bottl:15,expir:15,gpudispatch:[10,25,26],depenetr:[5,11],guess:18,syntax:13,useroverlaphitbuff:19,familiar:[4,12,6],onjointbreak:4,obsolet:[31,25],es16_tm:[17,11],getnbcolumn:17,aggreg:[1,22,11],indoor:25,him:15,relationship:[4,3,28,32,18],downcast:13,esend_sleep_notifi:[3,7],scientif:[6,18],pxparticleflag:25,pxvec:17,samplenorthpol:[15,17],against:[14,15,16,17,20,21,9,11,26],linkgeometri:12,lake:25,repxserializerimpl:21,demonstr:[3,17,18,15,4,19,7,9,26,28],doubl:[15,5,8,22,25,9,26],physxcor:14,snowbal:[3,15],slot:[10,25],decrement:[14,3,10,31,18],hit:[1,11],soon:[15,5,30],pseudocod:19,scienc:18,numappparticleforc:25,valid:[0,17,18,15,19,5,25,3,11,28,30],solvertyp:19,edouble_sid:5,directx:14,pxvehicledrivesimdata4w:18,track:[0,10,17,2,15,18,7,25,3,11,33],combin:[0,16,18,3,4,20,21,5,24,9,15,26,13],trace:[5,29],scene:[14,12,1,9],expand:[15,16,25,17,18],customtypemetadataobject:21,materi:[1,17,22,9,11,12],eanalog_input__handbrak:18,cross:[3,15],phase:[1,12],pleas:[31,0,17,2,3,4,19,18,24,9,11,27,28,13],consist:[14,16,17,18,19,4,5,10,25,11,28,13,33],find:[14,0,17,3,20,21,5,6,9,11,28,30,29],restposit:16,mueller:16,unimport:11,mytrimesh:17,ackermann:22,effici:[0,16,17,18,15,10,9,3,27,28,30,29],createregionsfromworldbound:30,eeasi:15,src:[21,18],same:[3,4,5,7,13,14,16,20,23,28,30,0,9,11,12,31,15,10,17,18,19,25,26,29,33],dynamicfrict:25,automat:[0,16,21,17,18,3,4,30,19,10,7,8,25,9,23,15,28,12],glmatrixmod:14,gbatchqueri:18,disappear:11,candid:[0,30],latter:[28,18,11],blockdist:0,wider:[3,18],broadphasetyp:[26,11],detriment:11,began:19,breeen:25,room:19,built:[0,1,15,20,6,23,8,22,25,9,11,28,29],analysi:[20,18],pound:18,virtual:14,green:[15,16,10],treasureshap:30,"_aligned_malloc":[14,13,7],slide:[4,15,25,9],inher:18,got:[10,24],pxdiagon:[3,13],enumtyp:21,eenable_active_actor:3,nxgetcookinglib:13,strcmp:21,start:[3,4,5,7,8,13,16,28,30,0,9,11,12,31,15,10,17,18,19,21,25,32,33],sound:[15,6,18],coeffici:[3,16,13],gross:25,heightfield:1,quicker:18,"short":[0,18,11],snippetspatialindex:29,validparticlebitmap:25,sqrt:[17,18],ebend:[16,19],charypar:25,setgearup:18,slerp:4,setvisualizationcullingbox:27,anim:[15,16,32,7],"1st":15,pvd_host:[23,33],dealloc:[14,28,21,7],graphic:[14,1,9],mswitchtim:18,bear:[4,18],finish:[32,0,10,18,7],follow:[3,2,4,5,7,13,14,16,20,23,28,30,0,9,11,12,31,15,10,17,18,19,21,25,26,27,32,33],collis:1,desc:[0,19,9,11,15,13],assort:13,pxvehicleupdatesinglevehicleandstoretelemetrydata:18,opportun:[25,18],shear:16,statement:[9,17],vmotion:4,unlock:[16,22],quantifi:18,live:28,resist:[4,3,12,18],few:[0,18,15,8,25,9,11],filtergroup:30,categori:18,elast:3,pxconstraintconnector:[4,13],physxcook:[33,19],fidel:[16,7],pxrevolutejointcr:4,transforminv:12,flatter:18,cell:[0,25,17],pxboxgeometri:[0,19,17,13,3],flatten:9,plugin:4,distanc:[15,1,9,11],unnam:28,"final":12,stream:9,pxcollectforexportsdk:19,smoothli:[4,15,9,18],getnbwheelgraph:19,pxoverlapbuff:[0,19],assert:1,durat:[6,18],creat:[14,1,9],wheelssimdata:18,held:[4,11,7],x64:20,nx_adaptive_forc:13,terraindata:11,previousparticl:16,plagu:15,validateconvexmesh:17,alloc:14,roll:[15,22],linearveloc:9,computegraphchannel:18,help:[31,16,17,18,19,4,23,21,6,7,24,25,10,11],roli:3,altern:[14,3,17,18,15,4,19,7,25,9,23,11,28,29,30,31,33],dure:[0,16,17,18,3,4,32,21,5,10,7,25,9,23,11,15,26,28,30,13,29],restparticledist:25,reject:[30,17,18],cctfiltercb:15,setgeometri:17,cachedindex:5,dead:4,glmultmatrixf:14,getcontrol:15,removeactor:3,echannel_steer_right_control:19,"32bit":17,sampleparticlesfiltershad:25,method:[3,2,5,7,13,14,16,23,24,28,30,0,9,11,31,10,17,18,19,21,25,29,32,33],color:18,bodi:[14,12,1,9],marcu:16,pxbatchqueryprefiltershad:0,slerpdriv:4,onobstaclehit:15,flex:[31,15,25],setdiffdata:18,flow:25,"60hz":18,analyt:18,getphysxgpuprofiledllnam:33,modifyrotationmatrix:25,great:[15,17,6,9,11,30],obstaclehandl:15,serializationregistri:18,px_check:[21,7],descript:[1,22,17],pxf32:[15,5,18,11,19],constant:[0,18,15,4,25,3,30,32],bake:13,px_serial_ref_kind_pxbas:21,softwar:13,setswinglimiten:12,scenequeri:22,stand:[15,17,18,6,11,28,30],proce:[0,18,17,7],kind:[15,18,19,4,5,25,9,32,30,13],wildli:18,miscellan:26,physxvisualdebuggersdk:20,registerseri:21,can:[3,2,4,5,6,7,8,13,14,16,20,23,24,28,30,0,9,11,12,31,15,10,17,18,19,21,25,26,27,29,33],gettiredrivablesurfaceshap:19,around:[0,16,17,18,3,4,30,5,25,11,15,28,12],awai:[3,16,17,2,15,4,25,9],high:[0,16,18,3,4,20,25,9,26,30],pxtransformfromseg:17,nbhit:[0,19],driver:18,cab:7,unscal:11,nx_timestep_fix:13,setprecisesweep:15,taskid:10,output:[14,17,2,4,21,5,23,8,28,30,33],pxdelayloadhook:22,gravitationalacceler:18,getnb:21,six:[4,18],pxvehicleconcurrentupdatedata:18,car:[15,9],pxscenflag:13,gettriangl:[5,17],meshcookinghint:[31,17,11],compar:[31,15,16,17,18,5,9,11,26,13],sweepdist:0,attributes1:[30,9,18,13,19],attributes0:[30,9,18,13,19],left:[14,15,16,18,21,8,28],pxvehicletelemetrydata:[18,19],regim:18,quot:18,setrevolutejointflag:4,mdampingratezerothrottleclutchengag:18,getrenderbuff:[27,13],inspector:16,balanc:[10,9,18,19],preced:[10,18],nxinitcook:13,anoth:[14,0,10,21,17,18,3,4,19,5,7,25,11,15,28,30,13],nearbi:[0,15],forbidden:7,rebuilt:[0,29],longitudinaltireforc:18,promot:18,"60fp":11,onc:[31,0,16,18,3,10,7,25,9,11,15,28,12],technolog:[18,13],instal:[28,13],onpvddisconnect:23,wheel:[4,22,19],produc:[14,0,21,17,18,3,4,19,5,9,11,15,26,28,32,33],author:[28,18,33],separationdist:9,sync:[0,19,9,11,15,26],echannel_tire_long_slip:[18,19],sqhitbuff:18,pxplanegeometri:17,interest:[1,6,22,25,9,27],pxsimulationfiltercallback:[30,13],statist:[1,25,22],restart:5,asp:23,rough:[3,16,18],chassissimfilterdata:18,ebrake_control:19,pxparticlegpu:25,math:1,euser_releas:19,gpu:1,getnbparticl:16,createobstaclecontext:15,aabb:[0,17,15,5,11,30,29],surfac:[3,16,17,4,5,22,25,9,11,12,13],atrianglemesh:17,pxspatialoverlapcallback:13,ba2w:4,imagin:[18,11],pxtrianglemeshgeometri:[30,17],ask:[30,9],chunk:[28,25,30],fulli:[0,16,15,4,9,11],pxvehiclewheelgraphchannel:[18,19],pxsweephit:[0,5,19],buildgrbdata:[26,11],similar:[0,16,17,18,3,4,5,25,11,15,12,13],actor:[14,12,1,9,11],getrigiddynamicactor:18,kinet:3,customtypeextensionapi:21,accur:[3,16,18,15,4,19,5,9,12],getsimulationstatist:24,emiss:25,embp:30,quantizedcount:17,flagsbuff:25,gkeysmoothingdata:18,cylindr:[4,18],machin:10,ride:[15,18],refer:1,minimum:[0,18,3,4,20,5,7,25,11,13],type:1,pxrepxobject:21,gettyp:[17,19],pxvehicleisinair:19,setdominancegrouppair:3,pxinitextens:[13,33],linvel:3,forcebuff:25,strict:18,bound:9,individu:[3,16,18,19,4,5,24,25,9,11,27,12],contactdist:[4,3,14,9,12],bounc:[15,17,18,4,7,25,9],highend:21,stepoffset:15,reader:[10,6],halfsideext:15,ratcliff:16,met:[4,10],setseparationtoler:12,setinverseinertiascale0:19,pxmeshqueri:[1,17],tangentialstiff:19,refitbvh:17,profilerdata:23,send:[31,3,19,23,7,11],entir:[0,16,17,18,3,4,20,6,9,10,11,26,28,12,13,29],lighter:[4,9],unbound:[4,1,22,19],getfaceindex1:9,mfrontbia:18,pxcontactpair:[31,9,19],patchstreamcapac:26,setrunonspu:19,regist:[31,3,16,17,19,21,7,25,23,33],inwrit:21,iskindof:[14,21],pxscenequeryupdatemod:[1,22],number:[3,4,5,6,7,8,13,14,16,20,24,28,30,0,9,11,15,10,17,18,19,25,26],lighten:11,setcontactmodifycallback:9,get:[31,0,16,21,17,2,3,19,10,7,25,9,23,15,28,30,13,33],graph:[4,14,18,7],sever:[0,21,18,15,19,5,7,3,11,26,30],tempor:[0,15],linearvelocityactor1:9,develop:[18,20,30,17,11],echannel_tire_lat_slip:[18,19],collid:[3,16,17,18,15,7,25,9,30,13],counter:[3,16,18,19],mratio:18,ejoint_limit:4,flexibl:[3,28,25,30,19],vari:[16,18,4,5,25,11],latenc:[10,18,11],pxvec4:14,getwheelrotationangl:18,pxvec3:[14,0,16,17,2,3,4,19,5,10,25,9,18,11,15,26,12,13],pxvec2:14,ccdmaxpass:9,nxcapsuleshapedesc:13,pxcook:[14,31,28,19],partial:[4,10,26,24,18],esteer_left_control:19,surpris:7,basetask:22,contextid:23,drop:[16,17,18,4,7,9,23,11,26],px_delete_repx_seri:21,job:[10,7],everyth:[15,22,5,6,17],infinit:[3,16,15,4,5,6,9,32],overlapobbshap:13,matter:[15,6,18],eprofil:[23,11],still:[31,3,16,17,2,15,20,19,10,7,9,18,11,26,33],ihit:19,foundlostpairscapac:26,remark:[18,19],queu:[0,10],org:[16,18],worthi:7,eanalog_input_accel:[18,19],setmaxdist:4,reclaim:[11,7],network:[22,28,33],meshdesc:[16,17,19],via:[14,0,10,18,19,4,5,7,27,13],least:[31,3,16,17,18,4,9,11,32],drawback:9,createbinaryconvert:[28,19],naturalfrequ:18,transform:[14,1,17,19,4,5,16,22,26,11,12,13],mspringdamperr:18,pxvehicledrivesimdatatank:18,pxmath:15,diagnos:11,esubmarin:30,margin:[5,17,18],asset:[3,16,28],hardcod:0,encourag:16,vehwheelqueryresult:19,pxu32:[3,4,5,7,13,16,28,30,0,9,11,15,10,17,18,19,21,25,26,27,33,29],algorithm:[1,9],tirelongitudinaldir:19,roll_bar:18,repxextens:19,setdigitalhandbrak:18,wheelraycastprefilt:18,tirelateraldir:19,dress:16,mindist:15,beforehand:25,subsect:3,ememori:[23,7],gvehiclescenequerydata:18,px_new_serializer_adapt:21,difficult:[15,16,18,26,11,13],storag:[14,16,17,18],pxclothfabricphasetyp:16,html:18,edisable_clean_mesh:[31,17],getnbobject:28,pname:21,watertight:9,getpxpvdsdkdebugdllnam:33,orthogon:[4,17],camera:[18,8],raycastani:[31,19],about:[14,15,1,17,16,22,9,11,27],clientid:19,apexscen:10,offset:[9,11],situat:[3,16,18,15,4,10,7,25,9,11,28,13],later:[0,17,18,15,20,19,6,25,3,26,30],tag:[15,13],establish:28,bulk:[10,33],getstepoffset:15,pxtype:21,snippetloadcollect:22,pierc:5,spin:9,setintercollisionstiff:16,aligndata:21,addaggreg:30,modif:1,thereaft:[14,0],issu:[14,1,9],sampledelayloadhook:33,calculc:17,maxsweepsperexecut:19,"break":[14,0,17,18,3,4,19,7,9,28,12],pxconstraintflag:[4,31,19],add:[0,16,18,19,4,30,20,21,10,25,9,11,26,28,12,29],pxvehicleautogeneratedmetadataobject:21,pxcontrollernonwalkablemod:[15,19],nbheader:3,classifi:[16,28],predefin:[9,17,33],eswept_contact:16,enableshapeinscenequerytest:30,union:[4,17],multipl:[14,1,9,11],server:23,dream:18,move:[1,9,11],maxnbstaticshap:0,pxscenequeryhit:[31,19],constantblock:[0,18,19,4,9,30,13],dread:4,dispatch:[10,26,11],captur:[0,30],quantiz:1,emax_num_engine_channel:[18,19],desir:[0,16,17,18,3,4,7,25,9,11,15,30,29],"2nd":[15,18],activeactor:3,esap:30,pxhalfpi:17,socket:[4,23],ehas_drive_force_limit:4,uservalue1:11,chapter:[14,3,10,4,5,6,24,25,11,32,33],updatevehicl:19,registerobserv:19,convexstream:28,abund:25,tri:[16,17,4,5,23,11],trg:18,ricochet:9,echeck_zero_area_triangl:17,temporarili:[18,13],lockparticlereaddata:25,persistentcach:0,unaccept:[4,13],inform:[14,1],isarticulationlink:31,linearmotionveloc:3,seek_end:28,euse_swept_bound:19,inputdata:28,echannel_handbrake_control:[18,19],pxparticlereaddataflag:25,pxscenelock:10,pxcontrollerfilt:15,queue:[10,11],warnin:20,knee:[4,16],magenta:15,lockparticledata:[16,19],particlereaddataflag:25,createarticul:12,helper:[3,16,17,18,15,5,10,25,9,11,28,30,13],pedal:18,incollect:21,modular:18,pathtonewrepxfil:28,crouch:15,belt:9,pure:[4,18],nxstream:13,after:[0,16,18,3,4,32,19,5,10,7,24,25,9,23,11,15,27,28,30,13,33],echannel_normalized_tireload:19,satisfi:[4,3,28,18],samplebuff:17,aconvexactor:17,approxim:[14,3,16,17,18,19,5,6,25,9,11,26,29],discret:[15,16,19,6,26,9,32],consol:[14,10,28],pxqueryfilt:19,addlocalforceatpo:3,pxtolerancesscal:[14,17,18,23,9,33],nx_ignore_pair:13,stiffer:18,becom:[3,16,18,19,6,9,10,11,28,30,13],recipgrav:18,obei:[18,7],collision_flag_wheel:18,chosen:[4,0,25,9,18],heighfield:[1,26,22],recurs:[15,7],stair:15,pictur:15,volum:1,setselfcollisiondist:16,limitpair:4,instuct:17,alpha:18,stiffen:4,substep:[1,22,9,13,11],enotify_touch_ccd:9,you:[3,4,6,7,13,14,16,20,23,24,30,0,9,11,12,31,15,10,17,19,26,32,33],susplinestart:19,ball:[4,6,8],nx_assert:13,createrenderobjectfromshap:17,groups2:13,e8th_from_front_left:19,enotify_threshold_force_lost:[10,9],pxclothphasesolverconfig:19,ecapsul:17,echannel_wheel_omega:[18,19],word2:[0,18],word3:[0,18],word0:[0,30,18,13,19],word1:[0,30,18],iscloth:31,recent:[3,17,11],abl:[31,3,16,17,18,15,4,19,5,6,7,9,10,11,26,28,30,33],suffici:[14,0,18,3,5,6,9,11,26,28,12,13],minimpuls:4,upright:[3,17],hadhit:19,raygun:25,connect:1,free:[15,18,4,7,8,11,33],pxcookingparam:[31,26,17,11,33],objecttofileimpl:21,eenable_ccd_frict:9,vertic:[15,16,17,18,5,26,11],pxcctnonwalkablemod:19,straightforward:[18,2],deadlin:11,risk:9,unregistercustomclassbinaryseri:21,emine_link:30,launch:[19,23,8],hardwar:[10,16,6,11],efront_right:[18,19],perparticlerestoffset:25,pxsetphysxcommondelayloadhook:33,swing1:4,pxpvd:[31,23,33],simd:[3,16,17],resolv:[3,16,21,17,18,15,4,19,10,9,11,28],edrive_model_speci:19,echannel_brake_control:[18,19],"3x3":[3,13],cuboid:18,bodybtoworld:4,ought:18,hasnextcontact:9,latslip:18,sluggish:22,pxvehicledrive4wcontrol:19,addition:[0,10,18,15,16,7,6,25,23,30],appendix:18,arrang:[10,24,17,19],getmaxparticl:25,strategi:[0,18,17,11,15],gettiredrivablesurfacemateri:19,msvc:14,specul:1,getqueryresultbuffers:18,nbpolygon:17,mthread:19,signalquit:19,pxclothfabr:[14,16,19],teleport:[3,25,30,2,15],gettimestamp:17,bypass:[0,30,3],mask:[15,16,30],schirm:25,pxspheregeometri:[0,17,19,28,30,13,29],submarin:[30,9],stretchconfig:16,simplifi:[0,28,32,11,19],geterrorhandl:23,race:[4,10,20,18],dominance0:3,getnblin:27,slopelimit:15,acut:11,pxcontactpairpoint:9,e1st_from_front_right:19,unexpect:11,uncaught:11,getnbcontactblocksus:11,maccumul:32,mass:[14,12,1,9,11],pxclothparticledata:16,disconnect:[23,18],cloud:[0,17],getenginerotationspe:18,inact:7,drivetyp:13,mem:19,pxconstraintbatchhead:3,simulationfilterdata:25,deepest:30,muller:25,evelocity_chang:[3,18],differ:1,degrad:[0,16,30,29],getangularveloc:[4,3],getconcretetyp:[14,28,19],squar:[3,17,18],pxvehiclewheeldata:22,game:[14,3,16,17,2,15,6,8,22,25,9,11,30],pxspatiallocationcallback:13,footprint:[0,20,25,23],inspect:[28,23,6,18],wheelmateri:18,said:[3,28,30,17,18],createcustomclass:21,name:[14,31,17,15,21,32,11,30,13],synchron:[1,22,11,28],index:[15,1,17,21,5,16,22,11],licens:20,graviti:[14,15,1,19,16,22,25,9,26,12],collisionnormalbuff:25,wheelcenteractoroffset:18,snippetcustomprofil:23,ontrigg:[10,30,7],island:[3,9,11],control:[14,12,1,9],lightcputask:[22,19],normalrejectangl:18,formal:[28,18,19],eanalog_input_handbrak:[18,19],pxheightfield:[14,17],eventu:[3,10,30,18],newbound:17,contactmodifycallback:9,format:[14,17,18,19,7,8,9,11,28],advis:[21,18,25],onto:[4,26,18],meshgeom:5,setoverlaprecoverymodul:15,tailor:16,triindic:17,childattach:12,eparticle_drain:25,registerdeletionlistenerobject:19,pxdeserializationcontext:21,absent:26,pxjointconcretetyp:4,px_debug:14,pxvehicl:21,origin:[14,15,1,17,4,5,16,22,9,13],concaten:17,collision_flag_ground:18,mixtur:[4,9],favor:[10,13],pxmeshgeometryflag:[5,17],revolut:[1,22],pxcapsuleobstacl:15,fail:[0,10,17,18,15,4,9,11,3,28,33],convex:9,setlocalpos:[18,17,11,19],longer:[31,3,18,15,4,19,9,28,30,13,33],setanalogst:18,ediff_type_ls_rearwd:18,pxmin:11,current:[14,0,16,17,18,3,4,30,21,10,7,24,9,23,11,15,26,28,12,32,33],fiber:19,aren:9,getsimulationfilterdata:19,isparticlebas:31,getactivescen:19,also:[3,2,4,5,6,7,13,14,16,20,23,28,30,0,9,11,12,15,10,17,18,19,21,25,26,32],doesn:[16,18,21,25,9,28],doblock:19,vast:27,movabl:4,writeallproperti:21,aabbtre:0,numalloc:25,reflect:[3,10,17,2,15,18,7,9,32],setshapepairflag:13,exhibit:26,trianglemesh:[25,30,17,33],platforms_as_obstacl:15,osx:[21,8],nbwheelqueryresult:19,geometryqueri:0,activegroup:0,pxvehiclemetadataobject:21,now:[14,3,16,17,18,15,19,10,7,9,32,11,29,31,13,33],eper_particle_collision_cache_hint:25,knock:3,samplenorthpolebuild:17,wikipedia:18,some:[3,2,4,5,6,7,13,14,16,20,24,28,30,0,9,11,15,10,17,18,19,21,25,26,27,29,33],failur:[3,10,20],pxclothcollisionplan:16,suddenli:[15,24,11],neutral:18,how:[3,4,5,6,13,16,28,30,0,9,11,12,31,15,10,17,18,19,21,25,26,29,32,33],prefer:[14,16,17,19,20,10,7,11,27,33],implement:[14,0,21,17,15,4,19,5,6,7,22,25,9,11,26,28,30,31,13,33],altitud:15,plai:[3,18,15,4,28,30],flushqueryupd:0,pxrepxseri:[21,19],myvehicl:18,tunnel:[15,16,9,17],maximum:[0,17,18,3,4,20,19,5,7,25,9,11,15,26,30,13,29],open:[28,18],learn:8,though:[14,3,18,2,15,7,11,30,13],unnatur:[15,22],frictionoffsetthreshold:3,bitwis:0,posetosweep:5,etireload:19,filtershad:[26,9,13,19],due:[0,16,18,2,3,4,5,6,25,9,11,15,28],dof:4,eactor_ax:27,what:[15,1,16,11],setlat:18,etouch:[0,19],scalar:9,unnecessarili:[15,9],nbvelocityiter:3,setanaloghandbrak:18,theme:18,edrive_limits_are_forc:4,releaseobject:[31,28],pxarticulationjoint:12,acycl:4,tightli:16,discard:[4,0,26,13],place:[14,3,16,15,4,19,5,6,8,22,25,9,11,28,30],bia:18,createvehicleactor:18,unevenli:18,processor:30,abov:[31,0,16,17,18,3,4,21,5,10,25,9,11,15,26,30,13],torsion:18,commonli:[18,29],gcarpadsmoothingdata:18,previou:[31,0,16,17,18,3,19,9,11,28,30],einternal_has_face_indic:31,remain:[14,0,16,17,18,3,4,5,9,15],maxdynam:0,nxshapedesc:13,hfshape:17,egraph_type_engin:19,renderparticlesystemactor:25,might:[31,0,10,17,18,3,20,7,24,25,9,11,15,27,28,30,29],smooth:[4,32,9,17,18],shrunken:11,shut:[1,22],physxcommon:[14,22],longitudinalslip:[18,19],tcp:23,howstuffwork:18,decreas:[3,9,18,11],pxvehicledrivetank:19,fold:19,setdigitalsteerleft:18,createfluid:25,pseudo:[30,18,11],eresolve_contact:19,nxphysic:13,blade:3,nx_bounce_threshold:13,edeleted_shape_trigg:31,pxtoler:14,pxpvdinstrumentationflag:[23,11,33],answer:23,toler:[14,3,17,18,4,29,33],sequenti:[18,7],empti:[31,3,19,21,15,30],mstiff:18,"125f":18,both:[3,4,5,6,7,13,16,23,28,30,0,9,11,31,15,10,17,18,19,21,25,32],impli:28,attribut:[0,10,17,18,4,30],discov:18,getnbshap:30,hidden:1,perspect:10,wrong:[18,11],setdigitalsteerright:18,messag:[14,0,19,23,8,26,7,30],filetoobject:21,pxdefaultcpudispatchercr:[10,26],pxjointlinearlimit:[4,19],rope:11,setdistancejointflag:4,suggest:[25,17,18],dcc:28,testforoverlap:17,divid:[16,19,6,18,17],computation:[16,18],pxcomputeheightfieldpenetr:[31,5],onsleep:[3,10,7],pxconstructsolverbodi:3,convexvert:17,differenti:22,partak:4,stepphys:16,uniqu:[31,15,18,21,25,28],oper:[14,0,10,17,2,19,18,23,9,11,28,30,29],visibl:[0,10,17,18,15,16,7,11],divis:6,optimum:18,setclutchdata:18,setheight:15,richer:[31,25],metal:13,push_back:[9,19],setparentpos:12,question:[23,18,13],unphys:18,enableshapeincontacttest:30,pxheightfieldflag:[17,11],pxbinaryconvert:[28,21,19],edetect_ccd_contact:9,rendercapsuleactor:17,pxhitcallback:[0,13],check:[14,9],wheelqryfilterdata:18,pxgpuloadhook:22,pre:[14,0,17,19,21,7,28,13],pxdefaultallocatorcallback:14,wheelssimdata4w:18,max_num_surface_typ:18,nxcollisiongroup:13,processblockinghit:19,dangl:28,equickhul:31,setmassandpreservenaturalfrequ:18,hfdesc:17,invweight:16,off:[3,16,17,18,15,4,20,25,9,30],pxgetphys:28,rapidli:18,myactor:[14,30,17,13],solverbodi:3,stepper:32,correctli:[3,16,18,15,10,23],outlin:11,particleaccel:16,version:[14,0,16,17,15,20,19,6,8,25,9,11,30,31,13],edisable_simul:[3,30],eremove_duplicated_triangl:31,tirecontactpoint:19,edrive_model_standard:19,globalpos:[3,9],anyhit:[31,5],schedul:[18,10,13,11],"__line__":[14,7],introduct:1,swept:[0,16,5,18,19],refil:0,press:[16,18],additionali:11,"_lignv3ptiq":18,link:[16,17,18,30,20,25,9,28,12,32,33],expens:[14,0,16,17,2,4,5,18,7,9,11,12],triangles:5,variou:[3,18,15,4,19,6,7,25,23,11,28,13],profil:14,medium:[10,6],eanalog_input_steer_right:[18,19],fit:[0,16,5,15],postsolverveloc:9,mfronteftrightsplit:18,nbcontactdatablock:[11,7],initializeparticlesorient:25,pirouett:16,implicit:[4,32,19],reproduc:28,pxvehiclegearsdata:22,pxprocesspxbasecallback:[21,13],good:[0,18,15,4,30,5,23,8,25,11,12],nx_default_sleep_energi:13,act:[3,18,19,4,23,9],meshsizeperformancetradeoff:[31,17,11],slider:[4,16],pxrigidactor:[14,17,19,4,5,22],physx3cooking_:20,friction:[15,1,9],readbuff:17,reporterror:[14,23],"char":[14,10,18,19,21,7,23,33],presiz:[11,7],ehandbrake_control:19,cb2w:12,efront_right_wheel:19,getcontactpoint:9,issubordin:21,ecuda:16,those:[14,0,10,17,2,3,4,21,6,7,9,18,15,26,29,30,33],setparam:17,undefin:[0,17,18,15,4,19,5,28],trigger:[14,1],velocitythreshold:4,appropri:[14,10,17,18,4,20,25,9,11],rigidactor:14,rectangular:[17,11],pxcontrollermanag:[15,19],pxheightfielddesc:[31,17,11],metr:18,old:[31,28,25,17,19],collisionflag:15,raycasttouchbuffers:[18,19],through:[14,12,9,11],findoverlaptrianglemesh:5,meta:28,inconveni:3,improv:[0,16,17,18,19,4,6,25,9,10,11],mtd:[5,11],pxsolverconstraintdesc:3,associ:[14,3,16,17,18,19,4,10,26],analyz:[3,16,25,7],fundament:[4,30,32,13],mark:[31,15,10,18,21,7,25,11,29,33],steal:10,getprevioustimestep:16,imbal:18,ackermann_steering_geometri:18,compound:[9,11],qualiti:[0,17,18,4,6,13,29],setbraketorqu:18,special:[14,0,21,17,18,3,4,30,19,5,6,23,9,15,28,12,13,29],ensur:[14,3,16,17,18,19,4,5,10,7,9,11,26,28,30,31],pxvehiclegraph:[18,19],ecct_can_ride_on_object:15,magnitud:[3,18,15,4,19,5,9],skateboard:18,traffic:9,filenam:[14,28,21,23,7],logic:[14,0,7,11,30,13],have:[3,4,5,6,7,13,14,16,24,28,30,0,9,11,12,31,15,10,17,18,19,25,26,27,32,33],slow:9,unconstrain:4,setcollisionmassscal:16,advantag:[3,16,18,15,19,10,7,9,11,26,32],somewhat:[4,14],mandatori:[0,10,25,9],pxcontactpairflag:[31,10,9],erear_right_wheel:19,gsteervsforwardspeedt:18,samplesm:17,ifdef:17,physxsampl:17,createvehicleactornw:18,seriou:14,ebvh33:17,echannel_steer_control:18,fifti:32,rel:[3,16,17,18,4,25,9,11,26,28,12],suspjounc:19,obb:17,bruno:16,directori:[31,20,21,6,8,13],span:16,shapetransform:11,projectionplanedist:25,tireload:18,equival:[16,17,18,19,4,5,30,13],hole:[9,17],kinekinefilteringmod:[3,9],downward:[3,18,15],steerangl:[18,19],els:[0,19,18,13,3],rev:18,removerefer:[10,7],interop:[16,25],radian:[4,18],px_def_bin_metadata_extra_item:21,px_serial_file_align:28,hennix:16,advancecoeffici:9,setlinearveloc:[3,7,19],threadbatch:19,physx3gpu_:20,explicitli:[3,16,19,5,10,25,27,28,12,13],samples1:17,getconcretetypenam:[14,21],pxu16:[4,16,17,18],actuat:[22,12],nutshel:9,rcvd:18,nbbodi:3,grant:10,escene_query_shap:[15,30],addion:17,querymemori:18,deliv:[0,18],"30hz":11,pxd6joint:19,eowns_memori:21,nonphys:4,handbrak:18,pxcreatejointconstraintswithshad:3,ecollision_with_drain:25,halfext:19,selfcollis:30,vc14win64:8,hurt:25,slightli:[15,16,17,18,19,4,30,9,11,12,13,29],group4:0,think:[15,18],invdt:3,alignextradata:21,group1:[0,13,3],group2:[0,13,3],isoverlap:5,snippetimmediatemod:3,body1vel:4,huge:17,getwheelrotationspe:18,pxvehiclechassisdata:18,efirst_user_extens:21,pxqueryfilterdata:[31,0,19],customtypeautogeneratedmetadataobjectnam:21,opt:18,trgwheel:18,gdispatch:26,beyond:[4,30,22,12,11],outer:[18,11],approach:[31,3,17,18,15,4,7,25,9,11,28,30,13],pxvehiclepostupd:18,horizont:[15,16,18],sweepdirect:0,callback:[14,1,9],nasti:4,linker:33,pxactorclientbehaviorflag:19,e3rd_from_front_right:19,nxuserraycastreport:13,instrument:[14,20,7],land:15,lane:3,drain:22,shader:[26,22,9],pxvehicletyp:19,delai:[1,22],commit:[14,0],doll:[4,10,12,28],thought:[16,18,11],daili:20,restitut:[15,1,4,22,25,9,12],setradiu:15,runclang_window:21,slope:[15,22],unus:[21,11,7,33],pxmodifiablecontact:9,pxsetprofilercallback:23,gjk:17,precomput:[0,17,11],screen:18,pxsolverconstraintprepdesc:3,fischer:16,solid:[3,5],weight:[16,18],batch:[1,22],procedur:[28,18],heidelberg:16,motion:[15,9,11],solitari:30,px_serial_object_id_invalid:28,px1d:4,offlin:[17,11],prep:26,instruct:[14,25,11],esimulation_shap:30,etank_wheel_1st_from_front_right:19,actorinputdata:28,brief:[26,18],pxscenequeryflag:[31,19],autom:18,pxcreatejointconstraint:3,provid:[14,15,16,20,21,9,11,27,26,12],platform:[14,3,16,17,15,20,21,6,8,25,11,13],pxerrorcallback:[14,13],accept:[3,18,9,17,11],unifi:11,highlight:[31,6,19],incallback:21,pxrigiddynam:[14,0,21,17,3,4,19,22,9,32,11,15,28,30,13],ecollision_down:15,pullei:4,setcollisionplan:16,ithread:19,inelast:3,conserv:[4,9],pxmeshpreprocessingflag:[31,17,11],echannel_engine_drive_torqu:[18,19],quarter:[9,17],relev:[3,18,13],clockwis:16,preclud:18,unknown:[15,13],etank_wheel_6th_from_front_left:19,affair:7,pxvehiclecompon:18,thin:[9,5],step:[1,9,11],updat:[1,9,11],upgrad:[31,20,13],setupnondrivablesurfac:18,num_vehicl:18,pxscenequerycach:[31,19],easiest:3,eas:28,pxhullpolygon:17,paragraph:[0,16,3],nxutillib:22,bottom:[3,18,15],pxvehiclesuspensionraycast:18,isotrop:4,"long":[14,0,16,18,15,19,10,28],updatea:7,compil:[14,31,19,20,8,11,28,30],updateb:7,damper:18,setmaxangularveloc:11,elock_angular_x:3,touch:[3,1,17,15,19,5,22,9,11,30],know:[15,17,18,5,30,13],worth:18,most:[14,0,16,17,18,3,4,20,19,5,10,23,8,9,11,15,28,30],theori:[4,18],extradatastream:9,d3dxmatrix:14,should:[3,4,5,6,13,14,16,20,23,28,30,0,9,11,31,15,10,17,18,19,21,25,26,27,32],pxvehicletireloadfilterdata:22,spread:[25,18],gcudacontextmanag:26,stabil:[16,17,18,4,7,25,9,11,12],spike:[24,11],aconvexshap:17,pxvehicleackermanngeometrydata:22,getslopelimit:15,dominancegroup:3,ongo:7,hfactor:17,srcassets:28,shall:[10,18,7],pxrepxinstantiationarg:21,drag:23,physx3commondebug_x64_test:33,keyhol:9,getwakecount:3,settodefault:17,xmlwriter:21,pxmeshmidphas:[17,11],prevent:[14,0,16,18,15,4,10,7,25,9,11,29],set:[14,12,1,9,11],erest_offset_buff:25,appli:[14,15,1,17,19,4,30,5,16,6,22,25,9,11,27,26,12],appparticleforceindic:25,outputflag:0,actorb:[3,13],struct:[0,19,4,21,23,3,26,30,13,33],store:[14,0,16,17,18,3,4,19,5,10,7,26,23,11,28,30,13],contactimpuls:[31,9],moder:16,ineffici:18,mirror:[31,25],pxheightfieldmateri:17,einflate_convex:17,tessel:1,etank_wheel_front_left:19,pxvehicledrivetankwheelord:19,pxregisterarticul:33,updirect:[15,18],pxbroadphasecallback:[30,13],rebuildstep:29,setlimit:[4,11,7],bouncethresholdveloc:13,inarg:21,pxstrideiter:25,unpos:18,physx3characterkinematic_:20,model:[14,3,1,15,4,5,16,22,11,12],linkpos:12,pxcreatecontrollermanag:15,snippet:[1,9,20,11],cookconvexmesh:17,evalid:25,asynchron:[4,1,25,22,11],getgeometrytyp:13,ecrab:30,springi:[4,25],nor:[4,15,13],opengl:14,idl:[15,32],convexgeom:30,bend:[16,19],mysimulationeventcallback:4,heapcapac:26,third:[3,16],pxcontactmodifypair:9,setgroupcollisionflag:13,categoris:18,contactpatch:[31,9],samplebridgesset:15,"switch":[15,10,17,18,19,11,28,30],flushscenequeryupd:0,pxclothfabriccook:19,eprevent_climb:15,alreadi:[0,10,17,18,15,4,23,8,25,11,28,30,29],enon:[4,22],eplane_shift:17,pxbvh34midphasedesc:[17,11],danger:18,trackoutstandingalloc:[7,33],constantblocks:[30,9,18,13,19],"abstract":[14,10,19],meet:[10,5,18,11],disp:15,setactorflag:3,recipwheelradiu:18,lib:[20,28],prefix:[14,13,19],edisable_grav:[3,25],lie:[4,0,17],pxdefaultalloc:33,getnbtriangl:17,head:3,commerci:15,lin:25,setinvmassscale0:[3,19],faceindex:[0,5],gone:13,first:[14,0,1,17,3,4,30,21,5,16,22,25,9,11,15,27,12,13],drivable_surfac:18,geometr:[0,17,18,19,4,13],mechan:[14,0,10,21,18,3,4,30,19,7,9,11,15,28,12,13],outsolverbodydata:3,heap:26,queryflag:18,gettetheranchor:19,troubleshoot:1,bitmap:25,yangl:12,unchang:16,restdistacnc:9,pxscenequeryhittyp:19,decoupl:[18,13,11],newli:[31,0,10,19,9,11,28,30],emax_num_drive4w_analog_input:19,emax_num_wheel_channel:[18,19],detachshap:[3,30],pxcreatecollect:[28,19],barycentr:[16,5],maco:28,nuttapong:16,rigidli:4,pvd:[14,1,20,11],createrigidstat:[3,11],pxgetgaussmapvertexlimitforplatform:31,settim:13,integr:14,induc:[25,18],"33m":11,constraintbuffercapac:26,level:[14,0,17,3,4,20,19,5,8,22,25,9,11,15,13],getconstraintflag:4,histor:11,disableshapeincontacttest:30,assumpt:[25,9,18],parentattach:12,tank:22,awkward:17,clearli:[18,7],orient:[17,18,4,5,6,25,12],adjust:[14,2,18,19,4,25,9,11,26],reus:[0,16,18,15,7,25,11],pxpairflag:[10,18,19,24,9,30,13],getmaterialindex:13,suppli:[17,18,4,20,28,12],benign:20,etank_wheel_2nd_from_front_right:19,dstmetadata:28,pxtransformfromplaneequ:17,pxcreatebatchqueri:19,steer:[4,22],numparticl:25,steep:[15,22],recreat:[28,11],addcollisionspher:19,miss:[18,21,9,13,11],scenario:[0,10,18,2,4,9,11,13],edynam:[22,19],fseek:28,getscen:[30,19],summari:[24,18],aaaabbbbccccdddd:11,throttl:18,instanti:[28,29,17,18,19],geom:[5,17,18],pxclothparticlemotionconstraint:16,usergethfshap:17,less:[3,10,17,18,15,4,5,6,24,25,9,11,26,28],numappparticleindic:25,primarili:14,disguis:18,binari:[14,1,20],createtrianglemesh:17,e6th_from_front_right:19,web:18,etire_frict:19,anyth:[0,3],eanalog_input_thrust_right:19,myconvexmeshshap:17,pxdeletionlisten:19,correct:[14,3,16,17,15,4,7,22,9,11,28,29],pxpruningstructur:[31,1,22,11],createcloth:[16,19],eheightfield:30,pxdefaultpvdsockettransportcr:[23,33],setcontactoffset:[9,13,11],resetfilt:[3,17,19],ramp:15,realism:25,scope:[15,6],nthread:19,entireti:28,coincid:4,ebvh34:[17,11],intermedi:14,ralli:18,eccd_linear:19,like:[3,2,4,6,7,13,14,16,28,30,0,9,11,12,15,10,17,18,19,21,25,32],pdf:[25,18],batchhead:3,commun:15,gettireloadfilterdata:18,getid:28,settargetpo:16,otherwis:[0,16,17,18,15,4,20,19,6,25,9,30],pxfindoverlaptrianglemeshutil:[31,19],plan:23,parallel:[3,16,18,19,4,10,7,25,32,11,30,13,29],getrestoffset:25,massless:3,quitissignal:19,matric:[14,13,19],gem:25,gen:[31,17],sph:25,pxphysicsinsertioncallback:[31,11,33],emax_num_vehicle_typ:19,pxsetphysxdelayloadhook:33,earlier:[17,18,19,5,6,11],enotify_touch_found:[30,9],axl:18,audibl:6,eenable_ccd:[9,19],observ:[14,17,18,19,6,7],vehicl:[1,4,20,6,22,9,11,26],setscenequeryfilterdata:[18,19],dimension:[3,6],exchang:13,xml:[28,21,13,19],take:[14,3,16,17,18,15,4,32,19,6,7,25,9,10,11,28,30,31,13],meshpos:5,ejoint_fram:4,emul:[31,0,5,13,15],efast:19,academ:16,centreofmass:18,viewer:27,tirecontactactor:19,fetchcollis:7,put:[0,10,17,18,15,30,19,9,12],doi:16,repxidtorepxobjectmap:19,createscen:[26,10,25,9,13],heart:15,hamper:18,grip:18,equal:[4,3,10,18,11],kilogram:18,trigonometri:18,toward:[15,16,17,2,4,6,18,12],pxconstraintinvmassscal:4,translateptr:21,eblock:[0,18,19],seen:[18,25,11,6,7],seem:[4,18,2],foundat:[14,1,25,22,13],heavier:[4,9],indic:[16,12,11],equat:[14,0,17,18,3,4],onoriginshift:4,maxhit:[5,19],light:[4,3,9,18],externaldriveiter:12,identifi:14,sketch:16,px_force_inlin:[18,19],tangenti:[12,9],setflag:[25,30],cosf:15,complementari:18,edeprecated_32_compat:31,createvehicleactor6w:18,pxfoundation_x64_test:33,mfrontwidth:18,pxcontactpairextradataiter:9,getsuspensionforc:[18,19],progress:0,cull:[0,16,5,11,27,29],createconnect:[7,19],setsimulationeventcallback:7,exportextradata:21,ewheel_omega:19,locost7:18,actormemory128:28,bitmask:0,explanatori:7,xcm:18,thephys:17,pxparticleext:25,eremoved_shape_1:31,eremoved_shape_0:[31,10],pose1:[3,5],wheelcount:19,eenable_swept_integr:19,dst:9,otheractor:9,mmoi:18,edriv:19,allow:[3,4,7,8,13,14,16,23,24,28,30,0,9,11,12,31,15,10,17,18,19,21,25,32,29],sometim:[0,16,17,3,4,5,11,15,27],best:[1,9],compris:[10,12,6,8],mminnormalisedload:18,speed:[14,0,17,18,15,20,23,9,3,30,13],setqueryfilterdata:[0,18],given:[0,16,17,18,3,4,19,5,6,7,25,9,10,11,26,28,30],registr:17,pxvehicletiredata:[22,19],quasi:6,length:[14,0,16,17,18,15,19,5,13,29],contact:1,getactiveactor:3,pxshapeext:[31,17,19],pxsweepqueryresult:18,ratio:[4,3,12,18],pull:[4,16,18],varieti:[4,16,18],each:[3,4,5,6,7,13,14,16,28,30,0,9,11,12,31,15,10,17,18,19,25,26,32,29],espr:4,pxcreatephys:[14,31,16,17,7,25,23,13,33],evehicle_type_nodr:19,getcurrentgear:18,freeindic:25,termin:[33,9,19],increment:[14,11],loos:[17,11],inread:21,loop:[1,12,22,11],express:[15,16,28,18],present:[3,18,4,6,8,11,28],isspher:13,computepenetr:5,look:[0,18,15,4,21,7,24,25,32,11,30,13,29],qanda:18,px_physx_core_api:3,susplinedir:19,ideal:[4,15,30,18],tae:16,particip:[30,18],presenc:[10,11,19],filterdata1:[30,9,18,13,19],erigid_stat:[28,30],repeatedli:5,diverg:11,createident:19,happen:[0,17,18,3,5,7,9,23,11,15,28,30],getpxpvdsdkprofiledllnam:33,suspspringforc:19,isn:18,homogen:14,collision_flag_wheel_against:18,mfrictionvsslipgraph:18,dai:20,caterpillar:18,client:32,pxtrianglemeshcookingresult:17,pxconvexmeshcookingresult:17,pxphysicsapi:[20,13],mpvd:[23,33],almost:[10,30,23,18],dat:28,programm:10,freed:[18,7],px_new_repx_seri:21,"05_01":18,signifi:4,worst:0,pxcontactpoint:[9,19],batchqueryfilterdata:0,mysimulationcallback:9,far:[31,18,16,17,2,4,5,7,30],inaccur:18,prepar:21,shapeb:[28,13],wherev:6,shapea:[28,13],numchassismesh:18,success:25,setrigiddynamicflag:30,runonspu:19,roughli:16,raycastsingl:19,pxscenequeryfilterdata:[31,19],mgearuppress:18,hitbuff:[0,19],predict:[3,16,18,15],ecollision_with_dynamic_actor:25,goal:[10,9,18,11],modifi:[14,0,10,17,18,3,4,19,5,9,11,15,26,31],obviou:18,removecollisionplan:16,flushupd:29,doanyhit:19,angular:[3,18,4,9,11,12],destructor:[4,28],raycasthitbuffers:19,perman:18,upon:[4,23,30,18,7],hash_map:13,customtypeautogeneratedmetadataobject:21,convert:[14,0,21,17,15,19,11,13],nx_sta_frict_sc:13,motor:4,interpol:[4,16,18,11],figur:[16,25,10,18,28],maxmargin:17,ebest_poss:18,bug:11,pxconstraintsolverbodi:3,pxconvexmeshgeometri:[14,30,17,18],createcollectionfrombinari:[28,19],ownership:25,funtion:19,patch:[3,16,18,10,26,28],concret:[4,0,28,14],setmaxprojectioniter:12,simon:25,px_min_heightfield_y_scal:11,uint64_t:23,twice:[0,28,25,18],pxbounds3:[5,17],tirealignmo:18,pxvehiclewheelsdyndata:[18,19],believ:18,fifth:18,pxgeometrytyp:17,collision_flag_ground_against:18,feel:[3,22,15],pxconstraintalloc:3,"60th":11,writebuff:17,encount:[0,18,19,4,24,11,15],setbreakforc:4,pxoverlaphit:0,retain:[3,25],connector:4,escene_collis:16,pxpairfilteringmod:11,infrastructur:4,pxscenequeryimpacthit:19,typenam:[14,7],maxraycastqueri:19,pxtriggerpair:30,hadblock:0,espatial_data_structure_overflow:25,vehicle18w:18,pxlightcputask:[10,19],offload:16,settrianglemeshcachesizehint:25,suffer:[4,15,30,11,2],overrid:[0,23,13,3],chassismass:18,pxvehiclesetmaxhitactoracceler:18,sai:[15,18,6,11,28,30,13],pxcontactmodifycallback:[9,13],reconsid:3,shrunk:[17,11],describ:[0,16,17,18,5,6,7,25,9,11,28,30,13,33],blend:18,entrant:10,soft:9,titl:18,manual:[31,0,10,18,15,4,23,3,28,30,33],unitdir:[0,5],pxqueryfiltercallback:[31,0,5,13,19],graphsizex:18,outsid:[31,15,16,18,10,6,25,9,28,30],joint:[1,9],mindexbas:17,awar:[15,10,18,5,11,13,29],gener:[14,15,1,17,19,4,21,5,16,6,22,9,11,26,12,13],sinc:[14,0,10,17,3,4,32,19,7,25,9,23,11,15,27,28,31,13],startup:[1,22,17,8],eanalog_input_thrust_left:19,pxbvh33midphasedesc:[31,17,11],attach:[14,0,16,18,19,4,30,9,28,12],setrigidbodyflag:[3,9,19],forget:[18,33],hope:15,linear1:4,player:[15,16,18,25,9,11],eshear:16,period:[3,12,6,18],see:[3,4,5,6,7,13,14,16,28,30,0,9,11,12,31,15,10,17,18,19,21,25,27,29,32,33],exactli:[0,16,18,15,9,3,12],awak:[4,3],sure:[15,17,18,19,21,11,27,30],mostli:18,setupdrivablesurfac:18,nxu32:13,lockread:10,gain:[0,25,18],wide:[4,3,18,6,13],setcontinu:[10,7],experi:[16,18,11],convexmemory128:28,getactivetransform:3,schema:28,setchildpos:12,explicit:[31,10,25,13,19],scheme:[3,18,25,9,11,30,13],categor:11,"50m":11,distinct:[4,18,7],nbvert:17,activ:[15,1,19,4,22,25,9,11,26,13],tricki:[25,7],"catch":11,coher:[0,10,18],subclass:[0,10,7,9,13,33],overlapsphereshap:13,getactor:[15,30,19],cannot:[31,0,16,17,18,3,19,10,7,25,9,15,28,30,13],helloworld:1,maximpuls:[4,9],tireforceshaderdata:18,boundari:[28,5],fetchresult:[0,1,3,4,22,9,32,11,13],pxactorshap:0,depict:18,lookup:[18,13],processcallback:7,ragdol:[4,30,9,11],fast:[15,9],getwheelcentreoffset:18,asleep:[3,18],px_max_f32:[4,18,11],commensur:18,"boolean":[0,10,5,18,13],processhit:19,pxcreatecontactconstraint:3,onreleas:19,mysteri:20,createobject:21,setrestposit:16,close:[0,16,17,18,5,25,9],end:[3,16,18,15,4,20,5,7,25,9,11,30,13],suppos:3,ptype:21,gsharedindex:7,pxparticlecreationdata:25,buf:[0,17,19],nbcol:17,registerrepxseri:21,neighbor:[25,17],bodyaworldoffset:4,"export":[28,21,18],weaker:18,minimis:18,nxusercontactreport:13,matthia:[16,25],dotouch:19,triangleneighbour:17,getexternalrefer:4,setsceneparamint:19,prototyp:[28,30,18],edeleted_shape_oth:31,seri:[21,18],reportassertviol:13,realiti:10,aforement:15,valu:[14,12,9,11],staticfrict:25,emax_num_title_char:19,pxregisterlegacyheightfield:[31,17],input:[14,0,16,17,2,15,4,5,18,7,8,11],heightscal:[17,11],confus:[15,19],getwheelshapemap:19,biggest:23,cycl:[4,18],serv:[0,26],product:[27,10,5,6,18],build:[14,1,12],materialindic:17,penalti:[5,17],mani:[14,0,16,18,15,4,19,10,7,24,9,32,11,28,29,30,13,33],jounc:18,nxcontactpairflag:13,etransmit_scenequeri:23,freedom:[4,3,18],setlimitcon:4,mypvdclient:23,classtyp:10,report:1,shrunkdist:29,settwistlimiten:12,extradatastreams:9,again:[31,3,17,18,15,30,7,9,11,27,28,12,33],pxmeshscal:17,settireforceapppointoffset:18,tireforceappcmoffset:18,win64:8,spatial:[14,31,1,4,16,22],eanalog_input__brak:18,broken:[4,10],elock_linear_z:3,amount:[3,16,17,18,15,4,5,6,7,24,25,9,32,11,27,26,30,13],reorder:[3,17],espher:17,capabl:[14,16,7,11,30,13],unoptim:11,eimpuls:3,setdriv:4,customclasstyp:21,dozen:16,conveni:[3,17,19,5,23,15,28],afterward:[25,11],etank_wheel_4th_from_front_left:19,just:[14,0,17,18,3,4,30,7,9,11,15,28,12,33],traction:18,crater:25,stretch:11,why:15,artifact:[4,16,18,11],gram:18,higher:[12,11],idbuff:28,stress:4,cpudispatch:[22,26],gameplai:[15,28,18],gravit:[3,18,19],environ:9,ecooking_perform:17,hiccup:25,siggraph:25,sort:[15,9,18,29],pxinitvehiclesdk:[18,19],upgradecollect:19,pin:26,expend:18,efront_left_wheel:19,polygon:15,submit:[10,13,7,19],quat:17,etank_wheel_3rd_from_front_left:19,mtoeangl:18,"class":1,evelocity_buff:25,inherit:[14,17,19,4,21,25,13],nextitemset:9,ramif:19,timestep:[3,18,19,4,15,13],characterist:[4,0,18,11,29],pxheightfieldgeometri:[17,11],mine:[30,9],mind:[4,24,18],bullet:[0,5],assign:[0,16,18,3,10,25,28,30,13],strongli:[14,17,18,4,20,25,12],vehicleid:18,positionit:25,deriv:[4,16,9,28,23],quak:15,resiz:[0,11,15],epostfilt:22,avail:[31,15,16,17,18,19,20,5,10,7,25,9,32,11,26,30,13,33],turn:[3,16,20,10,7,22,25,9,26,30],refit:0,physx3gpudebug_x64_test:33,massscal:9,hfsampl:11,diagon:[3,17,13],wakecountervalu:3,pxcloth:[14,16,13,19],done:[0,10,17,15,21,24,25,11,28,30,32],templat:[31,21,13,25],degener:0,setupfilt:30,within:[14,0,16,17,18,3,4,19,5,6,7,25,9,10,11,15,26,28,30,29],referenc:[14,16,10,13,28,32],trade:[30,12,17],handl:[15,1,17,19,16,22,13],discover:10,exercis:18,pxshare:31,area:[0,10,17,2,15,25,27],carsim:18,sampleallocat:10,epre_solver_veloc:9,pxoutputstream:[28,21,19],substepcount:7,stuck:[15,18,11],snippetvehiclewheelcontactmod:18,somewher:[15,16,18],pxvehiclewheelqueryresult:[18,19],lower:[16,17,18,4,25,9,12],sensibl:18,centimetr:18,getscenepvdcli:23,samplebridg:15,field:[14,15],snapshot:[28,18],programmat:16,reduct:4,clamp:[0,16,18,5,9,11,12],vanilla:18,gettirelongslip:[18,19],tune:1,sharp:17,mwheel0:18,mtorquecurv:18,pxdefaultfileoutputstream:[28,19],pointrejectangl:18,primari:[20,7,8,9,28,12],term:[17,18,4,9,11,12],modul:[1,11],suppresstrianglemeshremapt:[17,11],reach:[14,3,10,17,18,15,4,7,9,11,30],littl:[3,10,18,11,15],exit:[5,7],pxvehicledrivetankrawinputdata:18,slice:17,cone:[4,12],dimensionless:18,perpendicular:12,eengine_drive_torqu:19,longslip:18,actorstream:28,pxvehiclecomputetireforcedefault:19,push:[4,3,9,18,15],nonetheless:15,createlink:12,pathto30repxfil:28,rule:[14,0,10,18,3,21,5,7,9,15,28,30],setglobalpos:[3,16],destroi:[4,14,33,30,19],dynamictreerebuildratehint:[0,11],terraindesc:11,closestpoint:5,droop:18,unintuit:4,trajectori:[16,11],mmateri:3,pxbatchqueri:[0,18,19],einternal_has_impuls:9,pxvehiclenw:18,handleoverflow:19,userraycasttouchbuff:[18,19],pxvehicewheelssimdata:18,edetect_discrete_contact:[9,19],unbreak:4,manipul:[3,10,25,13],behavior:[14,1],notori:15,ordinari:[16,6],ediff_type_ls_frontwd:18,attempt:[0,10,18,15,4,5,6,25,9,11,26,30],trough:11,neighborhood:25,uncoupl:18,einternal_error:14,"5x5":17,comput:[12,1,9],essenti:[18,13],road:18,gettaskid:10,linearli:[16,18],pxvisualizationparamet:[4,27,25],px_call_conv:18,pxsolveconstraint:3,illeg:[10,7],vcurrent:4,conceiv:18,conflict:[4,15,20,18],purgecontrol:15,interpenetr:9,physxvehicl:[20,21,19],xmlmemoryalloc:21,preparedata:4,mfrontrearsplit:18,wai:[3,4,5,7,8,13,14,16,20,23,28,30,0,9,11,12,31,15,10,17,18,19,25,26,32],e2nd_from_front_right:19,compens:18,larger:[0,16,17,2,3,4,19,18,25,9,11,12],pxclothfabrictyp:19,row1:17,row0:17,mcamberstiffnessperunitgrav:[18,19],wheelsdyndata:18,pxmetadata:21,flagsit:25,tempbuffercapac:26,outbatchhead:3,pxarticulationlink:[4,0,9,32,12],oncontactmodifi:9,ediscrete_respons:19,physx3gpuprofile_x64_test:33,ggpuloadhook:33,bufferoverflowoccur:5,therefor:[0,16,17,18,3,4,21,7,25,9,23,11,26,28,30,13],overwrit:10,taper:16,me485:18,materialindex:13,occupi:26,whenev:[0,28,9,32,30],surfacemateri:18,mdownratio:18,manner:[15,17,18],shape:[14,1],echannel_norm_tire_long_forc:[18,19],pxhitflag:[31,0,18,19,5,11,29],numtrisperleaf:[17,11],transit:[31,3,16,18,19],pxparticlebas:[25,30,19],interleav:[16,25,10,7],design:[14,1,4,20,6,22,11],independ:[0,16,18,15,19,3,11,26,28,30],command:[28,8],smoother:[9,18],react:[23,18,7],puttosleep:[3,19],landscap:18,enodr:19,geomsweptagainst:5,samplesubmarinefiltershad:30,extent:[4,15,30,17,18],extens:[14,15,1,4,20,21,5,16,22,9],all:[3,2,4,5,6,7,13,14,16,20,23,28,30,0,9,11,12,31,15,10,17,18,19,21,25,26,27,32,33],expect:[0,17,18,3,6,24,9,11,28,30,13,33],shirt:16,comment:3,eanalog_input_brak:[18,19],vehicledrivablesurfacetotirefrictionpair:18,rigidbodymass:18,setcontactreportthreshold:9,pattern:[14,10,2,18,4,21],irrespect:[3,26],physx3common_x64_test:33,sprung:18,incompat:[28,5],suspsprungmass:18,doublesid:5,penal:18,repxobject:19,auto:1,vehicle4w:18,accident:24,mminfilterednormalisedload:18,form:[14,3,16,17,18,4,23,9,26,28,12],postfilt:[0,19],px_define_typeinfo:21,pxident:[14,3,16,17,18,19,11,28],inextens:16,subordin:21,immedi:[15,1,17,19,22,25,9],simpl:[14,0,16,17,18,3,4,19,5,8,25,9,11,15,28,30],nearer:18,deviat:[16,18],linecolorlow:18,wheelidx:18,swap:[0,7],nxustream:13,emtd:[5,11],succinctli:13,ccdfiltertest:19,pivot:11,physx3_:20,skill:18,eignore_initial_overlap:5,pxobstacl:15,fifo:10,sweep:[15,1,9,17,11],specif:[14,0,16,3,4,30,20,19,5,6,22,25,11,15,12,31],propag:[18,2],pxi16:11,inaccuraci:4,pxconvexmeshgeometryflag:[17,11],cleartorqu:[7,19],popular:[14,11],hopefulli:18,dedic:[15,5,19],yet:[4,28,25,13],exist:[14,0,16,18,15,4,19,5,23,25,9,11,30,13],sdkroot:14,ptr:[14,7],pxfilterdata:[30,22,9,13,19],mmaxbraketorqu:18,setmaxnbstaticshap:0,gun:25,basic:[14,15,1,21,11,27],gui:23,setanalogbrak:18,maxedgelength:15,scale:[14,1,9,11],pxphysic:[14,0,16,17,18,3,4,19,23,9,28,30,31,13,33],wait:[10,7,19],getinternalfaceindic:9,option:[31,0,1,21,17,3,4,30,19,5,16,8,22,25,9,11,15,27,28,12,29],header:[14,1],jitteri:[22,32],setselfcollisionstiff:16,togeth:[0,18,3,4,30,5,6,9,28,12],col:11,renderbaseactor:17,peak:18,explod:9,angular1:4,eurogrpah:25,etank_wheel_8th_from_front_left:19,pxserialframework:21,inferior:30,mcudacontextmanag:10,maxim:[25,18,11],linearcapsulesweep:13,cast:1,testccdfiltershad:9,physx3commonchecked_x64_test:33,overlapshap:0,ewheel:19,until:[14,0,16,17,18,3,4,19,5,10,7,25,9,11,15,28,30,32,29],maxstat:0,encapsul:[25,30,17,11],workload:10,getnam:10,user:1,understand:[3,18,15,4,6,11,30],throughout:[25,6,18],ineffect:25,symbol:13,evalu:17,heightfieldpos:5,arrai:[0,16,17,18,3,4,19,5,25,9,11,28],chm:6,maxit:5,eweld_vertic:17,emax_nb_sampl:18,imbu:3,etank_wheel_5th_from_front_left:19,maxraycastsperexecut:19,map:[28,5,17,18,19],othercompletiontask:7,pacejka:18,pxmeshcookinghint:17,max:[0,28,30,18],phxsx:28,levit:15,"3rd":15,setrigiddynamiclockflag:3,eabort:14,nbsprungmass:18,telemetri:22,pxrigidbodyflag:[3,9,19],setdriveveloc:4,pxregistercloth:16,cover:[14,3,4,21,6,25,11,30,13],echannel_normalised_tireload:18,cudacontextmanag:25,getsweepqueryresultbuff:18,three:[0,16,17,18,3,4,21,6,7,25,9,10,11,15,28,30],px_delet:19,liberti:18,tear:16,getdiffdata:18,substeps:7,physic:[1,12],test:14,arcad:9,heavi:[4,3,26,18],enorm_tire_lat_forc:19,computelinearangularimpuls:9,numid:28,releasebatch:19,choic:[14,0,16,17,18,15,6,30,33],skid:18,alon:[16,11,6,7],msprungmass:18,pxd6motion:4,deform:[1,16],meshcontactmargin:3,win:4,pxvehiclewheelssimdta:18,skin:[15,22],sacrific:3,nxcookinginterfac:13,pxfixedsizelookupt:18,maxlesepar:18,createparticlesystem:25,px_assert:[21,17],transfer:23,markserializedmem:21,evehicle_type_drive4w:19,patchcount:9,handler:[14,23],backfac:5,pxqueryhittyp:[0,18,19],addactor:[0,16,17,18,3,19,25,30,13],pxgeometryqueri:[1,17],challeng:[17,18],aconvexmesh:17,iresult:19,codepath:15,been:[3,4,5,6,7,13,16,24,28,30,0,9,11,31,15,10,17,18,19,25,33,29],pairhead:[9,7],usag:1,own:[14,3,10,18,15,4,20,6,7,25,9,23,28,30,31,13],nextcontact:9,targetveloc:4,indirect:18,pinch:16,getconstraint:4,getposit:15,beneath:17,bodya:4,rendersphereactor:17,px_serial_align:21,nbcontactpair:7,addtorqu:[3,7,19],msize:21,variat:[16,21,9,32,11],veh4wactor:18,effect:[31,0,16,17,18,3,4,19,5,6,25,9,32,11,15,13],singular:4,concess:11,setgrav:3,precis:[15,17,11],flip:[9,17],sparingli:16,perfectli:[15,10,9,18,7],hitflag:5,written:[0,21,13],evolv:6,tiresurfacetyp:19,spend:18,door:[4,9],getpxfoundationprofiledllnam:33,runtim:1,eany_hit:[22,19],multithread:[1,22],perfect:[15,9,18],evenli:18,app:[20,32,18],pxdominancegroup:3,angvel:3,stopsimul:10,sethalfforwardext:15,travers:[4,0],sln:8,eper_particle_rest_offset:25,constrain:[3,16,18,15,4,9,28,33],gscene:[26,7],pxquat:[14,17,18,19,11,12,13],isrigidactor:31,doom:15,overlaphitbuffers:19,filterdata0:[30,9,18,13,19],quad:[16,5],global:[0,16,17,18,15,4,19,25,26,11,27,30,13,33],shortest:[4,12],eno_block:[22,19],unfortun:[3,30,18,13,15],inerti:13,parent:[4,30,12],between:[14,12,9,11,15],behaviour:31,processtouch:[0,13],nbactiveactor:3,pxpvdsdk:33,unlik:[3,5,26,9,12,13],conjunct:[9,26,5,18,11],appparticleforc:25,"50th":11,pxd6jointdriv:4,edirect_comput:16,buildtriangleadjac:[17,11],chassismateri:18,variant:[3,21,17],nbtouch:[0,19],settessel:15,getsleepthreshold:3,settypepairfrict:18,eclutch_slip:19,numvalidparticl:25,directcomput:16,stiffnessmultipli:16,adher:4,top:[14,15,17,18,8,11,33],uncontrol:18,hazard:[10,29],mfinalratio:18,updateobstacl:15,lifespan:25,toi:[3,9],support:[14,12,9,11,15],repres:[14,3,16,17,18,15,4,7,25,23,11,28,30],had:[31,15,18,25,13,29],pxcreatecook:[13,33],too:[14,0,17,15,20,22,25,9,27,28,30,32],srcmetadata:28,drawwalldec:0,toe:18,max_id:28,typedef:[4,18],onccdcontactmodifi:9,thick:[31,25,5,17,11],maxqueri:19,endif:[10,25,17],mesh:[14,1],relativepos:17,counterpart:[15,18,19],tradit:9,doc:18,doe:[3,4,6,7,14,16,22,28,30,0,9,11,12,31,15,10,17,19,25,26,27,29],wrap:[16,10],cambertireforc:18,createcollectionfromxml:[28,19],createrigiddynam:[3,30,17,18,19],impulsivetorqu:3,releaseexclusiveshap:31,phor:18,count:1,setdrivenwheel:18,priorit:4,dot:[31,19,4,5,11,13],readallproperti:21,mycontactmodif:9,deactiv:4,rectangl:17,invalid:[1,20],erigid_dynam:[28,30],getshap:[30,17],everythingcollect:28,speak:[0,30,11,15],pink:18,compressionlimit:16,pxsetasserthandl:14,pxcontrollerfiltercallback:15,e9th_from_front_left:19,pxclothmotionconstraintconfig:16,snippetjoint:4,pxserial:[28,21,18,19],wheelomega:18,especi:[0,16,2,18,19,10,9,30],hitinfo:5,pxrigidactorext:[14,3,17,18,30,11,28,12,31,13],ship:13,subtract:[11,2],never:[0,10,15,20,6,22,11,30],amateri:17,rememb:[15,28,18],solverbodydata:3,shorten:0,evisu:[4,27],pxdefaulterrorcallback:[14,33],pxvehicledifferentialnwdata:18,nxuseroutputstream:13,settorestst:18,eccd_respons:19,edisable_mesh_valid:17,harri:25,seek_set:28,hood:15,lock:[1,22,16],addcollect:[28,19],upper:[4,16,12,18,19],distinguish:[0,10,19],penetr:[1,9],pxvehicleautogeneratedmetadataobjectnam:21,instabl:25,snippetprunerseri:0,download:23,reciproc:18,contigu:18,pxconstraintinfo:4,namespac:[21,23,19],sub:[18,7,25,11,30,13],sweepresult:18,spring:[4,12,18,13,19],edrive4w:19,mestimateiter:18,manoeuvr:18,sum:[9,18,2],nxspringanddampereffector:13,pxpvdsdkprofile_x64_test:33,pxclientbehaviorflag:19,setparticleacceler:16,bewar:4,frame:[0,16,17,18,3,4,30,19,6,24,9,11,15,26,28,12,32],embed:21,broadphas:[24,17],dash:11,bare:11,investig:24,pxfilterobjectattribut:[30,9,18,13,19],wheeltorqu:18,folder:[20,21,13,8],swingdriv:4,settessflag:11,bring:[4,6,18],pxvehicledrivablesurfacetyp:18,materialindex0:[17,11],materialindex1:[17,11],numshap:30,trip:18,animateleav:0,debugg:[14,27,1,11],woken:[3,19],solverprep:4,eptr:21,rendermateri:[10,17],setmassandupdateinertia:11,mmaxhandbraketorqu:18,"transient":[26,18],eerror:12,treacl:25,snippetnodr:18,youtub:18,incompress:25,getnbcontactdatablocksus:7,addcollisioncapsul:[16,19],setmot:4,silent:11,applydamag:0,mplane:17,isinair:[18,19],peculiar:3,createdrain:25,signal:[7,19],phenomenon:15,angl:[4,15,12,18],unabl:18,maxnbcontactdatablock:[11,7],minimalist:8,startsimul:10,intrus:20,disadvantag:18,axi:[15,1,17,19,4,30,5,16,22,9,12,13],cours:18,tolerancelength:3,intervent:15,role:[4,16,30,18],paramet:[14,12,1,9],pxrigiddynamiclockflag:3,focus:18,integ:[14,25,17,11],nbconstraint:3,issleep:[3,13,19],lot:[3,17,15,9,11,13],none:18,estat:[22,19],pxregisterparticl:25,tangentialspr:19,last:[31,0,16,18,3,19,5,25,9,15,32],inter:9,simplist:[30,18,7],placement:[18,11],marku:25,pointfromuv:5,pxvehiclekeysmoothingdata:18,x86:20,when:[14,12,9],ecollision_with_stat:25,pxfindfaceindex:5,drift:4,condit:[0,10,4,20,5,9,11,28],match:[28,18,19],pxconvexmeshcookingtyp:31,serializecollectiontoxml:[28,19],getwheelgraph:18,load:[3,1,17,19,22,11,28,13],distro:6,refilt:13,ediff_type_open_frontwd:18,contactrecord:3,explor:[24,8],setcmasslocalpos:[4,18,19],sampleparticl:[10,25],pendulum:18,regular:[3,16,17,19,25,11,30],waitforquit:19,aid:[18,19],minheight:11,mphysic:[3,10,25,33,19],repx:1,glpushmatrix:14,suffix:20,isrigiddynam:31,aim:[18,11],air:[18,19],pxactorflag:[27,3,25,30,7],file:[14,1,11],getpxfoundationcheckeddllnam:33,pxvehicledrivetankcontrolmodel:19,pxvolumecach:[0,19],eenable_gpu_dynam:[26,11],earli:9,pxconstraintvisu:4,createbatch:19,physicssdk:25,nxscene:13,faceindic:17,lend:[9,13],subgraph:4,balloon:13,userraycastresultbuff:[18,19],pxfoundationdebug_x64_test:33,pxrigidbodydata:3,removeaggreg:30,vehdrive4w:18,getrestparticledist:25,enforc:[4,16,12,18,19],hard:[12,11],e7th_from_front_left:19,mydellisten:19,budget:18,structur:[16,17,2,4,21,5,22,9,11,12,13],swaptohighlowvers:18,remov:[14,15,1,17,4,16,22,11],remot:[27,28,30],successfulli:[28,23,18,7,19],setvisualdebuggerflag:19,crab:[10,30],violat:[4,16],size:[4,5,7,13,14,16,23,24,28,0,9,11,15,17,18,19,21,25,26,27,32,33],amplitud:18,pxsamplesubmarin:30,vital:18,srcasset:28,difficulti:[4,18],column:[14,17,11],triggershap:30,line:[14,0,16,17,18,3,4,19,5,10,7,11,15,27,28,30],spec:11,espu_raycast:19,mbp:[30,26],sprungmass:18,setgearsdata:18,strong:[15,16,12,18,30],interv:[32,6,2],processtouchinghit:19,memorybuff:21,analog:[4,18],friendli:3,disjoint:11,john:16,intern:[1,12,11],string:[14,28],actual:[3,18,15,11,28,33],getphysxgpudllnam:33,triangl:[15,1,16,26,11,27,9],exot:18,pxbaseflag:21,cudacontextmanagerdesc:[10,25,26],zangl:12,edist:[31,0,5],setdrivetyp:12,unvalid:17,pxvehiclesetbasisvector:18,sweephitbuffers:19,princip:3,cooker:[16,17,19],fetchresultsfinish:7,glanc:18,snowmen:3,modifysampl:17,rim:18,externalacceler:25,granular:[10,25],inde:[15,18],concis:8,mminestoexplod:9,deal:[15,25,9,11,28,32],indexbuff:[25,17],omit:[20,25,5,33],approx:18,maxparticl:25,pxcapsulecontrollerdesc:15,has16bitindic:17,binarymetadata:28,particular:[3,10,18,15,4,19,5,6,9,11,30],erequire_rw_lock:10,ediff_type_open_4wd:18,exportnam:28,lockclothreaddata:19,lin0:4,lin1:4,contactcach:3,energi:[3,18,4,6,9,12,13],power:18,releaseparticl:25,getphysxgpudebugdllnam:33,bit:[14,0,16,17,18,3,20,7,25,11,15,30,13],flippedcontact:9,filtershaderdata:[0,13],pxvehicleantirollbar:22,obj:21,upward:[15,16,18],bugfix:28,mdampingratezerothrottleclutchdisengag:18,foreach:0,sizeof:[16,17,21,11,30,13],pxi32:19,abbot:18,retarget:21,angular0:4,pxfilter:30,poi:0,appparticleindic:25,could:[0,17,18,15,21,5,24,25,9,3,28,30,13],elimit:4,skinwidth:[17,13],idx:21,setgrids:25,removed_shape_oth:31,north:3,memori:1,behav:[3,16,18,4,25,9,12],eanalog_input_steer_left:[18,19],subtl:9,vehiclefiltershad:18,mwheel1:18,converg:[4,16],deadlock:10,five:18,setupdirect:15,registerbinarymetadatacallback:21,sampl:[14,1,9],springmodifi:4,residu:16,echannel_clutch_slip:[18,19],privat:21,divert:18,wheelwidth:18,setclothflag:16,pxcomputemeshpenetr:[31,5],per:[15,16,17,19,22,9,11,26,13],shorter:18,getobject:28,amaterialarrai:17,extern:[3,16,19,5,22,25,15,28,12],snippethellogrb:26,snippethelloworld:1,emax_nb_drivetank_analog_input:19,invert:15,outcom:3,scanforobstacl:10,emine_head:30,velocitytarget:4,cach:1,lowend:21,don:[16,18],egearsratio_count:18,px1dconstraintflag:4,includ:[14,0,10,21,17,18,3,4,20,19,5,6,23,8,25,9,11,28,30,31,13],pairwis:[9,13],pxvehicleupdatemod:18,normalisedtireload:18,univers:[4,6],cookclothfabr:19,pxvisualdebuggerflag:19,window:[14,0,16,20,21,5,7,25,28,13],gtreasureactor:30,skirt:16,physxgpu:33,convexshap:30,member:[14,0,3,21,5,24,9,11,30],chassisqryfilterdata:18,nbactivetransform:3,fpu:[14,15],arbitrari:[0,18,15,5,9,30,13,29],fdani:[0,19],setsphericaljointflag:4,getgeometri:[17,13],belong:[25,30],pxvehiclecomputesprungmass:18,setwheeldata:18,e7th_from_front_right:19,nqueri:19,setmassspaceinertiatensor:[3,18],pxvehicleautoboxdata:22,tirelongforcemag:18,random:25,assist:[4,11],pxactivetransform:3,submiss:10,stretchi:16,tiresurfacemateri:19,posit:[14,0,16,19,17,2,3,4,18,5,6,8,25,9,10,11,15,27,12,13,29],stai:[3,16,30,13],bump:[15,9,18],complianc:12,px_delete_serializer_adapt:21,eproject:4,egear_ratio:19,pxbatchquerypostfiltershad:0,pipelin:[32,16,26,10,11],pxplatform:31,pxvehicledifferential4wdata:22,eanalog_input__accel:18,esuspforc:19,setwheelcentreoffset:18,big:[15,28,2],prop:21,thumb:[9,18],align:[14,15,18,4,5,7,11,28,30,13],impact:[0,3,4,19,5,23,25,9,11,15,27,30,29],fulfil:[12,18],reduc:[1,9],pxconvexmesh:[14,18,28,17,11],xmlreader:21,localfram:4,quickli:[0,22,30,11],forcedynamictreerebuild:0,enorm_tire_aligning_mo:19,mtype:18,pxcollet:28,myscen:18,convexdesc:17,circumst:[3,9,11],shrink:[11,7,29],depend:[14,0,16,21,17,18,3,4,20,19,5,10,7,25,9,23,11,15,28,30,33],replac:[31,0,16,18,15,19,25,3,26,13],advers:26,worri:9,apart:[16,9,17,7],"float":[14,15,16,17,2,4,6,9,11,13],bumpi:18,script:21,exploit:18,setdampingcoeffici:19,pxgaussmaplimit:31,thank:15,tunabl:18,parentpos:12,pxcudacontextmanagerdesc:[10,25,26],older:[31,28,25,19],setgeardown:18,secur:22,ith:17,addlocalforceatlocalpo:3,pxdeletioneventflag:19,stop:[15,17,18,4,25,9,13],plu:[14,21],convexinputdata:28,getsiz:17,leav:[0,10,18,15,25,9,28],camberangl:18,addclient:23,mnumratio:18,onconstraintreleas:4,pxsetphysxgpuloadhook:33,tirecontactshap:19,recogn:14,carefulli:[15,16,13,19],etransmit_constraint:[23,19],pxps3configparam:19,getscenequeryfilterdata:19,thing:[15,18,7,9,11,28],edensity_buff:25,pxsolverbodydata:3,eenable_one_directional_frict:19,perceiv:[32,11],benefit:[4,10,7],unnecessari:[10,21,25],actorshapepair:0,pxsolvercontactdesc:3,x87:14,imag:8,wheelqueryresult:[18,19],instantan:[3,10],fricpair:19,usererrorcallback:14,twist:[4,12,13],dimens:[18,6,11],econtact_event_pos:9,khz:18,einvalid_paramet:14,staticstructur:0,myob:19,begun:10,inrigiddata:3,weak:18,fly:[15,20],stage:[18,16,20,10,11],pxcontrollerflag:19,swing:[4,12,18],centimet:[14,9,18],terrain:[18,17,11],substanti:[4,19],sim:[1,22],similarli:[0,10,18,15,4,19,5,23,9,30,13],debug:[14,1],adam:25,etank_wheel_5th_from_front_right:19,hovercraft:18,insight:24,forcelimit:4,mymateri:[30,17,13],px_binary_serial_vers:28,settwistlimit:12,leg:[4,15,16],criteria:12,pxdefaultmemoryoutputstream:17,rout:23,d3dmatrix:14,chassiscmoffset:18,share:14,sethalfheight:15,trick:[25,18],fight:4,mac:28,keyboard:18,let:[3,17,18,15,4,9,11,30,13],freeli:[4,15,18],px_max_real:3,previous:[31,0,15,19,5,3,11,28,30],throughput:10,sit:18,pxvehicleextensionapi:21,invers:[4,3,16,9,15],quantiti:[4,5],neg:[16,17,18,5,9,11],driven:[4,15,12,18],emerg:[5,18],localscaledvertex:11,secondari:18,leaf:17,lead:[0,10,18,15,9,11,3,28],contrari:[15,9],"new":[3,2,4,6,7,8,13,14,16,30,0,9,11,12,31,15,10,17,19,21,25,26,32],smallest:[16,17,18],qryfilterdata:18,dual:21,pxtask:19,radiu:[15,16,17,18,19,4,13,29],getconjug:12,setcollisionspher:16,suspens:18,immut:[30,25,26],serial:[14,1],eprevent_climbing_and_force_slid:15,cleanli:20,setmaxnbdynamicshap:0,estandard:[18,19],anchor:[4,16,19],px_unus:[18,29],linux:[28,21,8],jointdesc:3,etransmit_contact:[23,19],collectionscen:28,getbroadphaseregion:30,pxstringtabl:28,sink:[9,17],setselfcollisionindic:16,mmaxnormalisedload:18,attachshap:[14,28,30],susptraveldirect:18,prompt:8,frictionpair:18,getpolygondata:17,framework:[32,8],sciencedirect:18,erear_right:[18,19],"28tank":18,capsul:11,autowak:[3,19],dampingratio:18,print:14,win32:8,reveal:18,pxvehicledrivegraphchannel:19,incomplet:22,setwheelrotationspe:18,order:[14,0,16,21,17,3,4,19,5,10,7,25,9,11,15,28,29,30,31,13,33],settargetorient:12,shutdown:[1,22,17,8],pxvehiclewheelssimdata:[22,19],mnbmateri:28,jvcir:16,wake:[4,3,7,19],standard:[14,10,18,4,7,12],gear:22,restitutionmodifi:4,squish:3,slip:18,settransform:3,multipli:[14,3,18,11,15],group3:0,rais:[31,3,19,7,24,9,11,26,30],render:[14,15,16,17,8,22,11,27],localframe0:4,localframe1:4,getphysxcommondllnam:33,raii:10,pxvehicledifferentialnw:18,quick:[24,28,18],stamp:18,"300hz":16,substitut:13,impress:9,triplet:[16,17],elong:18,setphasesolverconfig:19,which:[3,4,5,7,13,14,16,20,24,28,30,0,9,11,12,31,15,10,17,18,19,21,25,26,32,33],px_foundation_vers:[31,33],dissip:[9,18],inlin:13,wiki:18,edrivetank:19,user_releas:31,generatemetadata:21,factori:21,resweep:9,audio:[6,18],maxjumpheight:15,inalloc:21,pxbatchquerymemori:[0,19],registercustomclassrepxseri:21,eenable_activetransform:3,nbsolverbodi:3,playback:28,ehorizont:16,blue:[15,10,18],ecollision_normal_buff:25,pxmateri:[14,3,17,18,28,30],pxmat33:[14,19],maxconstraint:4,realli:[30,18],signific:[31,0,16,17,18,19,10,7,25,11,27,13],getpxpvdsdkdllnam:33,getbinarymetadata:21,concern:[31,15,10,5,6,28],temporari:[0,16,7,26,11,9],mdampingr:18,allocateindic:25,vehicleupdatemod:18,singl:[14,12,1,9,11],broad:1,whether:[31,0,16,21,17,18,3,4,20,19,5,10,24,25,9,26,28,30,33],elimin:[16,18],overload:[14,19],underneath:18,isreleas:31,took:11,estiff:19,corrupt:10,protect:[14,10],suitabl:28,pxclothcollisiondata:19,vehactor:18,minpositionit:3,contactoffset:[15,25,9,13],emit:[0,25,9,17,26],pxvehicle4wenable3wdeltamod:[18,19],buffers:[0,5,9],bvh33:31,extrud:[31,0,5,17,15],round:[15,5,18,11],shaperenderactor:17,setackermanngeometrydata:18,eswing2:4,eswing1:4,etrigger_shap:[30,9],gettaskmanag:7,inward:18,maintain:[14,0,16,18,15,4,25,3,28],mainten:25,myrenderobject:3,contactstreamcapac:26,iscomplet:7,unpack:[6,17],pxinputstream:28,solv:[3,16,18,19,4,26,15],out:[14,0,10,17,18,3,4,19,25,9,11,15,29,30,33],corpor:25,setsolverfrequ:16,disablewheel:18,our:[3,20,6,23,11,33],certainli:18,nx_physics_sdk_vers:13,px_c_export:[3,18],pxactortypeselectionflag:[31,19],eacceler:4,reliabl:[31,18],advanc:1,pxtriggerpairflag:[31,10,30],boilerpl:4,pxvehicledrivetanksmoothanalograwinputsandsetanaloginput:18,pxconstraintproject:4,need:[3,4,5,7,13,14,16,20,23,28,30,0,9,11,31,15,10,17,18,19,21,25,29,33],entiti:[15,30],except:[15,16,18,4,20,5,10,28],segment:[5,17],heightfielddesc:17,setangularveloc:[3,7,19],echannel_accel_control:[18,19],setprojectionlineartoler:4,esteer_right_control:19,"\u03c0":[4,16,25],goe:9,piec:[15,17],roam:25,rebuildful:29,snowman:3,cheaper:[4,9,18],numvehicl:19,overlapaabbshap:13,meantim:19,remaind:18,nxactor:13,resultbuff:19,overcom:[3,18,11],groupcollisionflag:13,fluid:[22,13],postfiltershad:0,autogener:21,gvehicle4w:18,chassisdata:18,edit:18,impart:16,overwritten:21,concurr:[10,18,7,9,28,30],pxscenedesc:[14,0,10,3,19,7,25,9,11,26,30,31,13],unnotic:4,pxvehicledrive4wsmoothanalograwinputsandsetanaloginput:[18,19],"function":[14,15,1,17,21,16,9,11,12],veri:[12,9],host:26,abil:[4,18],deptid:23,interlud:18,red:11,unbal:0,sole:[3,16,18,19],unbatch:0,pxdefaultpvdfiletransportcr:23,hyperthread:30,pxbatchconstraint:3,nx_skin_width:13,consequ:[31,3,10,18,15,19,6,7,28],focusvehicl:18,longitudin:18,influenc:[3,18,19,23,25,9],newappparticleposit:25,spawn:[15,25,30],pxcapsulecontrol:15,getnumwheelgraph:19,trystandup:15,scroll:18,lose:[30,18],shadow:5,articul:[1,9],customclass:21,clang:[20,21],turbin:3,lod:[10,18],crack:9,chain:[4,10,30,28,11],demand:10,clip:[0,9,17,11,29],loss:18,eggert:18,srcwheel:18,maxraycasthit:19,appguid:10,pxjointlimitcon:4,prohibit:0,sudden:4,reserv:[14,0,25,9,28,13],getglobalpos:[14,3,17,19],greater:[15,17,18,5,9,32],primit:[27,16,17],simpli:[31,0,18,3,4,20,19,5,7,25,32,11,15,27,30,13,33],trail:15,rubberi:4,cachevolum:0,background:[10,28,29],cfm:16,rotat:[14,3,16,17,15,4,22,25,12,13],setanaloginput:18,pxvehicledrive4wsmoothdigitalrawinputsandsetanaloginput:18,createmateri:[3,28],expos:[14,5,18,13],gdefaultallocatorcallback:33,caution:[18,11],nxrai:13,eposit:[0,5,19],contain:[14,0,10,17,18,3,4,20,21,5,6,8,24,25,32,11,15,28,30,13,33],anmim:7,conform:[10,18],easili:[31,3,18,19,25,26,15],consid:9,duplic:[17,18],variabl:[15,16,17,18,19,6,23,9,11,30],dstasset:28,row2:17,largest:15,getdefaultmateri:[17,19],straight:[15,18],tensor:[3,13,11,17],account:[3,16,18,15,10,7,9,11,26,12],translatepxbas:21,pxserialobjectref:19,drivesimdata4w:18,zonestart:23,totalmass:18,lockparticlefluidreaddata:25,getnbcontrol:15,comfort:3,statu:[0,10,17],chassi:18,manag:1,intuit:[4,0,18],mnbconvex:28,clearforc:[7,19],gdefaulterrorcallback:33,fade:25,refus:22,onli:[14,15,16,20,21,9,11,27,26,12],newappparticleindic:25,state:[14,15,16,2,19,4,6,22,25,9,11,26,12,13],heightfieldgeom:5,likewis:19,depth:1,sse:14,enumer:[14,18,19,4,21,30],surfacetirepair:18,pxdataaccessflag:[16,25],setstabilizationthreshold:11,echannel_tireload:[18,19],has16bittriangleindic:17,interfer:18,defin:[14,15,1,17,21,5,16,6,22,26,27],pxcontrollercollisionflag:[15,19],distribut:[14,0,16,18,20,10,24,25,33],freespin:4,pxclothmeshquadifi:16,avoid:[15,9],mcook:33,mediat:18,pxvehiclesuspensionsweep:18,toolkit:17,enotify_threshold_force_found:9,createfrictionpair:18,pxvehiclecomputetireforc:18,alwai:[31,0,10,17,18,3,4,20,19,5,9,11,15,28,30,13,33],etight_bound:[17,11],getsusplinestart:19,inertia:[9,11],visual:[14,1,9],srcbinfil:28,pxactortypeflag:[31,19],basi:[14,30,26,18,11],geom1:[3,5],ang1:4,ang0:4,base:[14,15,16,20,21,9,26],baseid:28,drive:[1,9],fog:25,text:[27,28],sphereshap:19,stl:13,pxphysx:19,eventnam:23,e4th_from_front_left:19,lateralslip:19,tireid:18,easi:[14,15,18,6,8,9,28,33],hadblockinghit:0,museautogear:18,nx_default_sleep_lin_vel_squar:13,plain:[28,19],isrigidstat:31,overlap:[1,9],accuraci:[15,16,18,17,11],topic:[4,3],packag:[4,15,10,18],physxapi:[6,7],overlai:27,setuptanksimdata:18,repxutil:19,numrow:17,sharabl:28,createserializationregistri:[28,18,19],setsuspensiondata:18,back:[0,16,18,3,4,30,19,5,10,7,25,9,23,11,15,26,12,13],setconstraintflag:4,citat:16,com:[23,18],nbrow:[17,11],slower:[14,3,16,17,18,15],drove:18,settireloadfilterdata:18,std:[9,19],physapi:7,renam:[31,13,19],click:8,contrast:[12,6],sat:[31,9],initi:[14,15,16,17,9,11,26,12],middl:[15,16],sap:[30,26],setsteerangl:18,bouncethreshold:3,pxbatchquerydesc:[0,18,19],subsystem:[0,33],therebi:[18,7],eestim:18,pxbase:[14,31,19,4,21,28,32],solvehint:4,coupl:[15,24,9,18],drivesimdata:18,pxscenequeryreport:19,createbatchqueri:[0,18,19],henc:10,cook:1,snippetvehiclescal:22,getmaxnbcontactdatablocksus:[11,7],e3rd_from_front_left:19,kinemat:[12,1,9],shown:[15,25,18,19],e6th_from_front_left:19,sixtieth:32,indirectli:[3,10],pxclothcollisiontriangl:16,ebroken:4,pvddatastream:23,discuss:[15,1,9,11],menu:[28,23],were:[0,10,21,17,18,3,19,5,7,9,32,28,30,13],hierarch:[0,32],mcamberatrest:18,pxvehicleupd:[18,19],outstream:28,watch:[23,18],pxcontactpairhead:[9,7],"throw":3,nxcooktrianglemesh:13,applic:1,aka:10,blocking_sweep:18,mwheelssimdata:[18,19],indefinit:[3,11],pxsimulationfiltershad:30,endian:28,newton:18,etank_wheel_1st_from_front_left:19,overli:18,oncomshift:4,pxactorclientbehaviorbit:19,effort:[15,9,18],year:15,howev:[14,3,16,17,2,15,4,30,19,5,10,7,9,18,11,27,26,28,12,13],side:[14,3,1,17,18,5,8,22,25,26,28,13],prefilt:[13,19],factor:[0,17,18,15,4,3,11,27,13],climb:1,horsepow:18,correspond:[14,0,16,17,2,19,4,32,21,5,10,25,26,18,27,28,29,31,13,33],call:[3,4,5,6,7,13,14,16,23,24,28,30,0,9,11,31,15,10,17,18,19,21,25,29,32,33],emax_nb_wheel_channel:19,owner:21,introduc:[31,3,16,17,18,15,19,9,11,26,30,32],mdrivesimdata:18,const_cast:18,troublesom:15,better:[0,16,17,18,15,4,30,19,10,7,25,9,11,28,12,13],pxmeshoverlaputil:[31,19],setlinearlimit:4,mnbvert:17,either:[31,0,16,17,18,3,4,19,5,10,7,25,9,23,11,15,26,28,30,13,33],idiom:14,stiff:[16,18,19,4,25,12],nxsphereshap:13,obligatori:18,pxvisualdebuggerconnect:23,custom:[14,15,1,9,20],setwheelshapemap:[18,19],mismatch:[18,33],gtreasurefound:30,setgroup:13,cpp:[21,17,8],pxraycasthitbuff:19,pointer:[14,0,16,21,17,18,3,4,19,25,9,30,31,13],jump:15,"const":[3,2,4,5,7,13,14,23,30,0,9,11,31,15,10,17,18,19,21,25,27,29,33],stride:[16,25,17,11],safe:[14,15,10,18,4,7,9,11,30,29],trivial:[30,13],customtypepropertyinfonam:21,word:[14,0,15,6,9,13],ellipt:[4,12],mspringstrength:18,work:[3,4,5,6,7,13,14,16,20,24,30,0,9,11,31,15,10,17,18,19,32,33],reson:3,frustrat:9,pursuit:6,registerdeletionlisten:19,icon:8,setupsimdata:18,gather:11,contactdesc:3,revert:18,pxprismaticjointflag:4,focu:18,pose2:5,revers:[16,5,10,18,17],pose0:[3,5],windmil:3,gtirefrictionmultipli:18,pxoverlapcallback:[0,19],odd:25,larg:[14,0,16,17,18,3,4,19,5,24,25,9,32,11,15,27,26,28,30,13,33],immov:4,regener:15,knowledg:18,addbroadphaseregion:30,enotify_touch_lost:10,ewrit:16,glass:5,recomput:[0,18,11],e5th_from_front_left:19,lowestsetbit:25,hand:[14,18,4,7,8,25,28],solut:[0,16,18,2,15,5,7,8,9,11,28],nx_max_angular_veloc:13,eexclude_kinematics_from_active_actor:3,validparticlerang:25,isvehicleinair:19,mradiu:18,createtrianglemeshmirror:25,"4e38f":17,echannel_steer_left_control:19,mcmoffset:18,findgameplayobjectfromid:28,updatest:10,demonst:18,mmaxsteer:18,pxvehiclecopydynamicsdata:18,"16k":[22,11],"while":[0,16,17,18,3,4,19,10,7,8,24,25,9,32,11,15,27,28,30,13],cost:[0,16,18,30,9,11,26,12],travel:[15,25,18],camberangleatmaxdroop:18,"16m":11,simfilterdata:18,occup:0,across:[0,28,18],setanalogaccel:18,momentum:[4,9,6,18],"3333f":18,pxvehiclesetsweephitrejectionangl:18,malloc:[14,28,13,7],tall:9,wirefram:16,choreograph:18,addforceatpo:[3,13],setinvinertiascale1:3,shiftorigin:2,tetrahedron:16,setsubstepcount:18,plane:[14,26,1,9,16],particlesystem:25,myccdcontactmodif:9,camber:18,imposs:18,twowai:25,lack:[15,25,18],total:[0,16,18,2,15,19,25,9,11,26,30],unmodifi:5,much:[3,17,15,4,6,7,22,25,9,32,11,28,30,13],setsuspforceapppointoffset:18,eremoved_shape_trigg:[31,10,30],eparticle_system_grid:25,dialog:16,vert:[17,11],snippetvehicletank:22,edeleted_actor_0:31,edeleted_actor_1:31,invest:14,echannel_suspforc:[18,19],createvehicleactor12w:18,descriptor:[15,16,17,19,21,25,13],edg:[15,16,17,18,19,4,9,11],pxvehiclepadsmoothingdata:18,setparticlebaseflag:25,pxvehicledrive4w:19,swaptolowlodvers:18,accordingli:[31,18,2],createzero:19,oscil:[4,18],relax:18,edeleted_shape_1:31,echannel_norm_tire_lat_forc:[18,19],forth:[3,28,18,15],indexpool:25,someth:[23,15,18,17,7],mutabl:25,getindexbuff:17,perform:[14,1],pxvehicledrive4wwheelord:[18,19],eis_releas:21,epost_solver_veloc:9,mdampingratefullthrottl:18,registercustomclassbinaryseri:21,eshap:28,patholog:0,symmetr:13,"01f":[4,5,18],reset:[0,19,18,7,3],tighter:[18,17,11],nxshape:13,populateregion:30,activetransform:3,requir:[14,0,16,21,17,3,4,30,20,19,5,6,8,25,9,11,15,26,12,31,13],enabl:[3,4,5,8,13,14,16,23,28,30,9,11,12,31,15,17,18,19,25,26,27,33],optim:[0,10,18,4,20,5,23,25,9,11,28,30,13,29],eswept_integration_linear:19,respond:18,ultim:3,guid:1,pxcontactrecord:3,sens:[14,18,4,5,7,9,28],mupratio:18,mutual:4,px_max_sweep_dist:[0,5],inclin:18,summar:15,tabl:[16,22,17],david:25,librari:[14,1],facilit:[0,28,25],recordmemoryalloc:33,anywai:15,breakag:22,capac:[0,26,11,7],eblocking_hit:19,straighten:18,pxheightfieldsampl:[17,11],getbroadphasecap:30,contribut:[4,15],prematur:28,pxraycastbuff:[0,19],getpxfoundationdllnam:33,cleanup:19,pxclothcollisionspher:16,othershap:30,workaround:[9,13,11],econtact_default:[30,18,13],next:[14,0,16,18,3,4,19,10,7,25,9,11,15,28,31,13],tool:[27,21,6],heavili:18,unrealist:[15,18,11],oncontrollerhit:15,border:17,editor:25,geomtosweep:5,samplegpuloadhook:33,typeid:4,submitbatch:19,oninit:25,guserphysxtyp:21,guidanc:31,nbactor:30,forinternalus:4,pxgpudispatch:25,setminlongslipdenomin:18,surface_type_tarmac:18,pxparticlebaseflag:25,bodyatoworld:4,callbackfinishtask:7,pxshapeflag:[15,19,25,9,27,30],customcreatephys:33,drivetorqu:18,implicitli:[4,28,19],pxsetphysxgpudelayloadhook:33,pxpvdsetfoundationdelayloadhook:33,nxusernotifi:13,pxcollectionext:[31,28,19],pxpruningstructuretyp:[31,1,22],pxclothparticl:16,pxwheelqueryresult:[18,19],compart:22,make:[3,4,5,7,13,14,16,23,28,30,0,9,11,31,15,10,17,18,19,21,25,26,27,32,33],pxforcemod:[3,25],macro:[14,33],hitdata:29,twistdriv:4,numfac:16,wikihow:18,eall:[23,33],enginegraphposx:18,reconcil:10,hold:[3,16,15,4,19,5,10,9,28,13],boxshap:19,circl:[17,18],sample_new:17,dll:[1,22,20],bvh:29,mmaxfilterednormalisedload:18,ignor:[14,3,16,18,15,4,19,5,10,25,28,30,31],addid:28,echannel_engine_rev:[18,19],jointconnectionhandl:23,truck:18,pxsolverbodi:3,whole:[0,28,15,30,3],px_def_bin_metadata_vclass:21,zero:[14,0,16,17,2,3,4,19,5,10,25,9,18,15,12,13],setusermemori:19,idea:[18,11],actor0:[4,19],pximmediatemod:3,ediff_type_ls_4wd:18,setdigitalaccel:18,actor1:[4,19],errorstream:23,size_t:[14,28,21,7],ecommit_disabled_build_dis:0,pxraycastqueryresult:[18,19],eface_index:[31,5],albeit:18,pxobstaclecontext:[15,19],cartesian:6,sprungmasscoordin:18,mcentrebia:18,pxpvdsdkdebug_x64_test:33,translat:[3,16,2,4,5,11,28,13],notic:[4,9,17,18],pushback:19,pxactor:[14,3,15,19,25,9,32,28,30,31,13],spg:18,etank_wheel_2nd_from_front_left:19,vanishingli:18,getphys:[30,17,19],pxtoolkit:[33,17,19],environment:13,engag:18,mcamberatmaxdroop:18,subdivid:[25,30,13],"18m":11,hello:8,"25f":[16,17,18],spu:[1,22,13],ekeepbia:4,etank_wheel_9th_from_front_left:19,pair:9,artist:18,setreportallocationnam:[14,7],inch:18,gcook:13,stale:0,dist:5,zoneend:23,readabl:28,book:18,pxserializ:19,broadli:0,setscenepvdflag:23,world:[14,15,1,16,8,22,9,11,27],hitactor:19,pxfoundationchecked_x64_test:33,disk:28,getfaceindex0:9,registerrefer:21,rigiddynam:18,snippetvehiclecontactmod:18,migrat:[1,22,6],disc:4,bool:[0,21,17,18,15,4,19,5,23,25,3,32,30,13,33],deltaangularveloc:[3,9],textur:[25,18],e9th_from_front_right:19,read:[16,19,21,6,22,9],convinc:[15,9],middlewar:10,rise:[30,18],linear0:4,pxboxcontrol:15,erear_left_wheel:19,real:[3,16,17,18,15,30,6,23,9,28,12,32],px_new:19,stall:10,rear:18,pxraycastcallback:[0,19],emodify_contact:9,elev:[15,18],verbos:28,ppu:19,esolve_contact:9,minehead:30,content:[15,1,10,8,22,11,28,33],harder:18,myfiltershad:18,denot:[0,10],getforc:4,"20kg":18,fuso:18,pxraycastbuffern:19,pxmeshflag:16,rudimentari:6,delta:[3,16,15],determin:1,userprofilercallback:23,convent:22,trianglecount:5,etank_wheel_3rd_from_front_right:19,runprofil:10,constraint:[12,1,9,11,15],judici:18,actor2world:3,intempbuff:21,pxerrorcod:[14,19],correlationdist:3,einternal_contacts_are_flip:9,meshshap:30,positionbuff:25,fragil:7,edeprecated_trigger_trigger_report:22,fetch:[24,13],"80kg":18,createconvexmeshsaf:17,supportcenteronlin:23,threshold:[4,3,9,18,12],elimit_en:4,ascii:28,begin:[16,17,18,7,9,11],isrigidbodi:31,pertain:33,viscos:25,etire_lat_slip:19,einitial_overlap:19,createconvexmesh:17,camberangleatmaxcompress:18,mbia:18,cascad:21,specifi:[14,12,20,9,11],plateau:18,recoveri:[1,12],mfrontleftrightsplit:18,max_num_tire_typ:18,cylind:4,pxconstraint:[4,3,19],instead:[31,0,16,17,18,3,4,30,19,5,25,9,11,15,28,12,13,33],getpvdconnectionfactori:19,pxrevolutejointflag:4,from:[14,15,1,17,4,21,5,16,8,22,26,6,11,9,12],rest:[4,16,22,9,17],abort:10,elock_angular_i:3,abbrevi:5,isparticlefluid:31,nbcolumn:[17,11],projectionplanenorm:25,"75f":[16,18,19],dispos:[25,33],acapsuleactor:[17,13],extrem:[9,26,5,18,11],reiniti:14,inertiascal:[16,9],ecompute_convex:17,continu:[14,1],gaug:18,sign:[11,33],vertex:[1,26,16,11],interpret:[0,17,19,4,5,3],numer:[15,18,5,6,25,11,13,29],onhit:29,parameter:18,shareabl:[31,28,19],starv:10,pxvehicle4wenable3wtadpolemod:[18,19],newer:[31,28,19],impos:[18,6,7],pxlocationhit:19,meshactor:30,gl_modelview:14,rigor:16,channel:18,enormalized_tireload:19,outweigh:10,getinboundjoint:12,limb:[15,9],createvolumecach:0,pxbroadphasecap:30,govern:[18,17,7],scenedesc:[26,10,25,9],etank_wheel_7th_from_front_right:19,setmaxdepenetrationveloc:11,tumbl:25,eurograph:16,emax_nb_drive4w_analog_input:19,etwist:4,tell:[30,16,9,17,18],rbshape:25,hook:[13,33],getsuspensiondata:18,touchdist:0,pxclothfabriccr:16,meshpreprocessparam:17,wheelgraphposx:18,linearvelocityactor0:9,initialpos:0,sent:[15,10,19,23,9,7,28],than:[14,12,9,11],msubmarineactor:[30,9],pxserialz:19,reorgan:19,interchang:[31,17],pxcontactpairheaderflag:[31,10],concept:[3,1,22,6],sweephit:5,wheelgraphposi:18,spark:25,pxvisualdebuggerext:[7,19],dispar:5,pxinputdata:[28,19],tankdrivesimdata:18,pxserializationregistri:[28,21,18,19],fill:15,pxagain:[0,29],settireforceshaderfunct:18,pxreal:[0,17,18,3,4,19,5,9,11,32,29],fluiditi:9,getsusplinedir:19,setcollisiontriangl:16,linkag:18,mlatstiffi:18,overhead:[0,10,18,3,5,23,25,9,11,26],mstepsiz:[32,13],inflat:[9,11],necessarili:[15,9],sourcewheelid:18,combo:19,main:[31,0,16,18,15,30,19,5,6,7,10,28,12,32],impuls:[4,3,16,9,15],pxparticlesystem:[25,13],collectiona:28,collectionb:28,mlatstiffx:18,pxvehiclemodifywheelcontact:18,wobbl:3,efront_left:[18,19],satur:18,einequ:4,nxjointdrivedesc:13,onshapehit:15,gettirelongitudinaldir:[18,19],vertexindic:5,convexdescpolygon:17,getbehaviorflag:15,pxfiltershad:4,increas:[3,16,18,15,4,10,23,25,9,11],filtermask:30,outputstream:19,lockwrit:10,moi:18,arbitrarili:[4,5,6],enorm_tire_long_forc:19,ceas:3,posesweptagainst:5,velocitybuff:25,pxmax:11,physxmetadatagener:21,mbuf:21,sqdesc:18,muscl:4,simultan:[10,18,19,4,9,28,30,29],overlapcapsuleshap:13,hfscale:17,pxspatialindexitem:29,stutter:9,contactpoint:[31,9],pxboxobstacl:15,face:[1,26,16,11],userraycasthitbuff:19,instanc:[0,16,17,18,19,4,21,5,10,7,24,25,11,27,28,30,13,33],crash:[10,30,20,11,28],braketorqu:18,nbmateri:[17,11],collectforexport:19,pick:[0,16,18],particlemass:25,diff4w:18,show:[0,16,21,17,18,3,4,19,5,10,25,11,28,30,32,29],ecollision_twowai:25,curv:22,pxsceneflag:[26,22,9,11,19],mmass:18,pxfilterobjecttyp:30,explos:0,properli:[0,18,15,24,3,11,28,30],pxvisualdebuggerconnectionflag:7,linecolorhigh:18,d6joint:4,metric:9,phors21:18,phors22:18,chanc:[0,10,9,2],proport:[4,16,25,9,18],invalidatecach:15,preserv:[15,17,18,4,2,28],trepxid:19,costli:30,bias:[4,16,18],polyhedron:17,thrust:18,"0x7fff":11,startaft:10,pxcollectforexportscen:19,common:[14,3,1,21,17,15,4,19,22,25,11],facil:25,chang:[14,15,1,4,16,6,22,9,11],getpvdconnect:19,setseparationconstraint:16,pxdumpmetadata:19,millikenresearch:18,sample_fre:30,fread:28,latest:10,eimpact:19,irregular:16,formula:[5,18],resttireload:18,anatom:[4,12],gsteervsforwardspeeddata:18,particleemitterpressur:25,mai:[3,2,4,5,6,7,13,14,16,20,28,30,0,9,11,12,31,15,10,17,18,19,21,25,26,29,32,33],ejounc:[18,19],radial:3,batchqueri:18,eposition_buff:25,signatur:[4,0,5,31,33],disableshapeinscenequerytest:30,mcpudispatch:10,refcount:10,corner:[15,22,5,11],conveyor:9,getpxfoundationdebugdllnam:33,gave:28,mcrab:10,decompos:[4,19],rowscal:[17,11],pxallocatorcallback:[14,21,13,7],createexclusiveshap:[14,3,17,18,30,11,28,12,31,13],wheelcentrecmoffset:18,monitor:11,updatez:7,http:[16,25,23,18],mnbthread:10,cuda:[1,22,26,16],thread:[14,1,9],gamepad:18,mmaxomega:18,body0vel:4,deploy:20,wheelmass:18,setprismaticjointflag:4,ediff_type_open_rearwd:18,pxccdcontactmodifycallback:[9,13],undrivable_surfac:18,convers:[18,28,17,13,19],alter:[25,18],run:[0,16,21,18,3,4,20,19,6,7,8,24,9,10,11,27,26,28,30,32],glean:30,closest:[4,16,5,22,11],getmass:18,access:[14,15,1,9],button:18,info:[21,5,18,25],wheelshap:18,geometricerror:4,waterfal:25,pxtrianglemesh:[14,28,25,17,11],getfootposit:15,nx_timestep_vari:13,setmotionconstraint:16,breakabl:[4,12],trimesh:28,addobstacl:15,itself:[15,16,18,7,25,9,23,13],troubl:[15,9,11,2],edisable_preprocess:4,pxcreatephysicssdk:13,uniformli:[0,9,3],thecook:17,kepler:[25,26],densitybuff:25,motionconstraint:16,onwak:[3,10,7],mytelemetrydata:18,eoutput_forc:4,pxcontrollerdesc:15,tempt:[15,32],onconstraintbreak:[4,7],damp:[3,16,18,19,4,25,12,13],sourc:[14,17,18,4,20,21,8,11,28,30,13],recov:[15,28,11],pxfrictiontyp:19,rapid:[3,28,18],encod:[4,30,18,11],pxcreatepvd:[23,33],partit:[4,0],fopen:28,node:4,instant:6,setnam:28,setu32collisionflag:13,pxclosevehiclesdk:[18,19],anew:3,emax_num_drivetank_analog_input:19,particularli:[3,17,18,4,7,25,30],eremoved_actor_1:31,fatalerror:[3,10,33],getsteer:[18,19],eremoved_actor_0:[31,10],wheelmap:18,nearest:0,actora:[3,13],pxclientbehaviorbit:19,list:[3,18,19,5,7,23,28,30,13],profound:18,eenable_stabil:11,pxbroadphaseext:30,emax_nb_drive_channel:19,"__file__":[14,7],accomplish:18,pxvehicle4w:18,legal:[3,10,18,7,9,13],vice:[30,11],getphysxcommondebugdllnam:33,crt:20,settireforceshaderdata:18,contactcount:9,transpar:[5,19],conceptu:18,midphasedesc:[17,11],transmit:23,snippetraycastccd:9,fix:[15,1,17,16,22,26,11],e8th_from_front_right:19,getpxpvdsdkcheckeddllnam:33,ellips:12,files:28,tree:12,pxplaneequationfromtransform:17,vehiclewheelqueryresult:[18,19],cumbersom:2,prioriti:[4,10,13],createserialobjectid:28,misus:3,wakeup:[3,7,19],rearrang:18,nxuseralloc:13,heurist:21,targetposit:[4,12],significantli:[0,16,17,18,3,4,19,23,25,11,28,30],pxclothparticleseperationconstraint:16},objects:{},filenames:["Manual/SceneQueries","Index","Manual/OriginShift","Manual/RigidBodyDynamics","Manual/Joints","Manual/GeometryQueries","Manual/Introduction","Manual/Simulation","Manual/HelloWorld","Manual/AdvancedCollisionDetection","Manual/Threading","Manual/BestPractices","Manual/Articulations","Manual/MigrationFrom28","Manual/API","Manual/CharacterControllers","Manual/Cloth","Manual/Geometry","Manual/Vehicles","Manual/MigrationTo33","Manual/BuildingWithPhysX","Manual/ExtendingSerialization","Manual/Index","Manual/VisualDebugger","Manual/Statistics","Manual/Particles","Manual/GPURigidBodies","Manual/DebugVisualization","Manual/Serialization","Manual/SpatialQueries","Manual/RigidBodyCollision","Manual/MigrationTo34","Manual/RigidBodyOverview","Manual/Startup"],objnames:{},titleterms:{overview:[21,32],pxvehicleantirollbar:18,configur:[4,20],snippet:[16,28,18,8],recoveri:15,climb:[15,18],drivabl:18,foundat:33,against:5,simul:[10,16,7,24,32,11,30,13],modul:15,detect:[16,9,13],time:[15,13],specul:9,kill:11,tank:18,pxgeometryqueri:5,bottleneck:11,consid:11,memori:[14,10,7,11,28,13],consider:[10,26],shift:2,extrapol:18,pxvehicledrivenw:18,enon:0,stream:[23,11],vehicl:[18,19],sluggish:18,mass:[4,3,16],manag:[14,15,4,25,28,13],aggreg:30,createshap:31,sdk:[31,1,18,19,23,13,33],implement:10,flush:11,behavior:[4,15,9,11],extern:23,sphere:[5,17],snippethelloworld:8,visual:[31,19,4,23,8,11,27],doubl:10,flag:[23,11],pxextens:31,hit:[0,15],multi:[18,11],name:28,synchron:7,index:[25,13],advanc:[9,23,18],troubleshoot:[15,16,25,28,18],scene:[31,0,10,2,19,7,11,30,13],lightcputask:10,wall:15,materi:13,pxqueryflag:0,phase:[30,11],librari:20,rest:25,taskmanag:[10,19],base:17,ackermann:18,proper:11,"16k":7,spin:[18,11],pvd:[16,23,7,28],pxvehicleautoboxdata:18,integr:[16,7],build:[20,11],pxclothmeshdesc:16,filter:[0,25,30,18,13],walkabl:15,code:[28,18],singl:[0,16],edynamic_aabb_tre:0,plane:[30,5,17],polygon:17,virtual:16,convex:[5,17,11],immedi:3,welcom:6,much:18,shape:[30,16,9,13,11],merg:0,steep:18,type:[14,18,17,13],persist:9,veri:11,overflow:25,design:13,setupvehicleactor:18,quickli:18,pxvehicledrive4w:18,collect:28,extens:[25,33,13,19],part:15,heightfield:[5,13,11,17],binari:[28,21,19],scenequeri:23,thi:6,custom:[4,21,23],perform:[15,16,9,26,11],jitter:[16,11],extend:[21,23],setupdrivesimdata:18,tune:[26,9,18],access:[16,10],error:[14,23,13,11],interfac:24,domin:3,secur:33,releas:[25,30,11],graphic:15,clutch:18,more:18,pxvehicleclutchdata:18,space:16,forward:18,collis:[30,16,25,9,13],tire:18,actor:[3,16,25,13,15],guid:[18,22,25,6,11],realist:11,separ:16,unlock:4,swap:18,tabl:4,structur:25,pxvehiclenodr:18,ccd:[9,19],subordin:28,pcm:9,breakag:4,what:[26,8],deprec:[31,16,25],sweep:[0,5,13],specif:28,vertex:17,pile:11,quickhul:17,cct:15,project:[4,12],estim:18,preprocess:4,properti:3,pxpruningstructur:0,axi:3,discuss:[16,25,28],tool:28,snippetconvert:28,pxfilterdata:0,assert:14,basic:[4,0,23,13,8],creat:[15,16,25,12,30],scale:[4,16,17],penetr:[5,11],result:0,header:[20,13],buffer:[10,11,7],jitteri:18,fix:[4,0],sim:7,roll:18,nvidia:1,pxspatialindex:29,explod:11,extra:9,auto:15,sampl:[25,11],amort:30,pxvehicledrivetank:18,cast:[14,13],iter:3,grid:25,share:11,user:[14,0,22,6],bodi:[3,26,32,11,30],snippetvehiclemultithread:18,asynchron:10,"case":[15,28],dll:33,indic:17,invis:15,frequenc:16,redistribut:[20,13],cloth:[31,16,19],control:[15,18,11,19],cach:[0,28,15],physx:[14,31,1,19,20,21,6,23,8,28,13],identifi:11,hidden:15,guidelin:10,descript:13,edynam:0,telemetri:18,version:[28,18],closest:0,height:[5,17],remov:[10,13],about:6,box:[5,17],pxvehicleenginedata:18,invalid:15,alloc:11,tether:16,test:[13,11],pvdclient:23,local:16,vector:15,pxdelayloadhook:33,geometri:[15,28,5,17],car:18,best:[16,4,10,25,11,28],pair:11,capsul:[15,5,17],deform:[17,13],scratch:[11,7],skin:13,unbound:0,pxvehicletiredata:18,contact:[31,9,18],incomplet:28,world:6,spu:19,self:16,pxgpuloadhook:33,pxvehiclewheelssimdata:18,anti:18,render:13,enhanc:3,increment:17,unnatur:18,earli:11,anisotrop:13,distanc:[4,16],complet:[28,7],rare:15,practic:[16,25,10,11,28],setup:23,coordin:11,startup:[13,33],pxsceneflag:31,featur:13,torqu:[3,18],defin:[4,0],bar:18,heighfield:30,manifold:9,compon:33,gpu:[16,25,26,11],introduct:[14,0,16,17,18,15,21,5,10,25,26,11,27,28,30,32,33],"final":11,precis:5,determin:[14,3,11],convent:13,unit:[14,18],raycast:[0,18,5,13,9],engin:18,profil:[23,11],than:15,runtim:[15,11],data:[10,17,4,16,7,25,9,23,11,28],eany_hit:0,multithread:[10,13],psfoundat:33,origin:2,snippetvehicle4w:18,dynam:[3,25,11,15],pxvehiclegearsdata:18,revolut:4,broad:[30,11],pxrigidactor:31,tight:11,friction:[3,16,18,13],despair:11,specifi:16,reduc:11,eno_block:0,forc:[4,3],bound:11,disabl:[18,11],from:[31,10,13,19],updat:[15,25,18],place:7,load:33,pxparticlefluid:25,setupwheelssimulationdata:18,ground:11,pxvehiclesuspensiondata:18,trigger:[30,9],pitfal:5,notif:9,comput:11,continu:[16,9,13],usag:[27,24,11],support:[16,10],extract:9,stack:11,pxscenequeryupdatemod:0,popul:30,region:30,between:16,veloc:3,rate:11,mesh:[30,5,17,11],event:[3,10],hierarchi:13,doe:18,transform:3,migrat:[31,13,19],eprefilt:0,count:[14,31,28],obstacl:15,goe:[15,18],snippetseri:28,basetask:10,common:28,chang:[3,13],restitut:3,everyth:28,creation:[18,13],soft:4,platform:28,charact:[15,16,11,19],fluid:25,prealloc:11,spheric:4,unstabl:11,fill:[0,16],requir:28,joint:[4,12,13,11],read:25,spatial:[25,29],gener:[31,0,18],semant:10,set:20,"function":[4,0,5],network:23,per:25,differ:14,prepar:4,fabric:16,retarget:28,document:1,lock:[4,3,10],width:13,point:17,slow:[18,11],algorithm:[18,16,30,17,11],through:15,loop:32,avoid:16,articul:12,core:[31,19],delai:33,callback:[0,15,7,11,30,13],ani:0,wheel:18,serializ:28,reconnect:28,helloworld:8,sleep:[3,12,11],face:17,rebuild:11,serial:[28,21,13,7,19],system:[21,11,25],paramet:[25,13,11],estat:0,offset:[15,25],debugg:[31,19,23,8],curv:18,solver:[4,3,16],environ:11,shutdown:[13,33],api:[14,31,19,21,28,13],correct:18,snippetloadcollect:28,slowli:18,option:33,beyond:18,feel:18,modif:[9,17],detail:18,issu:[15,11],pxvehiclewheeldata:18,physxcommon:33,drain:25,shader:[4,18],interact:[15,30],kinemat:[3,30,11,15],fast:16,addit:5,acceler:[25,26,18],interest:30,valu:15,pose:[18,13],slope:18,refus:18,refer:[14,31,16,18,25,28],onli:17,inter:16,move:[15,16,18],depth:[28,5,11],limit:[4,9,11,7,17],gear:18,batch:[0,19],quantiz:11,motion:16,level:[28,18],shut:33,split:7,task:[10,7],handl:25,cuda:25,under:18,prismat:4,state:[3,18],statist:24,multipl:[0,16,10,18],mid:11,thread:[18,10,11,7],provid:17,inform:9,concept:18,inertia:16,debug:[27,13,11],other:[28,7],graviti:3,unifi:17,physic:[6,11,33],repx:[28,21,19],math:[14,19],pxrigiddynam:18,drive:[4,12],first:[28,18],applic:14,snippetvehicletank:18,file:[20,23],narrow:11,report:[4,14,9,13],stretch:16,process:0,estatic_aabb_tre:0,higher:15,particl:[31,16,25],cpudispatch:10,overlap:[0,5,13,11,15],rotat:18,compart:13,hard:4,activ:3,nxutillib:13,differenti:18,game:28,check:11,pxpruningstructuretyp:0,implic:[9,11],touch:0,well:11,"class":[14,21,13,19],deseri:28,constraint:[4,16],volum:[0,15],edeprecated_trigger_trigger_report:31,sequenc:7,pxvehicletireloadfilterdata:18,initi:[5,18],surfac:18,substep:7,pxmeshqueri:5,tweak:11,intern:15,upgrad:28,snippetvehiclenodr:18,pxvehicleackermanngeometrydata:18,block:[0,7],metadata:21,triangl:[30,5,17],never:18,epostfilt:0,fetchresult:7,turn:18,convert:28,cook:[31,17,11,28,13,33],snippetvehiclescal:18,too:18,actuat:4,pruner:11,pxgeometryhold:17,involv:10,order:18,pxvehicledifferential4wdata:18,connect:[14,23],tip:16,appli:3,step:[15,13],corner:18,when:[18,11],object:[14,0,10,15,6,11,28,32],side:23,insert:[30,11],tessel:15,tree:11,queri:[31,0,18,19,5,11,30,13,29],inflat:17,pool:25,down:[18,33],field:[5,17],steer:18,mode:[0,15,18,3],over:[15,18],model:[32,18],rigid:[3,25,26,11,30,32]}})
\ No newline at end of file |