~Fundamental Product Programming Skills (Perlin Noise)~ArchieFeb 8, 20191 min readUpdated: Mar 13, 2019In this lesson I was introduced to Perlin Noise.Perlin Noise is a type of gradient noise developed by Ken Perlin in 1983.Adding a noise map into Unity engine and editing the width is a good way to make make randomly generated terrain.
In this lesson I was introduced to Perlin Noise.Perlin Noise is a type of gradient noise developed by Ken Perlin in 1983.Adding a noise map into Unity engine and editing the width is a good way to make make randomly generated terrain.
~Product Programming Skills (Object-Oriented Programming)~Object-oriented programming consists of 'objects' and allows for ploymorphism, inheritance and encapsulation into programming. It also...
Comments