Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我想将谷歌Cardboard演示应用程序中的视图更改为单视图。因此,我不想在每只眼睛的方便屏幕的每一半上显示图像,而是只想显示一个填充整个屏幕的图像。任何想法我该怎么做?
Cardboard
在 Android SDK 中,您调用setVRModeEnabled(false)CardboardView 对象。
setVRModeEnabled(false)
在 Unity SDK 中,您设置VRModeEnabled = falseCardboard.SDK 对象。
VRModeEnabled = false