edcarstens / JugglePro

Juggling Pattern Animator
MIT License
4 stars 0 forks source link

Fast throw to different hand should select a fast throw Handfun #11

Open edcarstens opened 9 years ago

edcarstens commented 9 years ago

A fast throw to a different hand should cause the viewer to select the appropriate Handfun. The movement function selection is a function of the next throw destination, actually the calculated initial velocity. Throw calculations should be done far in advance, so that the next throw initial velocity is known and can be used in generating the correct hand movement.

edcarstens commented 9 years ago

This is very difficult since it requires modifying a hand movement function in advance of a throw and cannot be tackled until another task is completed (namely pre-calculating throws by at least one beat period). It would be really nice to have, but the effort required may not be worth it. The alternative is to manually specify hand movements to try to match throws.

50 JPRO points