Iβm working with A-Frame in the 8th Wall Cloud Editor. I want to place a clickable 2D image in my 3D scene.
What is the best approach to achieve this?
AI suggested two methods:
1. Using with a class and handling interactions via JavaScript.
2. Using a raycaster for interaction detection.
Which method would be better in this case?