enum VertexElementUsage
in Tinman.Terrain.Rendering
Enumeration
of
usage
semantics
of
vertex
format
elements.
Items
Unknown
|
= 0
|
Unknown
usage.
|
Position
|
= 1
|
Vertex
positions.
|
Normal
|
= 2
|
Vertex
normal
vectors.
|
TextureCoords
|
= 3
|
A
set
of
texture
coordinates.
|
Tangent
|
= 4
|
Vertex
tangent
/
bi-tangent
vectors.
|
Color
|
= 5
|
Vertex
colors.
|