Esempio n. 1
0
 public static Mesh Dodecahedron(float radius)
 {
     return(MeshDraft.Dodecahedron(radius).ToMesh());
 }