I am developing a project which involves ar.js that is displaying 3d objects and text to teach children the alphabet on both mobile devices and laptops. I was trying to add
I think the main issue is something with a-frame version 1.0.X. For some reason the addEventListerner('click') won't work if I use that.
a-frame version 1.0.X
addEventListerner('click')
Below is my code, you click your model and it should increase the scale. Note: there is issue about the click event not at the expected spot.