This crate is intended to load glTF 2.0, a file format designed for efficient transmission of 3D assets.
It's based on the gltf crate but has an easy to use output.
This crate is perfect for your rendering projects (raytracer, OpenGL, rasterizer...).
Here are the supported features of the crates:
extras
: Retrieve all metadata json informationnames
: Retrieve names of objectsvertex-color
: Retrieve vertex color information
For examples of use see the crate documentation.