Commit 9d15abb4 authored by Percen's avatar Percen
Browse files

Update public/index.html

parent a2353af5
Showing with 2 additions and 2 deletions
+2 -2
...@@ -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