|
Open CASCADE Technology
7.5.0
|
Low-level glTF data structure defining Accessor. More...
#include <RWGltf_GltfAccessor.hxx>
Public Member Functions | |
| RWGltf_GltfAccessor () | |
| Empty constructor. More... | |
Data Fields | |
| int | Id |
| identifier More... | |
| int64_t | ByteOffset |
| byte offset More... | |
| int64_t | Count |
| size More... | |
| int32_t | ByteStride |
| [0, 255] for glTF 1.0 More... | |
| RWGltf_GltfAccessorLayout | Type |
| layout type More... | |
| RWGltf_GltfAccessorCompType | ComponentType |
| component type More... | |
| Graphic3d_BndBox3d | BndBox |
| bounding box More... | |
Static Public Attributes | |
| static const int | INVALID_ID = -1 |
Low-level glTF data structure defining Accessor.
|
inline |
Empty constructor.
| Graphic3d_BndBox3d RWGltf_GltfAccessor::BndBox |
bounding box
| int64_t RWGltf_GltfAccessor::ByteOffset |
byte offset
| int32_t RWGltf_GltfAccessor::ByteStride |
[0, 255] for glTF 1.0
| RWGltf_GltfAccessorCompType RWGltf_GltfAccessor::ComponentType |
component type
| int64_t RWGltf_GltfAccessor::Count |
size
| int RWGltf_GltfAccessor::Id |
identifier
|
static |
| RWGltf_GltfAccessorLayout RWGltf_GltfAccessor::Type |
layout type
1.8.13