PxTriangleMeshCookingResult

Defined in include/cooking/PxCooking.h

struct PxTriangleMeshCookingResult

Result from triangle mesh cooking.

Public Types

enum Enum

Values:

enumerator eSUCCESS

Everything is A-OK.

enumerator eLARGE_TRIANGLE

a triangle is too large for well-conditioned results.

Tessellate the mesh for better behavior, see the user guide section on cooking for more details.

enumerator eFAILURE

Something unrecoverable happened.

Check the error stream to find out what.