Skip to content

Commit

Permalink
Fixed name of panorama
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Mar 13, 2024
1 parent 9786fc7 commit 9e6631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ new GLTFLoader().load("train/scene.gltf", (gltf) => {
scene.add(train);
});

const img = "/panorama.jpg";
const img = "panorama.jpg";

const texture = new THREE.TextureLoader().load(img);
const geometry = new THREE.SphereGeometry(5000, 60, 40);
Expand Down

0 comments on commit 9e6631d

Please sign in to comment.