#
luxiaotao1123
2024-04-19 371549e1a9b9681cabe6a38b6e21511ca39a0809
src/pages/base.jsx
@@ -8,6 +8,7 @@
import Buildings from '@/components/buidings'
import TreeGroup from '../components/tree-group'
import GridModule from '../components/grid'
import House from '../components/house'
const Base = (props) => {
    return (
@@ -22,7 +23,6 @@
                <Camera />
                <Sky distance={450000} sunPosition={[0, 1, 0]} inclination={0} azimuth={0.25} />
                <Buildings />
                <TreeGroup />
                <TreeGroup />
                <Box position={[0, 0, 0]} />
                <OrbitControls />