Tagged Questions
2
votes
1answer
534 views
Procedural terrain using 3D noise
I'm coding a procedural terrain generation based on this article from GPU Gems 1.
But using CPU (not GPU). I'm stuck at generating the procedural terrain. I just can't
figure out how make a 3D ...