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