diff --git a/genSphere.py b/genSphere.py index 496c6e8..1114fc4 100644 --- a/genSphere.py +++ b/genSphere.py @@ -147,7 +147,7 @@ def subdivide(verts, faces, iteration): verts, faces = generateIcoSphere() -for i in range(8): +for i in range(5): verts, faces = subdivide(verts, faces, i+1) diff --git a/sphere.blend b/sphere.blend index 3c815df..070b789 100644 Binary files a/sphere.blend and b/sphere.blend differ