Difference between revisions of "Vertex"
From polycount
(Redirected page to Glossary#Vertex) |
EricChadwick (Talk | contribs) (restored and revised) |
||
Line 1: | Line 1: | ||
− | + | A vertex (plural: vertices) is a point in 3D space which stores most of the [[Rendering]] information for the [[:Category:GameEngines|game]] model: | |
+ | * [[Texture Coordinates]] | ||
+ | * [[Smoothing Groups]] | ||
+ | * [[Material IDs]] | ||
+ | * [[Vertex Normals]] | ||
+ | * [[Vertex Colors]] | ||
+ | * [[Skin Weights]] | ||
+ | * Each [[Polygon]] is defined by a list of vertices. | ||
+ | |||
+ | ---- | ||
+ | [[Category:Glossary]] |
Revision as of 19:49, 19 March 2015
A vertex (plural: vertices) is a point in 3D space which stores most of the Rendering information for the game model:
- Texture Coordinates
- Smoothing Groups
- Material IDs
- Vertex Normals
- Vertex Colors
- Skin Weights
- Each Polygon is defined by a list of vertices.