Commit 003964de authored by Percen's avatar Percen
Browse files

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

Update public/index.html

See merge request !30
parents cb590df1 b864be14
Pipeline #10491 passed with stage
in 8 seconds
......@@ -132,12 +132,17 @@
flower = gltf.scene;
});
*/
let flower;
loader.load("https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/ToyCar/glTF/ToyCar.gltf
", function(gltf) {
flower = gltf.scene;
});
/**
let flower;
loader.load("/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