Commit 3e70ac9d authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 5bbea3e9
Pipeline #9646 passed with stage
in 7 seconds
...@@ -77,7 +77,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re ...@@ -77,7 +77,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
let chair; let chair;
loader.load("./antiqueCamera/AntiqueCamera.gltf", function(gltf) { loader.load("./antiqueCamera/AntiqueCamera.gltf", function(gltf) {
chair = gltf.scene; chair = gltf.scene;
chair.scale.set(0.1, 0.1, 0.1); chair.scale.set(0.2, 0.2, 0.2);
}); });
session.addEventListener("select", (event) => { session.addEventListener("select", (event) => {
......
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