Expand description
GltfLoader enables the importing of *.gltf and *.glb files in the glTF format. This requires the “gltf” feature.
Modules§
Structs§
- Gltf
Loader - This object performs the loading of files in glTF format with extension “gltf” or “glb”.
- Uri
- A breakdown of the data contained within a URI.
Enums§
- Scheme
- One of the scheme types that the parser can recognize.
- Surface
Data Error - This type represents any error that may occur while importing mesh data from glTF.
Functions§
- parse_
uri - Turn a URI str slice into a Uri structure containing the parts of the URI.