Added support for additive and "difference" blend modes for the blend node.
Updated human example to additively blend a "wave" animation on top of the regular motion.
Breaking changes
Blend nodes in *.animgraph.ron files need to be changed from Blend to Blend(). Since blend nodes now have a mode setting, the RON parser won't let you parse it as a unit struct.
Added support for additive and "difference" blend modes for the blend node.
Updated
human
example to additively blend a "wave" animation on top of the regular motion.Breaking changes
Blend nodes in
*.animgraph.ron
files need to be changed fromBlend
toBlend()
. Since blend nodes now have amode
setting, the RON parser won't let you parse it as a unit struct.