update near far cam settings

This commit is contained in:
Kurt Hutten IrevDev
2023-01-01 07:50:09 +11:00
parent ca33896dc1
commit 6b19966e49

View File

@ -167,9 +167,10 @@ function App() {
<OrrthographicCamera <OrrthographicCamera
ref={cam} ref={cam}
makeDefault makeDefault
position={[0, 0, 10]} position={[0, 0, 1000]}
zoom={40} zoom={100}
rotation={[0, 0, 0]} rotation={[0, 0, 0]}
far={2000}
/> />
<ambientLight /> <ambientLight />
<pointLight position={[10, 10, 10]} /> <pointLight position={[10, 10, 10]} />