How can I give some clickable points in VR panorama image view in Android?

被刻印的时光 ゝ 提交于 2019-12-09 07:39:47

问题


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:


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.



来源:https://stackoverflow.com/questions/38714989/how-can-i-give-some-clickable-points-in-vr-panorama-image-view-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!