Explorar el Código

updated blend file

master
FelixBrendel hace 8 años
padre
commit
ee5b948ef5
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      genSphere.py
  2. BIN
     

+ 1
- 1
genSphere.py Ver fichero

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





Cargando…
Cancelar
Guardar