Exemplo n.º 1
0
 public static Mesh Icosahedron(float radius)
 {
     return(MeshDraft.Icosahedron(radius).ToMesh());
 }