Tune section toolbar icons and gizmo thickness
This commit is contained in:
+3
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user