"git@transfer.hft-stuttgart.de:knight/asyst-moodle-plugin.git" did not exist on "e5647b2cab30e9f79289824afedf031c28db79e9"
Commit e4eab57f authored by Percen's avatar Percen
Browse files

Update public/index.html

parent 0095f899
......@@ -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