PxConvexMeshCookingType Struct Reference
[Cooking]
Enumeration for convex mesh cooking algorithms.
More...
#include <PxCooking.h>
List of all members.
Detailed Description
Enumeration for convex mesh cooking algorithms.
Member Enumeration Documentation
- Enumerator:
-
| PX_DEPRECATED |
Legacy incremental algorithm using the inflation skinWidth parameter.
The algorithm produces a hull with inflated planes. The hull's vertices are not the input vertices; new vertices are created from the inflated plane's intersections.
- Note:
- This algorithm is less stable and produces worse results than eQUICK_HULL; it is recommended to use the eQUICKHULL algorithm.
This legacy algorithm will be removed in future releases.
|
| eQUICKHULL |
The Quickhull algorithm constructs the hull from the given input points. The resulting hull will only contain a subset of the input points. |
The documentation for this struct was generated from the following file:
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.
www.nvidia.com