So I would like to change the view in the google Cardboard
demo-app to a mono-view. So that instead of displaying a image on each half of the handy-screen for each eye I want to display only one image that fills the complete screen. Any ideas how I can do that?
In the Android SDK, you call setVRModeEnabled(false)
on the CardboardView object.
In the Unity SDK, you set VRModeEnabled = false
on the Cardboard.SDK object.