Skip to main content

Module gltf

Module gltf 

Source
Expand description

GltfLoader enables the importing of *.gltf and *.glb files in the glTF format. This requires the “gltf” feature.

Modules§

material

Structs§

GltfLoader
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.
SurfaceDataError
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.