fix: Replace Bounds with Center and Manual Zoom calibration (Gameboy style)
This commit is contained in:
parent
8866341a8f
commit
e82dac5ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue