We are having a problem with the 360 image display, its reversed/flipped, my dev who is very experienced is still not able to figure it out why. can someone help us figure out the 2 problems. See a live demo here
Why is the 360 photo reversed, how do we fix it
How can we scale the 360 photo? is there an way to set its world scale?
Is it a photo dome? Sometimes when a dev is stuck, a simple designer like me can help Is it an equirectangular? Why not simply invert the texture in PSD? As for the scaling (of a photo dome) you can scale the dome mesh, but that’s about it I believe. The rest I would work from the camera (with fov and fov mode).
Yes , I have found that equirectangular to be sided for the outside of a sphere, not inside. If there things like signs, they appear backwards. Flipping is the quickest way to fix.
Scaling can also be done by changing the size of the sphere or dome.
Thank you all, I will get back to you with a Playground setup and see what’s going on, we really do not want to hack it by flipping it in PSD, the original image is attached for Refence.
Thing to try and report back on is, can you just go thru the UV and change X, every other one, to math.abs(x - 1)? I have that on my to do list, but farming that out to someone who also cares works for me too.
The alternative looks like ‘hacked through code’ to me VS ‘hacked through design’ But then, the choice is yours
Edit: Of course, as @JCPalmer said, you could also help making the fix (so it wouldn’t be ‘hacked’ anymore). Or you might just report it as a bug and wait for someone to fix it. A PG will be required for this. Meanwhile, I believe the easiest ‘hack’ (and easiest to update after the fix) would be the design hack. Of course, my opinion only.
I guess it’s easier than flipping your mesh UV values, and it can work without editing the texture before feeding it to your app. Just add two lines to set uAng and wAng where you instantiate your texture