googlevr / gvr-unity-sdk

Google VR SDK for Unity
http://developers.google.com/vr/unity/
Other
2.71k stars 1.09k forks source link

Custom Setting in 1.7 , how to make 3D feel video? #679

Closed miraclestar closed 6 years ago

miraclestar commented 7 years ago

How to disable setting button? How to make left and right eye to see different object ?

Thanks ~

tedruxpin commented 7 years ago

Hello miraclestar, can you describe in a little more detail what you want to achieve? Regarding the settings button, do you mean the gear icon in the corner? When you say the eyes should see different objects, do you mean completely different scenes, or the more typical case of slightly different angles of the same objects?

miraclestar commented 7 years ago

@tedruxpin thanks for you reply.

yes,I want to erase the gear icon in the corner. Unity2017.1, GVR1.7;

image I have 3D pictures like this , I want the left eye can only watch the left picture, right eye can only watch the right picture. so how to do this?

vinhui commented 7 years ago

Add another camera, and set the left and right eye field accordingly. Then use camera culling mask to only show something for 1 eye.

dsternfeld7 commented 7 years ago

Additionally, you can render stereo images using a shader to control what texture is used for each eye. An example of this can be found in the Media App Template here

miraclestar commented 7 years ago

thanks @dsternfeld7

rusmaxham commented 7 years ago

Why do you want to disable the settings button? We strongly discourage doing this as this gives users access to general VR settings and is not visible to users when wearing a headset.