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

Update index.html

parent e2371914
Pipeline #9495 passed with stage
in 6 seconds
...@@ -64,14 +64,14 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace }) ...@@ -64,14 +64,14 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
const loader = new THREE.GLTFLoader(); const loader = new THREE.GLTFLoader();
let reticle; let reticle;
loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/master/media/reticle.gltf", function(gltf) { loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/media/reticle.gltf", function(gltf) {
reticle = gltf.scene; reticle = gltf.scene;
reticle.visible = false; reticle.visible = false;
scene.add(reticle); scene.add(reticle);
}) })
let flower; let flower;
loader.load("https://transfer.hft-stuttgart.de/gitlab/32esla1mpg/webarTTP/master/gltf/sunflower.gltf", function(gltf) { loader.load("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/gltf/sunflower.gltf", function(gltf) {
flower = gltf.scene; flower = gltf.scene;
}); });
......
Supports Markdown
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