Exemple #1
0
 void DrawPlaneColliderBounds()
 {
     Primitives.CreatePlaneMesh(3, 3, 2, 2, mesh);
     mesh.RecalculateBounds();
 }