public:cs:perlin_noise

Perlin Noise

  • Smoothstep: Smoothstep $$ \operatorname{smoothstep}(t) = 3t^2 - 2t^3 $$ $$ \operatorname{smootherstep}(t) = 6t^5 - 15t^4 + 10t^3 $$
  • public/cs/perlin_noise.txt
  • 最后更改: 2018/02/28 13:48
  • 127.0.0.1