Tagged Questions
2
votes
1answer
141 views
On-the-fly Terrain Generation Based on An Existing Terrain
This question is very similar to that posed here.
My problem is that I have a map, something like this:
This map is made using 2D Perlin noise, and then running through the created heightmap ...
1
vote
2answers
1k views
AS3 3D terrain texture generation: Looking for intermediate/advanced ideas
I have been bashing away at Away3D for AS3, and have made a little terrain generator, using Perlin Noise to create a heightmap, and then for texturing, to splice together 5 images (very generic noise ...