Noise

Noise in Computer Graphics- A brief introduction

Noise in Computer Graphics- A brief introduction

Using a Noise Function in shaders can produce quite interesting visual effects. For example, you can simulate clouds, fire, wood, etc. In this post I will give you a brief introduction to Noise and give you an example of using noise with shaders.