Exemplo n.º 1
0
 public Vector3 GetRotate(float frame)
 {
     return(new Vector3(RotX.GetFrameValue(frame), RotY.GetFrameValue(frame), RotZ.GetFrameValue(frame)));
 }