3D viewer: switch STEP engine to occt-wasm (OCCT V8, module worker); fix mobile rendering (Uint16 chunking, index wrapping, tight near/far); state-coloured box + debug line; app widget parity; licenses/docs
This commit is contained in:
@@ -918,6 +918,21 @@ html.theme-light #content code {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.model-viewer.model-loading { background: #282828; }
|
||||
.model-viewer.model-parsing { background: #504945; }
|
||||
.model-viewer.model-done { background: #1d2021; }
|
||||
.model-viewer.model-error { background: #3c3836; }
|
||||
|
||||
.model-viewer-debug {
|
||||
font-family: "JetBrains Mono", Consolas, monospace;
|
||||
font-size: 0.72em;
|
||||
color: #928374;
|
||||
text-align: center;
|
||||
padding: 4px 12px;
|
||||
background: #1d2021;
|
||||
border-top: 1px solid var(--background-highlight);
|
||||
}
|
||||
|
||||
/* ---------- Bildunterschriften (Gruvbox) ---------- */
|
||||
#content figcaption {
|
||||
font-size: 0.85em;
|
||||
|
||||
Reference in New Issue
Block a user