This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
ProcGenPlanets
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
updated blend file
master
FelixBrendel
8 years ago
parent
1e971ede59
commit
ee5b948ef5
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
genSphere.py
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
Write
Preview
Loading…
Cancel
Save