Enum VertexAttributeUsage
Vertex attribute mask.
Namespace: GLTFast.Export
Assembly: glTFast.Export.dll
Syntax
[Flags]
public enum VertexAttributeUsage
Fields
Name | Description |
---|---|
AllTexCoords | All eight texture coordinate channels. |
BlendIndices | |
BlendWeight | |
Color | |
None | No attribute. |
Normal | |
Position | |
Skinning | Blend indices and weights, required for skinning/morph targets. |
Tangent | |
TexCoord0 | |
TexCoord1 | |
TexCoord2 | |
TexCoord3 | |
TexCoord4 | |
TexCoord5 | |
TexCoord6 | |
TexCoord7 | |
TwoTexCoords | The first two texture coordinate channels. |