bevy/crates/bevy_gltf
François 703ae5df5d gltf: add a name to nodes without names (#4396)
# Objective

- Animation is using `Name` to be able to address nodes in an entity free way
- When loading random animated gltf files, I noticed some had animations without names sometimes

## Solution

- Add default names to all nodes
2022-04-04 20:26:11 +00:00
..
src gltf: add a name to nodes without names (#4396) 2022-04-04 20:26:11 +00:00
Cargo.toml animation player (#4375) 2022-04-02 22:36:02 +00:00