aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-09-15 15:41:57 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2017-09-15 15:41:57 -0500
commitd1c812f1162e5fdb13c215792725b2591d7428f5 (patch)
tree407056c45c7e9320c48fca6a3697d81a061c4ea0 /PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html
parentPhysX 3.4, APEX 1.4 patch release @22121272 (diff)
downloadphysx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.tar.xz
physx-3.4-d1c812f1162e5fdb13c215792725b2591d7428f5.zip
PhysX 3.4.1, APEX 1.4.1 Release @22845541v3.4.1
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html b/PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html
index c7bbe925..27a77120 100644
--- a/PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/classPxRigidBody.html
@@ -660,7 +660,7 @@ Returns whether a given type name matches with the type of this instance.
<p>References <a class="el" href="PxRigidActor_8h-source.html#l00295">PxRigidActor::isKindOf()</a>.</p>
-<p>Referenced by <a class="el" href="PxRigidDynamic_8h-source.html#l00462">PxRigidDynamic::isKindOf()</a>, and <a class="el" href="PxArticulationLink_8h-source.html#l00113">PxArticulationLink::isKindOf()</a>.</p>
+<p>Referenced by <a class="el" href="PxRigidDynamic_8h-source.html#l00461">PxRigidDynamic::isKindOf()</a>, and <a class="el" href="PxArticulationLink_8h-source.html#l00113">PxArticulationLink::isKindOf()</a>.</p>
</div>
</div><p>
@@ -867,6 +867,7 @@ Values of 0 are not permitted for instances of <a class="el" href="classPxArticu
<p>
Sets a limit on the impulse that may be applied at a contact. The maximum impulse at a contact between two dynamic or kinematic bodies will be the minimum of the two limit values. For a collision between a static and a dynamic body, the impulse is limited by the value for the dynamic body.
<p>
+This value is not used in CCD unless <a class="el" href="structPxRigidBodyFlag.html#5fd4878ae66a98c030a9d976e8ba8596b2bb4cc4246807076a2103d72bd69e00" title="Permit CCD to limit maxContactImpulse. This is useful for use-cases like a destruction...">PxRigidBodyFlag::eENABLE_CCD_MAX_CONTACT_IMPULSE</a> is raised on the body.<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><tt>[in]</tt>&nbsp;</td><td valign="top"><em>maxImpulse</em>&nbsp;</td><td>the maximum contact impulse. <b>Range:</b> [0, PX_MAX_F32] <b>Default:</b> PX_MAX_F32</td></tr>