Commit f12d31cb authored by Rushdi's avatar Rushdi
Browse files

Update 2-Hit.html

parent 0b463d91
Pipeline #8163 passed with stage
in 5 seconds
...@@ -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/22rumu1mpg/ar/-/blob/master/public/scene.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