flocking:javascript中植绒算法的实现

时间:2021-07-07 11:01:54
【文件属性】:
文件名称:flocking:javascript中植绒算法的实现
文件大小:37KB
文件格式:ZIP
更新时间:2021-07-07 11:01:54
JavaScript javascript中的Focking算法 建造 $ npm install $ grunt 用法 var flocking = new Flocking ( document . getElementById ( "flocking" ) , { N : 150 , // number of boids height : 400 , // height of the canvas width : 400 , // width of the canvas max_speed : 2 , // speed limit max_force : 0.05 , // force limit nei
【文件预览】:
flocking-master
----.jshintrc(6KB)
----index.html(2KB)
----Gruntfile.js(778B)
----src()
--------flocking.js(2KB)
--------line.js(1KB)
--------vector.js(997B)
--------utils.js(631B)
--------vector3d.js(1KB)
--------circle.js(615B)
--------boid.js(7KB)
--------color.js(248B)
--------index.js(1KB)
----js()
--------index.min.js(9KB)
--------index.js(16KB)
----README.md(668B)
----css()
--------bootstrap.min.css(111KB)
----.gitignore(37B)
----package.json(381B)

网友评论