i got this to work but i dont understand why it worked

Forum Archive i got this to work but i dont understand why it worked

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15700
    puds luls
    Participant

      from frame 1 to 25 the body translates from 0 to -1.3, got that. But how do i know that i need to do -1.3/2 for frame/pose c, p, d, u then copy the c pose over the next c pose and input 1.3. trying to understand the reasoning, hard to wrap my mind around it.

      #76623
      Wayne Dixon
      Participant

        I’m struggling to follow.

        But let me have a guess.
        If the char is moving 1.3 over a full cycle.  Then it’s going to move 1.3/2 over exactly half the cycle.

        So the second half == (first half + 1.3) – (1.3/2)

        Clear as mud? haha

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘i got this to work but i dont understand why it worked’ is closed to new replies.