VertexFieldDataType
Overview
VertexFieldDataType is a enum in Aspose.3D FOSS for .NET.
Vertex field’s data type
This enumeration defines 13 values: Float, FVector2, FVector3, FVector4, Double, Vector2, Vector3, Vector4, Int8, ByteVector4, Int16, Int32, and 1 more.
Values
| Value | Description |
|---|---|
Float | Represents a 32-bit floating-point vertex attribute |
FVector2 | Represents a 2‑component vector of 32‑bit floats for vertex data |
FVector3 | |
FVector4 | |
Double | Represents a 64-bit double‑precision floating-point vertex attribute |
Vector2 | Represents a 2‑component vector of 64‑bit doubles for vertex data |
Vector3 | |
Vector4 | |
Int8 | Represents an 8‑bit signed integer vertex attribute |
ByteVector4 | Represents a 4‑component vector of 8‑bit unsigned bytes for vertex data |
Int16 | Represents a 16‑bit signed integer vertex attribute |
Int32 | Represents a 32‑bit signed integer vertex attribute |
Int64 | Represents a 64‑bit signed integer vertex attribute |