Enum VertexFieldSemantic
VertexFieldSemantic enumeration
The semantic of the vertex field
public enum VertexFieldSemantic
Values
Name | Value | Description |
---|---|---|
Position | 0 | Position data |
Binormal | 1 | Binormal vector |
Normal | 2 | Normal vector |
Tangent | 3 | Tangent vector |
UV | 4 | Texture UV coordinate |
VertexColor | 5 | Vertex color |
VertexCrease | 6 | Vertex crease |
EdgeCrease | 7 | Edge crease |
UserData | 8 | User data, usually for application-specific purpose |
Visibility | 9 | Visibility for components |
Specular | 10 | Specular colors |
Weight | 11 | Blend weights |
See Also
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D