Module dagon.resource.gltf.bufferview

GLTF buffer view.

Description

The dagon.resource.gltf.bufferview module defines the GLTFBufferView class, which represents a view into a GLTF buffer, describing a subrange of the buffer with a specific offset, length, and stride. Buffer views are used to organize vertex attributes, indices, and other structured data in GLTF assets.

Classes

NameDescription
GLTFBufferView Represents a view into a GLTF buffer.