Commit 57f46289 authored by Thalmann's avatar Thalmann
Browse files

Update index.html

parent f089344f
Pipeline #8390 passed with stage
in 6 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -64,7 +64,7 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace }) ...@@ -64,7 +64,7 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
const loader = new THREE.GLTFLoader(); const loader = new THREE.GLTFLoader();
let reticle; let reticle;
loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle.gltf", function(gltf) { loader.load("https://transfer.hft-stuttgart.de/gitlab/jonsmann/argenericproject/-/blob/master/3dfiles/wooden_rough_planks_4k.gltf", function(gltf) {
reticle = gltf.scene; reticle = gltf.scene;
reticle.visible = false; reticle.visible = false;
scene.add(reticle); scene.add(reticle);
......
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