Tune section toolbar icons and gizmo thickness

This commit is contained in:
CODEX
2026-06-18 22:21:14 +03:00
parent 84b28ba12c
commit f28de867c7
6 changed files with 71 additions and 8 deletions
+3 -2
View File
@@ -85,6 +85,7 @@
set("--section-axis-y", s.sectionAxisY);
set("--section-axis-z", s.sectionAxisZ);
set("--section-gizmo-diameter", s.sectionGizmoDiameter);
set("--section-gizmo-thickness", s.sectionGizmoThickness);
set("--section-plane-fill", s.sectionPlaneFill);
set("--section-plane-alpha", s.sectionPlaneAlpha);
set("--section-plane-edge", s.sectionPlaneEdge);
@@ -97,7 +98,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./dcViewer.css?v=19">
<link rel="stylesheet" href="./dcViewer.css?v=20">
</head>
<body>
<header>
@@ -357,6 +358,6 @@
<input id="fileInput" class="hidden" type="file"
accept=".xkt,.glb,.gltf,.bim,.las,.laz,.obj,.stl">
<script type="module" src="./dcViewer.js?v=24"></script>
<script type="module" src="./dcViewer.js?v=25"></script>
</body>
</html>