Commit 7352b082 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent c03ba8bb
Pipeline #9492 passed with stage
in 6 seconds
......@@ -48,7 +48,7 @@ async function activateXR() {
const loader = new THREE.GLTFLoader();
let reticle;
loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/tree/master/media/reticle.gltf", function(gltf) {
loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/blolb/master/media/reticle.gltf", function(gltf) {
reticle = gltf.scene;
reticle.visible = false;
scene.add(reticle);
......@@ -58,7 +58,7 @@ async function activateXR() {
});
let model;
loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/tree/master/media/sunflower.gltf", function(gltf) {
loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/-/blob/master/gltf/sunflower.gltf", function(gltf) {
model = gltf.scene;
console.log("Model loaded successfully");
}, undefined, function(error) {
......
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