bevy/crates/bevy_gltf
François 30878e3a7d add AnimationPlayer component only on scene roots that are also animation roots (#4417)
# Objective

- Fix #4416 
- The scene has two root nodes, with the second one being the animation root

## Solution

- Check all scene root nodes, and add the `AnimationPlayer` component to nodes that are also animation roots
2022-04-05 21:52:00 +00:00
..
src add AnimationPlayer component only on scene roots that are also animation roots (#4417) 2022-04-05 21:52:00 +00:00
Cargo.toml animation player (#4375) 2022-04-02 22:36:02 +00:00