Skip to content

Commit

Permalink
change path 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoyu Hou authored and Xiaoyu Hou committed Feb 24, 2024
1 parent fac0a3f commit 28f4a66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
});
}

// import losAngeles from "./assets/forFacebook-8K-LA.jpg";
// import losAngeles from "./assets/forFacebook-8K-LA.jpg";
// import athens from "./assets/Athens-8K.jpg";
// import lakeTahao from "./assets/LakeTahao-10K.jpg";
// import romeChruch from "./assets/bigchurch.jpg";
Expand All @@ -82,6 +82,7 @@


var losAngeles = "./360Viewer3/assets/forFacebook-8K-LA.jpg";
var athen3d = "https://hughred22.github.io/360Viewer3/assets/Athen-3D.jpg";


var engine = null;
Expand All @@ -94,7 +95,7 @@
camera.attachControl(canvas, true);
camera.inputs.attached.mousewheel.detachControl(canvas);
var vrHelper = scene.createDefaultVRExperience();
var athen3d = import.meta.env.BASE_URL + "assets/Athen-3D.jpg";


var dome = new BABYLON.PhotoDome(
"testdome",
Expand Down

0 comments on commit 28f4a66

Please sign in to comment.