Hello,
I was wondering if there were any variables in your API that represents the absolute scale of a bone. We are able to locate the variable for the local scale of the bone, but not one for the absolute scale. We are using TheeJS Spine API.
For example:
parent y scale = 1.8
child x of parent y scale = .5
child z of child x scale = 2.8
Does a and d represent child z's absolute scale (not 2.8 but the 1.8 x .5 x 2,8)
Best,