diff --git a/public/index.html b/public/index.html index 76626a3f45b3752803d4715afbd05d3252675e8b..5d4bf391017a48686504e29d8cf9f042490ee5a6 100644 --- a/public/index.html +++ b/public/index.html @@ -126,18 +126,18 @@ reticle.visible = false; scene.add(reticle); }); -/** + let flower; loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf", function(gltf) { flower = gltf.scene; }); -*/ +/** let flower; loader.load("./public/assets/models/street_lamp.glb", function(gltf) { flower = gltf.scene; }); - +*/ session.addEventListener("select", (event) => {