aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html
diff options
context:
space:
mode:
authorsschirm <[email protected]>2016-12-23 14:20:36 +0100
committersschirm <[email protected]>2016-12-23 14:56:17 +0100
commitef6937e69e8ee3f409cf9d460d5ad300a65d5924 (patch)
tree710426e8daa605551ce3f34b581897011101c30f /PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html
parentInitial commit: (diff)
downloadphysx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.tar.xz
physx-3.4-ef6937e69e8ee3f409cf9d460d5ad300a65d5924.zip
PhysX 3.4 / APEX 1.4 release candidate @21506124
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html')
-rw-r--r--PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html b/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html
index c97f7c27..0439c3a5 100644
--- a/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html
+++ b/PhysX_3.4/Documentation/PhysXAPI/files/PxSimulationEventCallback_8h-source.html
@@ -376,13 +376,13 @@
<a name="l00684"></a>00684 <span class="keywordflow">if</span>(patches)
<a name="l00685"></a>00685 {
<a name="l00686"></a>00686 contacts = bufferMemory + <a class="code" href="structPxContactPair.html#ac2821a1e5d8d8cc969b24f2a861a1a0" title="Number of contact patches stored in the contact stream.">patchCount</a> * <span class="keyword">sizeof</span>(<a class="code" href="structPxContactPatch.html" title="Header for contact patch where all points share same material and normal.">PxContactPatch</a>);
-<a name="l00687"></a>00687 <a class="code" href="group__foundation.html#g939562c42c614caac1aaba467f77d510" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(patches, <a class="code" href="structPxContactPair.html#48af2df819d277ca1329da1630ac4a47" title="Pointer to first patch header in contact stream containing contact patch data.">contactPatches</a>, <span class="keyword">sizeof</span>(<a class="code" href="structPxContactPatch.html" title="Header for contact patch where all points share same material and normal.">PxContactPatch</a>)*<a class="code" href="structPxContactPair.html#ac2821a1e5d8d8cc969b24f2a861a1a0" title="Number of contact patches stored in the contact stream.">patchCount</a>);
-<a name="l00688"></a>00688 <a class="code" href="group__foundation.html#g939562c42c614caac1aaba467f77d510" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(contacts, <a class="code" href="structPxContactPair.html#73d11caa7df479aa964761a376968abb" title="Pointer to first contact point in contact stream containing contact data.">contactPoints</a>, <a class="code" href="structPxContactPair.html#bf78ac4dcef249601f486b939c08d589" title="Size of the contact stream [bytes] not including force buffer.">contactStreamSize</a> - (<span class="keyword">sizeof</span>(<a class="code" href="structPxContactPatch.html" title="Header for contact patch where all points share same material and normal.">PxContactPatch</a>)*patchCount));
+<a name="l00687"></a>00687 <a class="code" href="group__foundation.html#g7c7b1457c85506999cd4b11ade180221" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(patches, <a class="code" href="structPxContactPair.html#48af2df819d277ca1329da1630ac4a47" title="Pointer to first patch header in contact stream containing contact patch data.">contactPatches</a>, <span class="keyword">sizeof</span>(<a class="code" href="structPxContactPatch.html" title="Header for contact patch where all points share same material and normal.">PxContactPatch</a>)*<a class="code" href="structPxContactPair.html#ac2821a1e5d8d8cc969b24f2a861a1a0" title="Number of contact patches stored in the contact stream.">patchCount</a>);
+<a name="l00688"></a>00688 <a class="code" href="group__foundation.html#g7c7b1457c85506999cd4b11ade180221" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(contacts, <a class="code" href="structPxContactPair.html#73d11caa7df479aa964761a376968abb" title="Pointer to first contact point in contact stream containing contact data.">contactPoints</a>, <a class="code" href="structPxContactPair.html#bf78ac4dcef249601f486b939c08d589" title="Size of the contact stream [bytes] not including force buffer.">contactStreamSize</a> - (<span class="keyword">sizeof</span>(<a class="code" href="structPxContactPatch.html" title="Header for contact patch where all points share same material and normal.">PxContactPatch</a>)*patchCount));
<a name="l00689"></a>00689 }
<a name="l00690"></a>00690
<a name="l00691"></a>00691 <span class="keywordflow">if</span>(<a class="code" href="structPxContactPair.html#0468bb8f49c3eeaf0ec18ce5b828f0ca" title="Buffer containing applied impulse data.">contactImpulses</a>)
<a name="l00692"></a>00692 {
-<a name="l00693"></a>00693 <a class="code" href="group__foundation.html#g939562c42c614caac1aaba467f77d510" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(bufferMemory + ((<a class="code" href="structPxContactPair.html#bf78ac4dcef249601f486b939c08d589" title="Size of the contact stream [bytes] not including force buffer.">contactStreamSize</a> + 15) &amp; (~15)), <a class="code" href="structPxContactPair.html#0468bb8f49c3eeaf0ec18ce5b828f0ca" title="Buffer containing applied impulse data.">contactImpulses</a>, <span class="keyword">sizeof</span>(<a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a>) * <a class="code" href="structPxContactPair.html#fd3b2178f7005d3563f41b4925e60a39" title="Number of contact points stored in the contact stream.">contactCount</a>);
+<a name="l00693"></a>00693 <a class="code" href="group__foundation.html#g7c7b1457c85506999cd4b11ade180221" title="Copies the bytes of one memory block to another. The memory blocks must not overlap...">PxMemCopy</a>(bufferMemory + ((<a class="code" href="structPxContactPair.html#bf78ac4dcef249601f486b939c08d589" title="Size of the contact stream [bytes] not including force buffer.">contactStreamSize</a> + 15) &amp; (~15)), <a class="code" href="structPxContactPair.html#0468bb8f49c3eeaf0ec18ce5b828f0ca" title="Buffer containing applied impulse data.">contactImpulses</a>, <span class="keyword">sizeof</span>(<a class="code" href="namespacephysx.html#727d2d8426e2a21ebbc522fa65c3f97a">PxReal</a>) * <a class="code" href="structPxContactPair.html#fd3b2178f7005d3563f41b4925e60a39" title="Number of contact points stored in the contact stream.">contactCount</a>);
<a name="l00694"></a>00694 }
<a name="l00695"></a>00695
<a name="l00696"></a>00696 <span class="keywordflow">if</span> (newPair)