Re: Shadereditor experiment
I've add a simple noisemodulation. I think it looks a little bit more realistic (16x AA clears all.
PS: fract(tan(float) * 43758.5453)*2-1 is a usable replacement for noise(float). sin() and cos() instead tan() are working too. That random numbers are good enough for graphics (but not for crypto....)
|