Question
frame drop independend script?
I tried to run a script with setInterval within an exact time interval but if the interval is smaller than the frame time (even if fps are set highter) when framedrops occur the script does not seem to be executed early enough.
Is there a more decent way to have a script executed exactly every X number of milliseconds?
TIA
