#
luxiaotao1123
2024-04-23 32050f795773ca0373992648a8a5b715ed2e805b
src/pages/base.jsx
@@ -26,7 +26,7 @@
                <TreeGroup />
                <House />
                <Warehouse />
                <Box position={[0, 0, 0]} />
                <Demo position={[0, 0, 0]} />
                <OrbitControls />
                <Environment background preset="night" />
                <Help />
@@ -36,7 +36,7 @@
    )
}
const Box = (props) => {
const Demo = (props) => {
    const ref = useRef()
    const [hovered, hover] = useState(false)
    const [clicked, click] = useState(false)