Commit 705d55ec authored by Percen's avatar Percen
Browse files

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

Update public/index.html

See merge request !28
parents 81724bc1 e1c9c7ac
Pipeline #10488 passed with stage
in 6 seconds
......@@ -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) => {
......
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