I've been interested (as a hobbyist) in pseudo-random noise generation, specifically the Perlin and Simplex algorithms. The advantage to Simplex is speed (especially at higher dimensions), but Perlin can be tiled relatively easily. I was wondering if anyone was aware of a tiling simplex algorithm? Fixed-dimension is fine, generic is better; pseudocode is fine, c/c++ is better.
|
|
|
|
|
|
|
I had the same question in mind some time back. This link may help you a bit. http://www.gamedev.net/community/forums/topic.asp?topic%5Fid=409855 |
||
|
