Enum GltfAccessorAttributeType
Specifier for an accessor’s type
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
public enum GltfAccessorAttributeType : byte
Fields
Name | Description |
---|---|
MAT2 | 2x2 matrix (4 values) |
MAT3 | 3x3 matrix (9 values) |
MAT4 | 4x4 matrix (16 values) |
SCALAR | Scalar. single value. |
Undefined | Unknown/undefined type |
VEC2 | Two component vector |
VEC3 | Three component vector |
VEC4 | Four component vector |