Commit 3f07076d authored by Riegel's avatar Riegel
Browse files

Update public/place.html

parent 010202ed
Pipeline #8241 passed with stage
in 8 seconds
......@@ -73,7 +73,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
let flower;
loader.load("https://transfer.hft-stuttgart.de/pages/22rial1mpg/vis_exc3_ar_riegel/source/model.gltf", function(gltf) {
flower = gltf.scene;
gltf.scene.scale.set(0.001, 0.001, 0.001)
gltf.scene.scale.set(0.01, 0.01, 0.01)
});
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