mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 09:11:38 +00:00
fix(loading): position
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user