Browse Source

updated blend file

master
FelixBrendel 8 years ago
parent
commit
ee5b948ef5
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      genSphere.py
  2. BIN
     

+ 1
- 1
genSphere.py View File

@@ -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)




BIN
View File


Loading…
Cancel
Save