Search code examples
androidandroid-studiogoogle-cardboard

Cardboard panorama with hotspot


I'm trying to develop a Cardboard application in Android which shows some panoramas. I've studied the api given by google for Cardboard application. The question is : can I add some hotspot/buttons inside the panorama which are gonna be clickable in order to give the user the possibility to interface with panorama ( info about a single point, or change photo directly on the panorama ). I'm starting to think i'm gonna need some renderer for 3D (like Rajawali or OpenGL). This is an example : https://www.youtube.com/watch?v=uxQ9PVne3Ew This app is build with Unity, but I want something built in native language ( in my case Android ). Can you guys suggest me something? Thank you in advace


Solution

  • Hi everyone : I know there's a lot about this topic so I decided to end this torture.

    I'm currently using Rajawali libraries, which is perfect to render 3D objects. Follow the instructions, add a sphere or some other object as an hotspot and you'll be fine!