Skip to content

Commit

Permalink
Update 360-photos.html
Browse files Browse the repository at this point in the history
Changed mode for chess-pano-4k.png to BottomTop
  • Loading branch information
Mikael-Lovqvist committed Oct 13, 2021
1 parent b4e88cb commit 99e2bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 360-photos.html
Expand Up @@ -70,7 +70,7 @@
let scene = new Scene();
scene.addNode(new SkyboxNode({
url: 'media/textures/chess-pano-4k.png',
displayMode: 'stereoTopBottom'
displayMode: 'stereoBottomTop'
}));

function initXR() {
Expand Down

0 comments on commit 99e2bbe

Please sign in to comment.