public Vector3 GetRotate(float frame) { return(new Vector3(RotX.GetFrameValue(frame), RotY.GetFrameValue(frame), RotZ.GetFrameValue(frame))); }