googlevr / gvr-android-sdk

Google VR SDK for Android
http://developers.google.com/vr/android/
Other
3.28k stars 1.28k forks source link

small white bordered circle #608

Closed ganico closed 5 years ago

ganico commented 5 years ago

52436995_215675705974068_549726990362476544_n

did anyone encounter this thing?? I just noticed this, it's located around left part of the 360.. is it possible to hide it? Since it's not included on my original image asset.

sigmaxipi commented 5 years ago

That looks like the controller reticle which shouldn't be drawn when using the 2D rendering mode. Can you try changing https://github.com/googlevr/gvr-android-sdk/blob/master/samples/sdk-video360/src/main/java/com/google/vr/sdk/samples/video360/rendering/SceneRenderer.java#L252 so that reticle.glDraw(...) is only called if eyeType != Type.MONOCULAR

ganico commented 5 years ago

@sigmaxipi it worked!! thank you for your quick response ;) I'll post some more question :)