I have some saved skeleton data, the data corresponds to my own skeleton proportion, lets call this skeleton Sk1. And i have other skeleton data (that corresponds to a ten old year child, by example). lets call this Sk2.
I want to scale one skeleton size, to another skeleton size, mantaining the proportions.
PS: I know the ScaleTo() extension method os Coding4Fun library but i dont understand this method in deeply.
How can i achieve it?
EDIT 1 Tha ScaleTo() extension method from the Coding4Fun did not work for me. So i am trying to implement my ow scale method to scale the entire skeleton, please refer to this question for the actual code