Commit 8ce479f3 authored by Cantuerk's avatar Cantuerk
Browse files

Update public/index.html

1 merge request!130Update public/index.html
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