src/pages/base.jsx
@@ -9,7 +9,12 @@ const Base = (props) => { return ( <div style={{ height: '100%', width: '100%' }}> <Canvas> <Canvas shadows gl={{ logarithmicDepthBuffer: true, }} > <Lights /> <Camera /> <Sky distance={450000} sunPosition={[0, 1, 0]} inclination={0} azimuth={0.25} />