Hi,
Does monogame runtime support animation blending?
As an example I have an Entity that shots and walks. Is it posible to have a walk animation and a shot animation and blend both of them with different weights?
Cheers.
Hi,
Does monogame runtime support animation blending?
As an example I have an Entity that shots and walks. Is it posible to have a walk animation and a shot animation and blend both of them with different weights?
Cheers.
Blending and multi-track animation are some of the basic features that the base runtime in various languages supports.
The runtimes differ mostly in their specifics because different engines expose different things. Particularly rendering, where some runtimes don't allow meshes.
spine-c# and spine-monogame/xna are fully featured though. So to answer your question: yes.
Thanks.