Exemplo n.º 1
0
 private void Start()
 {
     GetComponent <MeshFilter>().mesh = MeshE.FlatSpheroid(radius, height, horizontalSegments, verticalSegments);
 }
Exemplo n.º 2
0
 private void Start()
 {
     GetComponent <MeshFilter>().mesh = MeshE.FlatSpheroid(radius, height, longitudeSegments, latitudeSegments);
 }