mbrea-c / bevy_animation_graph

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

Implement more arithmetic nodes #60

Closed aecsocket closed 5 days ago

aecsocket commented 5 days ago

Adds:

One issue that's present is FromEuler and IntoEuler store a glam::EulerRot to store which euler rotation mode to use for conversions. This is treated as an opaque value by bevy_reflect, so egui can't give you a dropdown box to select which variant you want. Tracking PR: https://github.com/bevyengine/bevy/pull/15349.

The default rot mode is YXZ, which is what most people will want.