diff --git a/src/pages/index.js b/src/pages/index.js index 1133ef6..26fd51c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -623,7 +623,7 @@ export default function Home() { const cam = useRef() const canvasRef = useRef() const [{ pos, rotation }, set] = useSpring(() => ({ - pos: [0, 0, startZ], + pos: [0, 0, startZ + 4], rotation: [0, 0, 0], config: config.slow }))