feat: add brush cursor for exclusion tool and enhance cursor behavior

This commit is contained in:
CNCKitchen
2026-03-17 20:57:27 +01:00
parent 598902021a
commit 2eb52a0bf2
4 changed files with 168 additions and 8 deletions
+11
View File
@@ -66,6 +66,17 @@ main {
}
/* ── 3-D Viewport section ────────────────────────────────────────────── */
#brush-cursor {
display: none;
position: fixed;
pointer-events: none;
border: 2px solid rgba(255, 255, 255, 0.85);
border-radius: 50%;
box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
z-index: 1000;
transform: translate(0, 0);
}
#viewport-section {
flex: 1 1 0;
min-width: 0;