#
luxiaotao1123
2024-08-20 f97ee12c96d96e2f529e4248695d643245ec4243
src/pages/fiber.jsx
@@ -4,6 +4,7 @@
import Help from '../components/help'
import Lights from '../components/light'
import Camera from '../components/camera'
import Controls from '../components/ctrl'
import Buildings from '../components/buidings'
import TreeGroup from '../components/tree-group'
import House from '../components/house'
@@ -23,6 +24,7 @@
            >
                <Lights />
                <Camera />
                <Controls />
                <Sky distance={450000} sunPosition={[0, 1, 0]} inclination={0} azimuth={0.25} />
                <Buildings />
                <TreeGroup />
@@ -31,7 +33,7 @@
                <Help />
            </Canvas>
            <Left />
            <Right />
            {/* <Right /> */}
        </div>
    )