refactor: tighten project structure and strengthen tooling
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { OrbitControls } from "@react-three/drei";
|
||||
|
||||
export function DebugCameraControls(): React.JSX.Element {
|
||||
return (
|
||||
<OrbitControls
|
||||
enableDamping
|
||||
dampingFactor={0.05}
|
||||
minDistance={100}
|
||||
maxDistance={1000}
|
||||
target={[0, 1.75, 0]}
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user