aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/PhysXCooking/src/convex/InflationConvexHullLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'PhysX_3.4/Source/PhysXCooking/src/convex/InflationConvexHullLib.h')
-rw-r--r--PhysX_3.4/Source/PhysXCooking/src/convex/InflationConvexHullLib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/PhysXCooking/src/convex/InflationConvexHullLib.h b/PhysX_3.4/Source/PhysXCooking/src/convex/InflationConvexHullLib.h
index 154c495e..3713bdb7 100644
--- a/PhysX_3.4/Source/PhysXCooking/src/convex/InflationConvexHullLib.h
+++ b/PhysX_3.4/Source/PhysXCooking/src/convex/InflationConvexHullLib.h
@@ -54,7 +54,8 @@ namespace physx
eSUCCESS = 0, // success!
eFAILURE, // failed.
eVERTEX_LIMIT_REACHED, // vertex limit reached fallback.
- eZERO_AREA_TEST_FAILED// area test failed - failed to create simplex
+ eZERO_AREA_TEST_FAILED, // area test failed - failed to create simplex
+ ePOLYGON_LIMIT_REACHED // polygons hard limit 255 reached
};
PxU32 mVcount;