文件名称:tooloud:用JavaScript编写的噪声函数集合
文件大小:795KB
文件格式:ZIP
更新时间:2024-06-06 02:20:57
JavaScript
太吵了 用JavaScript编写的噪声函数集合 简单的。 内容 分形噪声 安装 npm install tooloud import tooloud from 'tooloud' ; // Optionally destructure // const { Perlin, Simplex } = tooloud; 或者 git clone https://github.com/jackunion/tooloud [removed][removed] 可用的噪音功能 tooloud . Perlin . noise ( x , y , z ) ; tooloud . Simplex . noise ( x , y , z ) ; tooloud . Worley . Euclidean ( x
【文件预览】:
tooloud-master
----webpack.config.js(296B)
----src()
--------Perlin.js(3KB)
--------Worley.js(4KB)
--------Simplex.js(2KB)
--------Fractal.js(309B)
--------index.js(966B)
----demo()
--------index.html(452B)
--------demo.js(1KB)
----examples()
--------Fractal()
--------Simplex()
--------Perlin()
--------_scaling()
--------Worley()
----LICENSE(1KB)
----README.md(10KB)
----dist()
--------tooloud.min.js(6KB)
----.gitignore(529B)
----index.js(54B)
----package-lock.json(137KB)
----package.json(658B)