Module dagon.resource.gltf.buffer

GLTF buffers.

Description

The dagon.resource.gltf.buffer module defines the GLTFBuffer class, which represents a raw binary buffer used by GLTF assets. The class supports loading buffer data from arrays, input streams, files (via a virtual file system), and base64-encoded strings. This enables support for embedded, external, and base64 buffers in GLTF 2.0 files.

Classes

NameDescription
GLTFBuffer Represents a GLTF buffer containing raw binary data. Provides methods for loading buffer data from arrays, streams, files, and base64-encoded strings.