OrthographicCamera
A responsive THREE.OrthographicCamera that can set itself as the default.
import { OrthographicCamera } from '@react-three/drei'
;<OrthographicCamera
makeDefault // Registers it as the default camera system-wide (default=false)
{...props} // All THREE.OrthographicCamera props are valid
>
<mesh />
</OrthographicCamera>