guillaumeblanc / ozz-animation

Open source c++ skeletal animation library and toolset
http://guillaumeblanc.github.io/ozz-animation/
Other
2.46k stars 302 forks source link

additive animation issue #139

Closed torchesburn closed 2 years ago

torchesburn commented 2 years ago

image

Additive animation causes this issue, even when its the same animaiton ( idle.ozz). Im using a mixamorig

torchesburn commented 2 years ago

image

scale goes tiny when i remove influence

torchesburn commented 2 years ago

and is oversized when weight is 1

torchesburn commented 2 years ago

I guess I need to use the Additive Builder first?

guillaumeblanc commented 2 years ago

Hi,

Indeed, animation that are used for additive blending need to go thought the AdditiveAnimationBuilder.

Is it working better?

Cheers, Guillaume