Crate bevy_mod_gltf_patched

Source

Structs§

Gltf
Representation of a loaded glTF file.
GltfExtras
GltfLoader
Loads glTF files with all of their data as their corresponding bevy representations.
GltfMesh
A glTF mesh, which may consist of multiple GltfPrimitives and an optional GltfExtras.
GltfNode
A glTF node with all of its child nodes, its GltfMesh, Transform and an optional GltfExtras.
GltfPlugin
Adds support for glTF file loading to the app.
GltfPrimitive
Part of a GltfMesh that consists of a Mesh, an optional StandardMaterial and GltfExtras.

Enums§

GltfError
An error that occurs when loading a glTF file.