Jitter Glitches when Fullscreen
Hello,
I was wondering if there's anything I can fix as the jitter Matrix glitches when I toggle Fullscreen,
Steps to reproduce:
Hit the big toggle in the left corner,
Hit esc to go to Fullscreen (hit it again to exit)
When I do this it glitches and looks different from the Pwindow
No idea what glitches you're seeing that are unintended, but you are reading back to matrix at the end of the vizzie chain, which is a massive unnecessary CPU hit. Replace the TEXTURE2MATRIX and jit.window with a jit.world and your performance should improve. Also enable texture_output on all your jit.playlist objects for more performance gains. Vizzie processes using textures on the GPU, so stay on the GPU if possible. See here for an in depth explanation.
When I enter Fullscreen my entire screen kinda flickers almost and it happens rapidly, I think it might be my computer but I was wondering if something was affecting my max patch as well.
Hello, thank you again for your advice, I noticed that I was also seeing the glitches/flickering with the jit.window help patch when toggling full screen. It's probably related to my system so I submitted a support ticket.