#
luxiaotao1123
2024-04-19 521139fd3c9aedc7fce4c722081f74f5ee640a20
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} />