update near far cam settings
This commit is contained in:
@ -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]} />
|
||||||
|
Reference in New Issue
Block a user