Skip to content

Commit

Permalink
Revert "Correct inverted stereo images" fixing immersive-web#132
Browse files Browse the repository at this point in the history
This reverts commit 071895b.
  • Loading branch information
mrxz committed Sep 27, 2024
1 parent 6c5a818 commit e6a41b4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 360-photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
let renderer = null;
let scene = new Scene();
scene.addNode(new SkyboxNode({
url: 'media/textures/chess-pano-4k.png',
url: 'media/textures/chess-pano-4k.jpg',
displayMode: 'stereoTopBottom'
}));

Expand Down
6 changes: 3 additions & 3 deletions layers-samples/eqrt-layer.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@

const EQRT_TEXTURE_MONO_PATH = '../media/textures/mono_equirect_test.png';
const EQRT_180_TEXTURE_MONO_PATH = '../media/textures/mono-equirect180.png';
const EQRT_TEXTURE_STEREO_PATH = '../media/textures/chess-pano-4k.png';
const EQRT_180_TEXTURE_STEREO_PATH = '../media/textures/chess-pano-4k180.png';
const EQRT_TEXTURE_STEREO_PATH = '../media/textures/chess-pano-4k.jpg';
const EQRT_180_TEXTURE_STEREO_PATH = '../media/textures/chess-pano-4k180.jpg';

// If requested, use the polyfill to provide support for mobile devices
// and devices which only support WebVR.
Expand Down Expand Up @@ -245,4 +245,4 @@
</script>
</body>

</html>
</html>
Binary file added media/textures/chess-pano-4k.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/textures/chess-pano-4k.png
Binary file not shown.
Binary file removed media/textures/chess-pano-4k180.png
Binary file not shown.

0 comments on commit e6a41b4

Please sign in to comment.