Chunks fade in

Chunks fade in

2M Downloads

Fade speed is refresh rate dependent

sisby-folk opened this issue · 1 comments

commented

I figure you already knew about this one, but just in case!

Because the fadeCoeff is updated every frame, 144hz monitors fade chunks in significantly faster than 60hz monitors.

framerate.dep.mp4

If you have any interest in making the fade speed configurable, this would be necessary first ^^

commented

Hi again!
I'll fix this by saving last frame time, then calculating delta between current and past frames and finally using this delta to calculate fadeCoeff change