python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to use perlin noise for 2D Tile map in top down game in Unity?
As the title suggests I want to use perlin noise to make a randomly generated terrain using tiles that I have made with a pixel width of 32x32, I've had a little look at perlin noise but it seems very...
Dylan Roff
Votes: 0
Answers: 2
Java Perlin Noise height map generation lacks desired randomness
I am trying to generate a height map using Perlin Noise, but am having trouble with generating truly unique maps. That is, each one is a minor variation of all the others. Two examples are below:
An...

M_Dragon
Votes: 0
Answers: 1
My Perlin noise script doesn't interpolate right
I'm trying to make a Perlin noise function, but the interpolation doesn't work right.
I hoped that switching the different dot products at the interpolation would work, but it doesn't.
I also tested i...

Koen124
Votes: 0
Answers: 1