OrbitControls
Orbit controls allow the camera to orbit around a target.
import { OrbitControls } from '@react-three/drei'
;<OrbitControls enablePan={true} enableZoom={true} enableRotate={true} />
Orbit controls allow the camera to orbit around a target.
import { OrbitControls } from '@react-three/drei'
;<OrbitControls enablePan={true} enableZoom={true} enableRotate={true} />