When trying to embed the demo-scene: https://3d.io/docs/api/1/aframe-components.html - i receive this error:
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>
Library is loaded. I can successully call f.e.
IO3D.utils.services.call('Model.search', {...})
So i feel like missing sth really basic for displaying a-frame-components?
My env:
https://3d.io 1.0.0-beta.22 (@master #274adf0 2017/08/02 10:16)
THREE.WebGLRenderer 84
A-Frame Version: 0.6.0 (Date 30-06-2017, Commit #34d1988)
WebVR Polyfill Version: ^0.9.35
Edit:
Adding the lib via script tag did the trick!
Thanks a lot to @geekonaut!