Commit 066f6bcf authored by Percen's avatar Percen
Browse files

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

Update public/index.html

See merge request geovistoogsi/ar!107
parents a2353af5 9d15abb4
Pipeline #10641 passed with stage
in 8 seconds
...@@ -215,8 +215,8 @@ ...@@ -215,8 +215,8 @@
loader.load("https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb", (gltf) => { loader.load("https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb", (gltf) => {
models.robot = gltf.scene; models.robot = gltf.scene;
}); });
//https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", (gltf) => { loader.load("/assets/models/trash_model/robot.gltf", (gltf) => {
models.sunflower = gltf.scene; models.sunflower = 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