I'm currently working on developing an application similar to Google Street View that is able to capture and display images in a 360 Equirectangular format using Aframe.
https://i.sstatic.net/hDSCv.gif
One idea I have been considering involves making an image primitive, like <a-image/>
, a child of the camera element, similar to how the cursor behaves. This way, the image can be detached from the camera at the exact location it is focused on.
I am seeking guidance on whether this method of attaching and detaching the image is feasible, or if there may be a more efficient approach to achieving this. Any suggestions or advice would be greatly appreciated!