fix: Implement AUTO-FIT Bounds and Grid for 3D view
Some checks are pending
Test / backend-test (push) Waiting to run
Test / frontend-test (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-27 18:39:06 -08:00
parent 68b6ea9a02
commit 494ea2f01a

View file

@ -1,6 +1,6 @@
import { PlantPosition } from './types';
import { Canvas } from '@react-three/fiber';
import { OrbitControls, Environment, ContactShadows } from '@react-three/drei';
import { OrbitControls, Environment, ContactShadows, Bounds, Grid } from '@react-three/drei';
import { RoomObject } from './RoomObject';
import { Room3D } from '../../lib/layoutApi';
import { useMemo } from 'react';