Subiu grid 10mm

X-Lovable-Edit-ID: edt-4f2f5830-dc75-441d-90a5-a96b3dff59a9
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 11:35:12 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -440,7 +440,7 @@ function GridLayer() {
if (!showGrid) return null;
return (
<Grid
position={[0, -0.1, 0]}
position={[0, -0.09, 0]}
infiniteGrid
cellSize={0.01}
sectionSize={0.1}
+1 -1
View File
@@ -331,7 +331,7 @@ function XRGrid() {
if (!showGrid) return null;
return (
<Grid
position={[0, -0.1, 0]}
position={[0, -0.09, 0]}
infiniteGrid
cellSize={0.01}
sectionSize={0.1}