Crate mugltf

Source
Expand description

Minimal glTF 2.0 asset loader

Re-exports§

pub use model::*;

Modules§

fetch_loader
file_loader
Loader of glTF resources from file system.
model
glTF 2.0 data model.

Structs§

GltfAsset
A parsed glTF 2.0 asset and resources. See: https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html
GltfResourceFetchLoader
Loader of glTF resources using fetch API.
GltfResourceFileLoader
Loader of glTF resources from file system.
LoadGltfResourceError
Error when loading resources for a glTF file.
ParseGltfError
Error when parsing a glTF / GLB file.

Enums§

LoadGltfResourceErrorKind
The kind of glTF resource loading error.
ParseGltfErrorKind
The kind of glTF parsing error.

Traits§

GltfResourceLoader
Loader of glTF resources.

Type Aliases§

Error
Error type.