I'm getting into the wonderful world of VR using the Samsung Gear VR and the Gear VR Framework (gearvrf).
My goal is to implement a quick menu on top of a playing 360 video: have a few icons and a frame that will go around the selected one.
I already successfully implemented and modified the gvr-360video example from https://github.com/gearvrf/GearVRf-Demos/tree/master/gvr-360video and in more details this particular file: https://github.com/gearvrf/GearVRf-Demos/blob/master/gvr-360video/app/src/main/java/org/gearvrf/gvr360video/Minimal360Video.java
As I'm fully aware I have very little background in VR and 3D in general, I was therefore wondering about the specific elements of the gearvrf that I should use to implement my functionality?
Also, is it possible to detect the moment where the user removes the gearVR?