Question by
AhsanNaeem · Apr 05, 2017 at 08:58 PM ·
animationvr
Reticle gaze progress animation
In a VR application using Google VR sdk, there is a GvrReticlePointer
that is used in GvrEventSystem. I can make it to gaze for some time say 5 sec before triggering the event. Is there any possibility that it shows 5 sec progress bar when gazing? Preferably circular one.
Thanks
Comment
If the reticle is positioned statically at center of screen then, how about trying to create separate circular progress bar at center of screen. Then enable/disable circular progress bar's visibility and start the progress animation when reticle points at object. It's not so perfect but I have used this logic for my project .