PxConvexMeshCookingType#

Defined in include/cooking/PxCooking.h

struct PxConvexMeshCookingType#

Enumeration for convex mesh cooking algorithms.

Public Types

enum Enum#

Values:

enumerator eQUICKHULL#

The Quickhull algorithm constructs the hull from the given input points.

The resulting hull will only contain a subset of the input points.