How to add floating buttons to VrPanoramaView for navigation as shown in the picture?

I used VrpanoramaView and gvrView. I am facing a problem to make navigation links in a panoramic image. How to make navigation buttons in panoramic images using Google VR sdk in android?

enter image description here

+5
source share
1 answer

If you look at the google link , then the default value for handling touch events or adding navigation buttons will not be set.

Even if you write your custom touch events, you cannot connect it to vrView; because this class has no way to set viewing angles such as setHeadRotation. I think this mehtod will be added in future versions.

0
source

All Articles