mbrea-c / bevy_animation_graph

Animation graphs in Bevy!
Apache License 2.0
97 stars 5 forks source link

Replace character example #4

Closed mbrea-c closed 7 months ago

mbrea-c commented 9 months ago

The character example is not great: Plenty of candy-wrapper artefacts) are visible in the model during animation (which make the joints look weirdly thin), and I somehow got the walk/run cycle wrong (left arm moves forward while left leg is moving forward and vice versa).

It might be better for now to replace with an example based on the Bevy fox.

mbrea-c commented 8 months ago

The bevy fox example was introduced in #13, but it does not look great without proper synchronization during blending. I'm keeping the issue open until synchronization is added.

mbrea-c commented 7 months ago

Fixed the default character rig using rigify, reducing the artifacts. Also fixed the walk/run cycle.