I have a question about a VR/AR-interaction I would like to create.
I want to have an image that acts as a skybox to give an aerial perspective on a landscape and allow users to hover over a part of the image to show a small panel with a description of the object they are looking at.
For example, if I have a skybox of a cityscape and wanted to allow users to hover over a building and have a popup interaction displaying the name of the building, what would be the best strategy to do this?
I have the skybox created but have run into perspective issues when trying to add a button over a specific object.
Is this possible with this approach or would I need a textured landscape?