- 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.
推薦閱讀
- JavaScript百煉成仙
- Kibana Essentials
- C語言程序設(shè)計(第2版)
- 體驗設(shè)計原理:行為、情感和細(xì)節(jié)
- Visual Basic程序設(shè)計教程
- Visual Basic程序設(shè)計與應(yīng)用實踐教程
- Android Native Development Kit Cookbook
- Python時間序列預(yù)測
- 深入淺出React和Redux
- Creating Stunning Dashboards with QlikView
- Node.js 12實戰(zhàn)
- R Data Science Essentials
- Julia High Performance(Second Edition)
- JavaScript Concurrency
- 少兒編程輕松學(xué)(全2冊)