2D/3D视口

This commit is contained in:
YHH
2025-10-15 18:08:55 +08:00
parent e880925e3f
commit 956ccf9195
2 changed files with 469 additions and 42 deletions

View File

@@ -75,8 +75,13 @@
width: 100%;
height: 100%;
display: block;
cursor: crosshair;
cursor: grab;
background: #1a1a1f;
user-select: none;
}
.viewport-canvas:active {
cursor: grabbing;
}
.viewport-stats {