mbrea-c / bevy_animation_graph

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

Fix examples not responding to rotation keybinds #40

Closed mbrea-c closed 6 months ago

mbrea-c commented 6 months ago

A recent update to the rotation node broke the human and human_ik examples. This update makes them work as intended again by setting the correct rotation node parameters.

Additionally, the existing Cargo.lock was causing builds with dynamic linking to break, regenerated it to fix the issue.