尝试嵌入演示场景时:https ://3d.io/docs/api/1/aframe-components.html - 我收到此错误:
Uncaught (in promise) ReferenceError: IO3D is not defined
at i.update (3dio.js:13912)
at i.updateProperties (component.js:267)
at HTMLElement.value (a-entity.js:539)
at e (a-entity.js:513)
at Array.forEach (<anonymous>)
at HTMLElement.value (a-entity.js:495)
at a-entity.js:306
at a-node.js:117
at <anonymous>
库已加载。我可以成功调用fe
IO3D.utils.services.call('Model.search', {...})
所以我觉得缺少显示框架组件的基本内容?
我的环境:
https : //3d.io 1.0.0-beta.22 (@master #274adf0 2017/08/02 10:16)
THREE.WebGLRenderer 84
A-Frame 版本:0.6.0(日期 30-06-2017 , 提交 #34d1988)
WebVR Polyfill 版本:^0.9.35
编辑:
通过脚本标签添加库就可以了!
非常感谢@geekonaut!