Commit 5e342305 authored by Percen's avatar Percen
Browse files

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

Update public/index.html

See merge request !93
1 merge request!93Update public/index.html
Pipeline #10618 passed with stage
in 7 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", (gltf) => { loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", (gltf) => {
models.sunflower = gltf.scene; models.sunflower = gltf.scene;
}); });
loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/Duck/glTF/Duck.gltf", (gltf) => { loader.load("https://github.com/immersive-web/webxr-samples/blob/main/media/gltf/camp/camp.gltf", (gltf) => {
models.tree = gltf.scene; models.tree = gltf.scene;
}); });
......
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