Perline Noise 相关资料:
GPU Gens Perlin Noise 说明:
https://developer.nvidia.com/gpugems/gpugems/part-i-natural-effects/chapter-5-implementing-improved-perlin-noise
文章翻译:
https://www.cnblogs.com/Memo/archive/2008/09/08/1286963.html
Desciption of perlin noise:
https://solarianprogrammer.com/2012/07/18/perlin-noise-cpp-11/
C++ 版本的 Perlin Noise:
https://github.com/sol-prog/Perlin_Noise
Cuda 版本的 Perlin Noise:
https://github.com/covexp/cuda-noise
VTK 中的 Perlin Noise:
https://vtk.org/doc/nightly/html/classvtkPerlinNoise.html