Module dagon.resource.gltf.accessor

GLTF 2.0 accessor representation.

Description

The dagon.resource.gltf.accessor module defines the GLTFAccessor class, which describes a typed view into a GLTF buffer view, including data type, component type, count, and byte offset. Accessors are used to interpret raw buffer data as vectors, matrices, or scalars for mesh attributes, skinning, and animation.

Classes

NameDescription
GLTFAccessor Represents a GLTF accessor, describing a typed view into a buffer view.

Enums

NameDescription
GLTFDataType GLTF accessor data types.