diff --git a/src/app/App.tsx b/src/app/App.tsx index 2c002aa8..962558bc 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -6758,188 +6758,205 @@ export function App({ store, initialStatusMessage }: AppProps) {
box
-
-
Center
-
- - - -
+
+
Selection Mode
+
{getWhiteboxSelectionModeLabel(whiteboxSelectionMode)}
-
-
Rotation
-
- - - + {whiteboxSelectionMode !== "object" ? ( +
+ {whiteboxSelectionMode === "face" + ? "Face mode keeps whole-solid transforms out of the way. Select a face to edit its material or UV transform." + : whiteboxSelectionMode === "edge" + ? "Edge mode is selection-only in this slice. Edge transforms land next." + : "Vertex mode is selection-only in this slice. Vertex transforms land next."}
-
+ ) : ( + <> +
+
Center
+
+ + + +
+
-
-
Size
-
- - - -
-
+
+
Rotation
+
+ + + +
+
+ +
+
Size
+
+ + + +
+
+ + )}
Faces