Module gltf::json::accessor
[−]
Contains Accessor and other related data structures.
Modules
| sparse |
Contains data structures for sparse storage. |
Structs
| Accessor |
A typed view into a buffer view. |
| GenericComponentType |
The data type of a generic vertex attribute. |
| IndexComponentType |
The data type of an index. |
Enums
| ComponentType |
The component data type. |
| Type |
Specifies whether an attribute, vector, or matrix. |
Constants
| BYTE |
Corresponds to |
| FLOAT |
Corresponds to |
| SHORT |
Corresponds to |
| UNSIGNED_BYTE |
Corresponds to |
| UNSIGNED_INT |
Corresponds to |
| UNSIGNED_SHORT |
Corresponds to |
| VALID_ACCESSOR_TYPES |
All valid accessor types. |
| VALID_COMPONENT_TYPES |
All valid generic vertex attribute component types. |
| VALID_INDEX_TYPES |
All valid index component types. |