Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-24 20:49:48 +00:00
parent 515cb97fbd
commit 69b9a6b97e
+3
View File
@@ -257,6 +257,9 @@ interface ModelStore {
setGridAutoFollow: (b: boolean) => void; setGridAutoFollow: (b: boolean) => void;
/** Nudge grid by delta meters and disable auto-follow. */ /** Nudge grid by delta meters and disable auto-follow. */
nudgeGridY: (delta: number) => void; nudgeGridY: (delta: number) => void;
/** When true, the next click on a model face sets grid Y to that point. */
gridCalibMode: boolean;
setGridCalibMode: (b: boolean) => void;
wireframeColor: string; wireframeColor: string;
setWireframeColor: (color: string) => void; setWireframeColor: (color: string) => void;