Search found 1 match
- Fri Aug 19, 2016 2:44 am
- Forum: Support and Development
- Topic: Map generation problem
- Replies: 5
- Views: 4308
Map generation problem
I am trying to generate a map using Simplex\Perlin noise. Debugging with the print function, I have discovered that love.math.noise is producing the same number for every x,y, and "seed" combination. Here is a snippet of the code: function gen_map() seed = love.math.random(0,10000) for x=1...