threestrap:最小的Three.js引导程序

时间:2024-05-03 15:06:42
【文件属性】:

文件名称:threestrap:最小的Three.js引导程序

文件大小:902KB

文件格式:ZIP

更新时间:2024-05-03 15:06:42

JavaScript

三带 零麻烦地使用Three.js。 Threestrap是Three.js的一个最小的,可插入的引导程序,它不影响您的工作。 虽然这绝对是一个微型的框架,它不是真正的意思来包装你的代码,而该代码,你不关心。 例子: 用法 通过凉亭安装: bower install threestrap 将build/threestrap.js添加到Three.js: < script src =" three.js " > </ script > < script src =" threestrap.js " > </ script > 获取三带上下文: var three = THREE . Bootstrap ( ) ; 这将创建整页的Three.js WebGL画布,初始化场景和相机,并设置渲染循环。 您可以访问全局变量three.scene和three.camera ,并在th


【文件预览】:
threestrap-master
----.gitignore(23B)
----package.json(907B)
----src()
--------aliases.js(278B)
--------binder.js(3KB)
--------core()
--------bootstrap.js(5KB)
--------plugin.js(1011B)
--------api.js(937B)
--------extra()
----LICENSE.md(1KB)
----karma.conf.js(2KB)
----gulpfile.js(3KB)
----build()
--------threestrap-extra.js(63KB)
--------threestrap-core.js(24KB)
--------threestrap.js(312KB)
--------threestrap.min.js(75KB)
--------threestrap-extra.min.js(34KB)
--------threestrap-core.min.js(13KB)
----examples()
--------empty.html(344B)
--------multiple_threestraps.html(2KB)
--------controls_orbit_cube.html(2KB)
--------controls_firstperson_cube.html(2KB)
--------multiple_renderers.html(2KB)
--------vr.png(324KB)
--------element_cube.html(2KB)
--------tooltip.html(2KB)
--------basic_cube.png(91KB)
--------vr.html(3KB)
--------basic_cube.html(2KB)
----README.md(6KB)
----vendor()
--------controls()
--------three.min.js(496KB)
--------stats.min.js(2KB)
--------three.js(941KB)
--------renderers()
----CHANGES.md(3KB)
----bower.json(483B)
----docs()
--------core.md(8KB)
--------extra.md(4KB)
--------custom.md(3KB)
----test()
--------core()
--------api.spec.js(515B)
--------plugin.spec.js(1KB)
--------binder.spec.js(2KB)
--------extra()
--------bootstrap.spec.js(9KB)

网友评论