PlaneConvex

Working example of a plane convex type, now groundplane does not need to create a box for its collisions.
This commit is contained in:
marauder2k7 2024-05-19 01:18:50 +01:00
parent b7c04c5734
commit 2d2d3c7560
4 changed files with 130 additions and 16 deletions

View file

@ -90,7 +90,8 @@ enum ConvexType {
TSPolysoupConvexType,
MeshRoadConvexType,
ConvexShapeCollisionConvexType,
ForestConvexType
ForestConvexType,
PlaneConvexType
};