#get velocity of a hand with position
1 messages · Page 1 of 1 (latest)
If I remember correctly if you get the position one frame, than the next frame the next second you get m/ms (Metes per millisecond)
cur position - previous position in a frame by frame basis
@low harbor
@rain void
Oopsies.
Can’t you use a Sequence chip instead of a Delay?
No, the delay makes it 60hz
thats the equivalent of 30Hz for from 0 to 2 (2 execution every 30th of a second)
run is the current 30Hz pulse, after delay is another shortly after (taking time doing so) filling the gap creating 60Hz
Oh I didn’t know that thank you