Tagged Questions
1
vote
1answer
530 views
Having troubles with LibNoise.XNA and generating tileable maps
Following up on my previous post, I found a wonderful port of LibNoise for XNA. I've been working with it for about 8 hours straight and I'm tearing my hair out - I just can not get maps to tile, I ...
5
votes
1answer
2k views
Generate islands/continents with simplex noise
Managed to get something like this using a simplexnoise port i made from the original javacode to php:
Used some tips from other post:
Understanding Perlin Noise
basically, lowered the frequency ...