A component I'm making needs the default camera, but this.el.sceneEl.camera
returns undefined
.
AFRAME.registerComponent('test', {
init: function () {
console.log(this.el.sceneEl.camera)
}
});
How can I retrieve the camera?
A component I'm making needs the default camera, but this.el.sceneEl.camera
returns undefined
.
AFRAME.registerComponent('test', {
init: function () {
console.log(this.el.sceneEl.camera)
}
});
How can I retrieve the camera?
Might have to wait for the camera to be set? Need to document this, but there's an event: