PxTriangleMeshCookingResult Struct Reference

Result from triangle mesh cooking. More...

#include <PxCooking.h>

Public Types

enum  Enum { eSUCCESS = 0, eLARGE_TRIANGLE, eFAILURE }
 

Detailed Description

Result from triangle mesh cooking.

Member Enumeration Documentation

◆ Enum

Enumerator
eSUCCESS 

Everything is A-OK.

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.

eFAILURE 

Something unrecoverable happened. Check the error stream to find out what.


The documentation for this struct was generated from the following file: