Understand meshes in Unity and the data they contain.
Page | Description |
---|---|
Introduction to meshes | Introductory information about meshes, and key terminology. |
Mesh data | Information about the data that a meshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info See in Glossary contains, and how Unity stores that data. |