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