mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-09 13:44:32 +00:00
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:
parent
b7c04c5734
commit
2d2d3c7560
4 changed files with 130 additions and 16 deletions
|
|
@ -90,7 +90,8 @@ enum ConvexType {
|
|||
TSPolysoupConvexType,
|
||||
MeshRoadConvexType,
|
||||
ConvexShapeCollisionConvexType,
|
||||
ForestConvexType
|
||||
ForestConvexType,
|
||||
PlaneConvexType
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue