Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -257,6 +257,9 @@ interface ModelStore {
|
||||
setGridAutoFollow: (b: boolean) => void;
|
||||
/** Nudge grid by delta meters and disable auto-follow. */
|
||||
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;
|
||||
setWireframeColor: (color: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user