VertexElementType
Oversigt over de forskellige former for støtte
VertexElementType er et enum i Aspose.3D FOSS for .NET.
Typ af punktpunktelementer
Valuer
| Value | Description |
|---|---|
Normal | Represents a vertex normal vector used for lighting calculations |
Binormal | Represents a vertex binormal (bitangent) vector for tangent space |
Tangent | Represents a vertex tangent vector for texture mapping |
UV | Represents texture coordinate (U,V) data for a vertex |
VertexColor | Represents per-vertex color information |
VertexWeight | Represents skinning weight values associated with a vertex |
EdgeCrease | Represents crease weight applied to mesh edges |
VertexCrease | Represents crease weight applied to individual vertices |
TextureCoordinate | Is an alias for UV texture coordinate data |
Material | Represents material index or reference assigned to a vertex |
PolygonSize | Represents the number of vertices in a polygon |
Hole | Indicates that a polygon contains a hole region |
UserData | Represents custom user-defined data attached to a vertex |