Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -133,6 +133,15 @@ interface ModelStore {
|
|||||||
showGrid: boolean;
|
showGrid: boolean;
|
||||||
setShowGrid: (show: boolean) => void;
|
setShowGrid: (show: boolean) => void;
|
||||||
|
|
||||||
|
/** World Y position of the grid plane (meters). */
|
||||||
|
gridY: number;
|
||||||
|
setGridY: (y: number) => void;
|
||||||
|
/** When true, grid follows the bottom of the loaded model automatically. */
|
||||||
|
gridAutoFollow: boolean;
|
||||||
|
setGridAutoFollow: (b: boolean) => void;
|
||||||
|
/** Nudge grid by delta meters and disable auto-follow. */
|
||||||
|
nudgeGridY: (delta: number) => void;
|
||||||
|
|
||||||
wireframeColor: string;
|
wireframeColor: string;
|
||||||
setWireframeColor: (color: string) => void;
|
setWireframeColor: (color: string) => void;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user