- Home /
Gear VR - photo inside sphere deformed texture
Hi, i'm building a 360 photo tour.
In my project there are some sphere, inside the first, at center, i put the "OVRPlayer Controller" prefab.
i'm using this shader for the spheres: https://github.com/cmdr2/panorama/blob/master/Assets/Shaders/InsideVisible.shader
the problem is: the photos inside the spheres have some deformation when i start the game (walls, door warped)
the same photo in another project (using cardboard sdk) and in the "zplayer demo" app are fine, so the problem is in my unity project.
What is wrong?
Thanks, forgive my bad english.
Roberto
Answer by svitlana · Nov 08, 2016 at 02:47 PM
Use high poly sphere it should hep!
To make high poly I used Maya.
Created sphere 100 * 100
Then exported as .FBX
Feel free to ask.
Answer by RobertoD91 · Jun 21, 2016 at 09:24 PM
following this guide http://stackoverflow.com/questions/30748960/unity-photosphere-photo-viewer-for-google-cardboard i switch to skybox, now photos are ok. however the camera sees also the adjacent spheres
you can fix this setting a lower value for "clipping planes" "far" in camera's inspector
I first tried the answer above and it works well but I had much better results with this answer, using skybox is a much better solution for me.
Your answer
Follow this Question
Related Questions
Loading 8192x8192 textures at runtime on android 0 Answers
How to handle many highly detailed models in a mobile device ? 1 Answer
Why I need to put my phone to Gear VR to debug google cardboard app? 3 Answers
Why is a Unity Cardboard/Daydream hybrid app not compatible with a Moto G4? 0 Answers
Android mesh's scaling animation make the texture bug. 0 Answers