Is there any documentation on the most efficient way to make animated static noise?
If not, could anybody explain this to me?
It seems quite heavy to just take random noise and change the seed over time, maybe it would even be better to record it and play it back (which could be an option)
Can you tell me where I have to paste this code?
I tried pasting it in “glsl1_compute” and in “glsl1_pixel” but no luck
GLSL is very undiscovered territory for me
are you using the “Random (GPU)” in the Noise TOP - what resolution and what are your cooktimes for that?
Otherwise, a trick can be to take a static random noise and randomly offset it with a Transform TOP where the Extend parameter on the Tile page is set to “Repeat”.
There is also an example of that in the OPSnippets for the Noise TOP under “Fast Noise”