Commit c35481b9 authored by Rahman's avatar Rahman
Browse files

Update index.html

parent 81db86d8
Pipeline #9769 passed with stage
in 8 seconds
...@@ -70,7 +70,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re ...@@ -70,7 +70,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
let pineCone; let pineCone;
// Replace the URL with new url // Replace the URL with new url
loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/scene.gltf", function(gltf) { loader.load("https://transfer.hft-stuttgart.de/gitlab/22raya1mpg/argumented-reality/-/raw/master/public/scene.gltf", function(gltf) {
pineCone = gltf.scene; pineCone = gltf.scene;
pineCone.scale.set(0.15, 0.15, 0.15); // Adjust scale as needed pineCone.scale.set(0.15, 0.15, 0.15); // Adjust 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