mirror of
https://github.com/CNCKitchen/stlTexturizer.git
synced 2026-04-07 22:11:32 +00:00
Add wireframe toggle in UI and implement wireframe rendering functionality
This commit is contained in:
@@ -145,6 +145,16 @@ main {
|
||||
color: #555566;
|
||||
}
|
||||
|
||||
.wireframe-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
font-size: 11px;
|
||||
color: var(--text-muted);
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* ── Settings panel ──────────────────────────────────────────────────── */
|
||||
#settings-panel {
|
||||
width: var(--sidebar-w);
|
||||
|
||||
Reference in New Issue
Block a user