• Editor
  • Revealing the Absolute Scale of a Bone in Spine's API

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,

Related Discussions
...
  • Изменено

Hey Thank you for your reply,

Could you confirm if the variable "a" and the variable "d" in your API points to those two variables respectively?

Here is what I am seeing through Spine's API:

Yes, but you can't always use a and d for world scale X and Y. You need to call the method in the code I linked, or do the same math.