Open CASCADE Technology  7.7.0
Public Member Functions | Data Fields | Static Public Attributes

RWGltf_GltfAccessor Struct Reference

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...
 
bool IsCompressed
 flag indicating KHR_draco_mesh_compression More...
 

Static Public Attributes

static const int INVALID_ID = -1
 

Detailed Description

Low-level glTF data structure defining Accessor.

Constructor & Destructor Documentation

◆ RWGltf_GltfAccessor()

RWGltf_GltfAccessor::RWGltf_GltfAccessor ( )
inline

Empty constructor.

Field Documentation

◆ BndBox

Graphic3d_BndBox3d RWGltf_GltfAccessor::BndBox

bounding box

◆ ByteOffset

int64_t RWGltf_GltfAccessor::ByteOffset

byte offset

◆ ByteStride

int32_t RWGltf_GltfAccessor::ByteStride

[0, 255] for glTF 1.0

◆ ComponentType

RWGltf_GltfAccessorCompType RWGltf_GltfAccessor::ComponentType

component type

◆ Count

int64_t RWGltf_GltfAccessor::Count

size

◆ Id

int RWGltf_GltfAccessor::Id

identifier

◆ INVALID_ID

const int RWGltf_GltfAccessor::INVALID_ID = -1
static

◆ IsCompressed

bool RWGltf_GltfAccessor::IsCompressed

flag indicating KHR_draco_mesh_compression

◆ Type

RWGltf_GltfAccessorLayout RWGltf_GltfAccessor::Type

layout type


The documentation for this struct was generated from the following file: