Results 40 comments of Jose

Can you upload a screenshot of the error un VS Code?

Ooooohhh. Wait, you are getting the error from TypeScript and not A-Frame! Yes, the problem is that AFRAME is a global variable. What you need to do is add this...

I'm looking into the issue right now. I know this goes off topic, but you can also try super hands component: https://github.com/wmurphyrd/aframe-super-hands-component Which is way easier to setup, and works...

@TitikshaDaga Interesting. Because I'm currently using the [environment component](https://github.com/feiss/aframe-environment-component) and it definitely uses a custom skybox. Probably the sky element itself is causing some issues. Anyways, for those who are...

@TitikshaDaga Oh shoot I thought I answered you before. I noticed that the environment component doesn't use images, but a gradient as a background with THREE.Color, so that could be...

@TitikshaDaga For changing the position of an element onclick, you are going to need to use the raycaster from raycaster component, a-cursor element, cursor component or from super-hand-components (any of...

@frankangelone You can read its current position with the event! And would you kindly elaborate on what you mean by "setting those value permanently in my code"?

@ericmoore123 Sorry for taking so long to reply. It's been a while since I've worked with A-Frame. Last time it was 0.8.0, and they're already in version 1.0.3!!! (Which is...

@abonander Yoooooo, that worked! Thank you so much for sharing!

Has anyone worked this with async and v 0.5.0-dev (as of this writing)? I tried implementing the same mechanism suggested by @nicholasday but I wasn't able to do it. Here's...