VertexElementType EnumerationDelta Engine Documentation
Vertex elements are used for describe the vertex data layout. View code on GitHub

Namespace: DeltaEngine.Graphics.Vertices
Assembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public enum VertexElementType
Members

  Member nameValueDescription
Position2D1 2D position data. View code on GitHub
Position3D2 3D position data. View code on GitHub
Normal3 Normal vector data. View code on GitHub
Tangent4 Tangent vector for normal mapping. View code on GitHub
Binormal5 Binormal vector for normal mapping. View code on GitHub
Color6 Color for this vertex. View code on GitHub
TextureUV7 UV data. View code on GitHub
TextureUVW8 UVW 3D texture data for cube mapping or reflection cube maps. View code on GitHub
LightMapUV9 Optional light map UV channel (secondary texture channel). View code on GitHub
ExtraUV10 Extra UV channel. View code on GitHub
SkinIndices11 Skin bone indices. /// View code on GitHub
SkinWeights12 Skin bone weight data for skinning. View code on GitHub
See Also