GltfAccessorAttributeType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if the attribute is a scalar, vector, or matrix. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/accessor.schema.json
public enum class GltfAccessorAttributeType
public enum GltfAccessorAttributeType
type GltfAccessorAttributeType =
Public Enum GltfAccessorAttributeType
- Inheritance
-
GltfAccessorAttributeType
Fields
| MAT2 | 4 | |
| MAT3 | 5 | |
| MAT4 | 6 | |
| SCALAR | 0 | |
| VEC2 | 1 | |
| VEC3 | 2 | |
| VEC4 | 3 |