文件名称:threejs-starter:为Three.js程序准备的项目框架
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-04 04:44:49
JavaScript
对于three.js项目,这可能是一个有点古怪的模板/框架。 使用透视相机查看旋转的多维数据集来设置场景。 使用OrbitControls,添加三个js stat跟踪器和dat.gui。 画布设置为与您指定其ID的dom元素的大小匹配,并在调整窗口大小时将调整大小。
跑步:
npm install
watchify index.js -o './build/bundle.js'
npm i http-server
http-server -p
【文件预览】:
threejs-starter-master
----.gitignore(39B)
----README.md(573B)
----inputTransformer.js(3KB)
----util.js(4KB)
----.gitattributes(66B)
----package.json(364B)
----index.js(4KB)
----index.html(364B)
----favicon.ico(81B)
----style.css(0B)