Crate bevy_mod_gltf_patched
source ·Structs
- Representation of a loaded glTF file.
- Loads glTF files with all of their data as their corresponding bevy representations.
- A glTF mesh, which may consist of multiple
GltfPrimitives
and an optionalGltfExtras
. - Adds support for glTF file loading to the app.
Enums
- An error that occurs when loading a glTF file.