Commit 822909fe authored by Esguerra Montana's avatar Esguerra Montana
Browse files

Update index.html

parent 0ccd6a6e
Pipeline #9473 passed with stage
in 6 seconds
......@@ -48,7 +48,7 @@ async function activateXR() {
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("https://transfer.hft-stuttgart.de/pages/32esla1mpg/webarTTP/media/reticle.gltf", function(gltf) {
reticle = gltf.scene;
reticle.visible = false;
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