Commit bb008166 authored by Thalmann's avatar Thalmann
Browse files

Update index.html

parent 9cc365de
No related merge requests found
Pipeline #8395 passed with stage
in 5 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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/jonsmann/argenericproject/-/blob/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
reticle = gltf.scene;
reticle.visible = false;
scene.add(reticle);
})
let flower;
loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/blob/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
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