Skip to content
New issue

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

Not working with aframe 1.1.0 #21

Open
kikoano opened this issue Dec 29, 2020 · 2 comments
Open

Not working with aframe 1.1.0 #21

kikoano opened this issue Dec 29, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@kikoano
Copy link

kikoano commented Dec 29, 2020

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)
@avasconcelos114
Copy link
Collaborator

Ah thank you for the issue report! I'll take a look at this issue and try to solve it

@avasconcelos114 avasconcelos114 added the bug Something isn't working label Jan 1, 2021
@avasconcelos114 avasconcelos114 self-assigned this Jan 1, 2021
@avasconcelos114
Copy link
Collaborator

avasconcelos114 commented Jan 1, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants