#
luxiaotao1123
2024-05-11 71f12f94c165bcc6ddf6ebd97c0dc2381c04963a
#
1个文件已修改
12 ■■■■ 已修改文件
src/pages/fiber.jsx 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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" />
                {/* <Environment background preset="night" /> */}
                <Help />
            </Canvas>
            {/* <Left /> */}
            {/* <Right /> */}
            <Left />
            <Right />
        </div>
    )