-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inverted stereo in `360-photos.html´ (device dependent?) #132
Comments
The chess-pano-4k.png (Right on top, Left on bottom) is stereo inverted on a Quest 1 as well. The normal convention is "stereoTopBottom" (Left on top, Right on bottom). |
I think there is a certain completeness if the API used in the sample supports all four ways (top/bottom, bottom/top, left/right and right/left) but ultimately someone from this project will have to make a decision. To just fix it by changing the image feels slightly wrong to me in case you for whatever reason want to break "normal convention" (if there even is such a thing). Just my two cents! |
I noticed the same issue while trying to use The So it seems that the Meta Quest browser renders |
This reverts commit 071895b.
When
media/textures/chess-pano-4k.png
is loaded it is using modestereoTopBottom
but it seems it should usestereoBottomTop
. I tested this by adding this toskybox.js
Mikael-Lovqvist@b4e88cb and then testing it like so Mikael-Lovqvist@99e2bbeThis was tested on an
Oculus Quest 2
, I saw there were earlier mentions of inversion and thejpeg
was replaced with a correctedpng
, could this be device dependent?The text was updated successfully, but these errors were encountered: