fix: Replace Bounds with Center and Manual Zoom calibration (Gameboy style)
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:46:53 -08:00
parent 8866341a8f
commit e82dac5ca2

View file

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