本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
felix
/
ProcGenPlanets
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
updated blend file
master
FelixBrendel
8 年之前
父節點
1e971ede59
當前提交
ee5b948ef5
共有
2 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
genSphere.py
二進制
+ 1
- 1
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)
二進制
查看文件
Write
Preview
Loading…
取消
儲存