Commit 9b9bfbbf authored by Percen's avatar Percen
Browse files

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

Update public/index.html

See merge request !98
1 merge request!98Update public/index.html
Pipeline #10623 passed with stage
in 8 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.3, 0.3, 0.3); // Skaliert das Modell auf 50% der Originalgröße
models.tree.scale.set(0.05, 0.05, 0.05); // 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