BabylonJS / Babylon.js

Babylon.js is a powerful, beautiful, simple, and open game and rendering engine packed into a friendly JavaScript framework.
http://www.babylonjs.com
Apache License 2.0
23.17k stars 3.42k forks source link

Animation improvements #14963

Open Popov72 opened 6 months ago

Popov72 commented 6 months ago
afrokick commented 6 months ago

Related post about Blending for VAT https://forum.babylonjs.com/t/enable-animations-blending-for-vat/49117/3

github-actions[bot] commented 5 months ago

This issue has been automatically staled because it has been inactive for more than 14 days. Please update to "unstale".

ertugrulcetin commented 5 months ago

Is this Implement a layered animation system, "a la" Unity still in the pipeline? @Popov72

Popov72 commented 5 months ago

Yes it is :) We still have a number of things to do, but everything's going well.

ertugrulcetin commented 5 months ago

Once it's done, I guess we will have some something similar like this? https://developer.playcanvas.com/user-manual/animation/anim-layer-masking/

Popov72 commented 5 months ago

Yes, it should be pretty close to what you can find in Unity's mecanim system (layers (additive or not), state machines, different types of blend trees, etc).

ertugrulcetin commented 5 months ago

Thank you for the info!