mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
e7e74457c7
# Objective - Changing animation mid animation can leave the model not in its original position - ~~The movement speed is fixed, no matter the size of the model~~ ## Solution - when changing animation, set it to its initial state and wait for one frame before changing the animation - ~~when settings the camera controller, use the camera transform to know how far it is from the origin and use the distance for the speed~~ |
||
---|---|---|
.. | ||
bevymark.rs | ||
scene_viewer.rs |