Commit c9c1e929 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent b6fe3b08
Pipeline #9642 passed with stage
in 8 seconds
...@@ -75,7 +75,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re ...@@ -75,7 +75,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
}) })
let chair; let chair;
loader.load(".sunflower/sunflower.gltf", function(gltf) { loader.load("./sunflower/sunflower.gltf", function(gltf) {
chair = gltf.scene; chair = gltf.scene;
chair.scale.set(0.5, 0.5, 0.5); // Adjust the scale as needed chair.scale.set(0.5, 0.5, 0.5); // Adjust the scale as needed
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment