Commit 6d288005 authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

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