diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2017-11-20 11:35:52 -0600 |
| commit | 3cc1861221d761b7f0301b9b61de4e1aa18c09f4 (patch) | |
| tree | a51eb808016e1710a4bbd537000a493250602944 /PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html | |
| parent | PhysX 3.4.1, APEX 1.4.1 Release @22845541 (diff) | |
| download | physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.tar.xz physx-3.4-3cc1861221d761b7f0301b9b61de4e1aa18c09f4.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @23131702
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html b/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html index cc95fd69..1f5792e3 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/group__physics.html @@ -1325,11 +1325,11 @@ solver constraint visualization function<p> This function is called by the constraint post-solver framework to visualize the constraint<p> <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> - <tr><td valign="top"><tt>[out]</tt> </td><td valign="top"><em>visualizer</em> </td><td>the render buffer to render to </td></tr> - <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>constantBlock</em> </td><td>the constant data block </td></tr> + <tr><td valign="top"><tt>[out]</tt> </td><td valign="top"><em>visualizer</em> </td><td>The render buffer to render to </td></tr> + <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>constantBlock</em> </td><td>The constant data block </td></tr> <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>body0Transform</em> </td><td>The center of mass frame of the first constrained body (the identity if the actor is static, or a NULL pointer was provided for it) </td></tr> <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>body1Transform</em> </td><td>The center of mass frame of the second constrained body (the identity if the actor is static, or a NULL pointer was provided for it) </td></tr> - <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>flags</em> </td><td>the visualization flags</td></tr> + <tr><td valign="top"><tt>[in]</tt> </td><td valign="top"><em>flags</em> </td><td>The visualization flags (<a class="el" href="structPxConstraintVisualizationFlag.html" title="Flags for determining which components of the constraint should be visualized.">PxConstraintVisualizationFlag</a>)</td></tr> </table> </dl> <dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="classPxRenderBuffer.html" title="Interface for points, lines, triangles, and text buffer.">PxRenderBuffer</a> </dd></dl> |