Ejemplo n.º 1
0
    public void goToInTime(Vector3 pos, float time)
    {
        Vector3 rots = processIK(pos);

        gamma.goToInTime(new Vector3(0, rots.x, 0), time);
        alpha.goToInTime(new Vector3(rots.y, 0, 0), time);
        beta.goToInTime(new Vector3(rots.z, 0, 0), time);
    }