Commit f75d65a3 authored by Rahman's avatar Rahman
Browse files

Update index.html

parent c4919f3c
Pipeline #9767 passed with stage
in 6 seconds
...@@ -67,8 +67,8 @@ async function activateXR() { ...@@ -67,8 +67,8 @@ async function activateXR() {
}); });
let pineCone; let pineCone;
// Replace the URL below with the URL of the new GLTF model you want to use // Replace the URL below with the URL of the new GLTF model i want to use
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