fix(loading): position

This commit is contained in:
xfy
2025-05-23 00:57:52 +08:00
parent f07c515cd7
commit e1347ef693
7 changed files with 18 additions and 21 deletions

View File

@ -1,8 +1,8 @@
import * as THREE from 'three';
import { JSX, useRef } from 'react';
import { useFrame } from '@react-three/fiber';
import { easing } from 'maath';
import { JSX, useRef } from 'react';
import { useMediaQuery } from 'react-responsive';
import * as THREE from 'three';
const DeskCamera = ({ children }: { children: JSX.Element }) => {
const groupRef = useRef<THREE.Group>(null);