VertexElementSemantic Enumeration |
Vertex element semantics, used to identify the meaning of vertex buffer contents.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum VertexElementSemantic
Members| Member name | Value | Description |
|---|
| Position | 0 |
Position data.
|
| Normal | 1 |
Normals.
|
| Tangent | 2 |
Tangents.
|
| Bitangent | 3 |
Bitangents.
|
| Color0 | 4 |
First color channel.
|
| Color1 | 5 |
Second color channel.
|
| Color2 | 6 |
Third color channel.
|
| Color3 | 7 |
Fourth color channel.
|
| BlendIndices | 8 |
Indices.
|
| BlendWeights | 9 |
Animation weights.
|
| TextureCoordinate0 | 10 |
First texture coordinate channel (arbitrary data).
|
| TextureCoordinate1 | 11 |
Second texture coordinate channel (arbitrary data).
|
| TextureCoordinate2 | 12 |
Third texture coordinate channel (arbitrary data).
|
| TextureCoordinate3 | 13 |
Fourth texture coordinate channel (arbitrary data).
|
| TextureCoordinate4 | 14 |
Fifth texture coordinate channel (arbitrary data).
|
| TextureCoordinate5 | 15 |
Sixth texture coordinate channel (arbitrary data).
|
| TextureCoordinate6 | 16 |
Seventh texture coordinate channel (arbitrary data).
|
| TextureCoordinate7 | 17 |
Eighth texture coordinate channel (arbitrary data).
|
See Also