Structs§
- Gltf
- Representation of a loaded glTF file.
- Gltf
Extras - Gltf
Loader - Loads glTF files with all of their data as their corresponding bevy representations.
- Gltf
Mesh - A glTF mesh, which may consist of multiple
GltfPrimitives
and an optionalGltfExtras
. - Gltf
Node - A glTF node with all of its child nodes, its
GltfMesh
,Transform
and an optionalGltfExtras
. - Gltf
Plugin - Adds support for glTF file loading to the app.
- Gltf
Primitive - Part of a
GltfMesh
that consists of aMesh
, an optionalStandardMaterial
andGltfExtras
.
Enums§
- Gltf
Error - An error that occurs when loading a glTF file.