Sfoglia il codice sorgente

updated blend file

master
FelixBrendel 8 anni fa
parent
commit
ee5b948ef5
2 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      genSphere.py
  2. BIN
     

+ 1
- 1
genSphere.py Vedi 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
Vedi File


Caricamento…
Annulla
Salva