vote up 1 vote down star

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.

flag

1 Answer

vote up 1 vote down

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

link|flag
Thanks for the link; unfortunately the end of the thread concludes that the implementations only have tiling Perlin noise, not Simplex noise. – fbrereto Aug 21 at 18:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.