Commit a9016817 authored by Cantuerk's avatar Cantuerk
Browse files

Merge branch '21caog1bif-master-patch-33405' into 'master'

Update public/index.html

See merge request !130
1 merge request!130Update public/index.html
Pipeline #10683 passed with stage
in 9 seconds
Showing with 3 additions and 0 deletions
+3 -0
......@@ -454,6 +454,9 @@
return;
}
// Holen Sie die aktuelle Y-Rotation des Modells (in Grad)
const currentRotation = Math.round(THREE.MathUtils.radToDeg(selectedPlacedModel.rotation.y));
const dynamicMenu = document.getElementById("dynamic-menu");
dynamicMenu.style.display = "flex";
dynamicMenu.innerHTML = `
......
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