bevy/crates/bevy_gltf/src
robtfm 27fe954623 Gltf handle missing bindposes (#18419)
# Objective

correctly load gltfs without explicit bindposes

## Solution

use identity matrices if bindposes are not found.

note: currently does nothing, as gltfs without explicit bindposes fail
to load, see <https://github.com/gltf-rs/gltf/pull/449>

---------

Co-authored-by: François Mockers <francois.mockers@vleue.com>
2025-03-24 00:09:29 +01:00
..
loader Gltf handle missing bindposes (#18419) 2025-03-24 00:09:29 +01:00
assets.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
label.rs Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
lib.rs Refactor bevy_gltf (#15994) 2025-02-26 01:00:11 +00:00
vertex_attributes.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00