glTF 2.0 loader for Rust, providing access to glTF scene data.
# Cargo.toml
[dependencies]
gltf = "1.4.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a glTF file and iterate over its meshes.
Use `gltf::Gltf::from_slice` with the binary data after extracting the glTF chunk.
No dependency data recorded yet.