目录
Perlin Noise
相关
Perlin Noise
wiki
中文wiki
算法发明者Ken Perlin的主页
JAVA REFERENCE IMPLEMENTATION OF IMPROVED NOISE
在图形学材质上的应用
这个介绍不错
Perlin noise in c++11
相关
Smoothstep:
Smoothstep
$$ \operatorname{smoothstep}(t) = 3t^2 - 2t^3 $$ $$ \operatorname{smootherstep}(t) = 6t^5 - 15t^4 + 10t^3 $$