"...git@transfer.hft-stuttgart.de:m4lab_tv1/user-account.git" did not exist on "f42e90490c84ccb43dcfa7cb1b2f659b6f7dd546"
Commit e4eab57f authored by Percen's avatar Percen
Browse files

Update public/index.html

parent 0095f899
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
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://github.com/KhronosGroup/glTF-Sample-Models/blob/main/1.0/Avocado/glTF/Avocado.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