Click or drag to resize

VertexElementSemantic Enumeration

Vertex element semantics, used to identify the meaning of vertex buffer contents.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum VertexElementSemantic
Members
  Member nameValueDescription
Position0 Position data.
Normal1 Normals.
Tangent2 Tangents.
Bitangent3 Bitangents.
Color04 First color channel.
Color15 Second color channel.
Color26 Third color channel.
Color37 Fourth color channel.
BlendIndices8 Indices.
BlendWeights9 Animation weights.
TextureCoordinate010 First texture coordinate channel (arbitrary data).
TextureCoordinate111 Second texture coordinate channel (arbitrary data).
TextureCoordinate212 Third texture coordinate channel (arbitrary data).
TextureCoordinate313 Fourth texture coordinate channel (arbitrary data).
TextureCoordinate414 Fifth texture coordinate channel (arbitrary data).
TextureCoordinate515 Sixth texture coordinate channel (arbitrary data).
TextureCoordinate616 Seventh texture coordinate channel (arbitrary data).
TextureCoordinate717 Eighth texture coordinate channel (arbitrary data).
See Also