Skip to content

Latest commit

 

History

History
executable file
·
2 lines (2 loc) · 500 Bytes

SUMMARY.md

File metadata and controls

executable file
·
2 lines (2 loc) · 500 Bytes

How can we create more natural looking textures like surface of the roads, rocks, trees and clouds? Noise function is the answer. Since Ken Perlin invented his first noise algorithm in 80s, the technique has been extensively used throughout computer graphics and simulations. Even if you have never heard of the name, it's not possible you have never seen it. Let's look step by step at how the function is built and works. We also cover more efficient version of the algorithm called simplex noise.