VertexFieldSemantic Enumeration |
The semantic of the vertex field
Namespace: Aspose.ThreeD.UtilitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum VertexFieldSemantic
Public Enumeration VertexFieldSemantic
public enum class VertexFieldSemantic
Members
| Member 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