Commit 515989ba authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 6d288005
Pipeline #9737 passed with stage
in 8 seconds
......@@ -62,7 +62,7 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
const loader = new THREE.GLTFLoader();
let reticle;
loader.load("./reticle/reticle.gltf", function(gltf) {
loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle.gltf", function(gltf) {
reticle = gltf.scene;
reticle.visible = false;
scene.add(reticle);
......
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