- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 114字
- 2021-07-02 15:38:28
Meshes - Work only with good topology
A good mesh topology consists of all polygons having only three or four sides in the model (not more). Additionally, edge loops should flow in an ordered, regular way along the contours of the model, defining its shape and form:

Clean topology
On import, Unity automatically converts any NGons (polygons with more than four sides) into triangles, if the mesh has any. However, it's better to build meshes without NGons as opposed to relying on Unity's automated methods. Not only does this cultivate good habits at the modeling phase, it also avoids any automatic and unpredictable re-topology of the mesh, which affects how it's shaded and animated.
推薦閱讀
- Java程序設(shè)計實戰(zhàn)教程
- Vue.js快速入門與深入實戰(zhàn)
- Practical DevOps
- 從0到1:HTML+CSS快速上手
- 正則表達式經(jīng)典實例(第2版)
- MySQL數(shù)據(jù)庫基礎(chǔ)實例教程(微課版)
- 自制編程語言
- Java網(wǎng)絡(luò)編程實戰(zhàn)
- OpenGL Data Visualization Cookbook
- 移動互聯(lián)網(wǎng)軟件開發(fā)實驗指導(dǎo)
- 新印象:解構(gòu)UI界面設(shè)計
- Advanced UFT 12 for Test Engineers Cookbook
- Python計算機視覺和自然語言處理
- Python Social Media Analytics
- Android嵌入式系統(tǒng)程序開發(fā)(基于Cortex-A8)