#Can someone explain how perlin noise works?
1 messages · Page 1 of 1 (latest)
Developer Forum | Roblox
Just typed it up in segments through the day at school This is a tutorial for the 3D math function called perlin noise, used for “fog screens” and random terrain generation, and perlin worms. What is the function The function for perlin noise is very simple: math.noise(X,Y,Seed) X is your… X value, Y is your Y or Z value, and the seed is th...