PxTetrahedronMeshAnalysisResult
Defined in include/extensions/PxTetrahedronMeshAnalysisResult.h
-
class PxTetrahedronMeshAnalysisResult
These flags indicate what kind of deficiencies a tetrahedron mesh has and describe if the mesh is considered ok, problematic or invalid for softbody cooking.
Public Types
-
enum Enum
Values:
-
enumerator eVALID
-
enumerator eDEGENERATE_TETRAHEDRON
At least one tetrahedron has zero or negative volume. This can happen when the input triangle mesh contains triangles that are very elongated, e. g. one edge is a lot shorther than the other two.
-
enumerator eMESH_IS_PROBLEMATIC
flag is set if the mesh is categorized as problematic
-
enumerator eMESH_IS_INVALID
flag is set if the mesh is categorized as invalid
-
enumerator eVALID
-
enum Enum