#
luxiaotao1123
2024-05-06 659b7a62afe6d2cc4a40371449212145f74855bf
src/pages/fiber.jsx
@@ -25,16 +25,16 @@
                <Lights />
                <Camera />
                <Sky distance={450000} sunPosition={[0, 1, 0]} inclination={0} azimuth={0.25} />
                <Buildings />
                <TreeGroup />
                <House />
                {/* <Buildings /> */}
                {/* <TreeGroup /> */}
                {/* <House /> */}
                <Warehouse />
                <OrbitControls />
                <Environment background preset="night" />
                <Help />
            </Canvas>
            <Left />
            <Right />
            {/* <Left /> */}
            {/* <Right /> */}
        </div>
    )