Module builder

Module builder 

Source
Expand description

§GltfBuilder: Main Builder Interface

This module provides the main GltfBuilder struct which serves as the primary interface for creating and exporting glTF/GLB files. It handles the construction of the complete glTF document including scenes, nodes, meshes, materials, and binary data.

The builder follows a fluent API pattern where methods can be chained together to build up the document structure incrementally.

Structs§

GltfBuilder
The main builder for creating and exporting glTF models