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

Update index.html

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