Animation blending and gltf

Are there any docs for animation blending when using gltf files? Im only seeing exanples that use .babylon files.

It looks like beginWeightedAnimation does not work with gltf.

I did find .setWeightForAllAnimatables which looks promising.

Not sure if the recommended way to blend would be to call that every frame as you blend animations, though. Seems like that could be costly.

It does look like that’s the recommended way.

3 Likes

Yes! I wrote that doc and totally yes :smiley:

1 Like