Пример #1
0
 public static Mesh Hexahedron(Vector3 width, Vector3 length, Vector3 height)
 {
     return(MeshDraft.Hexahedron(width, length, height).ToMesh());
 }
Пример #2
0
 public static Mesh Hexahedron(float width, float length, float height)
 {
     return(MeshDraft.Hexahedron(width, length, height).ToMesh());
 }