max 9 jitter cannot limit FPS
hello, using Jit.world, I am unable to limit the fps to 30 with the argument @fps
is this normal - am i missing anything for the object to allow me to place a limit on FPS?
Cheers!
Maybe your are on an Apple Silicon computer? For some reason, I also need to set @sync 0
to cap the fps as I want.
yes, this has been happening with my m1 computer! thanks for the cue, using the @sync 0 solved the issue!