We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It doesnt work on aframe 1.1.0. It crushes as soon as the component is added to a entity that in the scene.
Uncaught TypeError: Cannot read property 'array' of undefined at TextGeometry.computeBoundingSphere (index.js:96) at P.raycast (three.js:8649) at ki (three.js:34685) at Ui.intersectObjects (three.js:34733) at i.checkIntersections (raycaster.js:227) at i.tock (raycaster.js:199) at HTMLElement.tock (a-scene.js:764) at e.object3D.onAfterRender (a-scene.js:53) at We.render (three.js:18659) at HTMLElement.render (a-scene.js:798)
The text was updated successfully, but these errors were encountered:
Ah thank you for the issue report! I'll take a look at this issue and try to solve it
Sorry, something went wrong.
As it turns out this was an issue with Aframe v1.1.0 itself, as further explained in this comment
Using the latest master build (using the URL below) instead of v1.1.0 seems to resolve the issue (and should be fixed by the next aframe release)
Let me know if this works for you!
avasconcelos114
No branches or pull requests
It doesnt work on aframe 1.1.0. It crushes as soon as the component is added to a entity that in the scene.
The text was updated successfully, but these errors were encountered: