Commit 51ea5d8e authored by Percen's avatar Percen
Browse files

Merge branch '21pesi1bif-master-patch-10023' into 'master'

Update public/index.html

See merge request !23
parents 0095f899 e4eab57f
Pipeline #10479 passed with stage
in 6 seconds
......@@ -121,7 +121,7 @@
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://github.com/KhronosGroup/glTF-Sample-Models/blob/main/1.0/Avocado/glTF/Avocado.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