Commit a5283395 authored by Percen's avatar Percen
Browse files

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

Update public/index.html

See merge request !99
1 merge request!99Update public/index.html
Pipeline #10624 passed with stage
in 9 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -222,7 +222,7 @@
loader.load("https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models/Lantern/glTF/Lantern.gltf", (gltf) => {
models.tree = gltf.scene;
// Skaliere das Modell kleiner
models.tree.scale.set(0.05, 0.05, 0.05); // Skaliert das Modell auf 50% der Originalgröße
models.tree.scale.set(0.1, 0.1, 0.1); // Skaliert das Modell auf 50% der Originalgröße
});
// AR-Session starten
......
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