diff options
| author | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
| commit | c7a921796332e8fcd51f3e05c1a318a41282e1e2 (patch) | |
| tree | 770db0c76e954045fe5178a36a7519b26df6942a /PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html | |
| parent | PhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214 (diff) | |
| download | physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.tar.xz physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.zip | |
PhysX 3.4, APEX 1.4 release candidate update: @21542069
Diffstat (limited to 'PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html')
| -rw-r--r-- | PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html b/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html index c5de72e7..9898faac 100644 --- a/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html +++ b/PhysX_3.4/Documentation/PhysXAPI/files/structPxConvexFlag.html @@ -49,7 +49,9 @@ <br> <a class="el" href="structPxConvexFlag.html#4b7bd21fa96c72b320a39e880208b4b6c694e25cda4aa49e1afb054b08bfc207">eFAST_INERTIA_COMPUTATION</a> = (1 << 7), <br> - <a class="el" href="structPxConvexFlag.html#4b7bd21fa96c72b320a39e880208b4b68126f89c7d2dac99246261ca6a7ae067">eGPU_COMPATIBLE</a> = (1 << 8) + <a class="el" href="structPxConvexFlag.html#4b7bd21fa96c72b320a39e880208b4b68126f89c7d2dac99246261ca6a7ae067">eGPU_COMPATIBLE</a> = (1 << 8), +<br> + <a class="el" href="structPxConvexFlag.html#4b7bd21fa96c72b320a39e880208b4b699ab52dd1e60d72bc99834e1b8093d78">eSHIFT_VERTICES</a> = (1 << 9) <br> }</td></tr> @@ -114,6 +116,11 @@ Convex hulls are created with respect to GPU simulation limitations. Vertex limi <p> <dl class="note" compact><dt><b>Note:</b></dt><dd>Can be used only with eCOMPUTE_CONVEX flag. </dd></dl> </td></tr> +<tr><td valign="top"><em><a class="anchor" name="4b7bd21fa96c72b320a39e880208b4b699ab52dd1e60d72bc99834e1b8093d78"></a><!-- doxytag: member="eSHIFT_VERTICES" ref="4b7bd21fa96c72b320a39e880208b4b699ab52dd1e60d72bc99834e1b8093d78" args="" -->eSHIFT_VERTICES</em> </td><td> +Convex hull input vertices are shifted to be around origin to provide better computation stability. It is recommended to provide input vertices around the origin, otherwise use this flag to improve numerical stability. +<p> +<dl class="note" compact><dt><b>Note:</b></dt><dd>Is used only with eCOMPUTE_CONVEX flag. </dd></dl> +</td></tr> </table> </dl> @@ -124,6 +131,6 @@ Convex hulls are created with respect to GPU simulation limitations. Vertex limi </div> <hr style="width: 100%; height: 2px;"><br> -Copyright © 2008-2016 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a> +Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. <a href="http://www.nvidia.com ">www.nvidia.com</a> </body> </html> |