public void ClearPose()
 {
     for (int i = 0; i < skeleton.GetNumBones(); i++)
     {
         skeleton.GetBone(i).ClearPose();
     }
 }