How can I give some clickable points in VR panoram

2019-04-03 18:09发布

I insert a 360 degree image in VrPanoramaView then image is showing and rotating successfully but and in this library only one click event which is panoramaView.setEventListener(new VrPanoramaEventListener() . I want to give some points in that image. So I want to know how I can give some selected points in Google VR View in android ?

1条回答
祖国的老花朵
2楼-- · 2019-04-03 18:55

Don't use panoview - just use gvrview and add a renderbox module. Use the transform class to make panoview, and then simply add anything you want. I personally add icons on the picture. Look at some of the virtual reality books at safaribooksonline.com and that will help you.

查看更多
登录 后发表回答