Skip to content

Commit 06c4c9f

Browse files
committed
3d모델
1 parent b54fe15 commit 06c4c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/domains/main/components/3d/HomeModel.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
'use client';
22

33
import { Environment, OrbitControls, useGLTF } from '@react-three/drei';
4-
import { Canvas, useFrame, useThree } from '@react-three/fiber';
4+
import { Canvas } from '@react-three/fiber';
55
import { Bloom, EffectComposer } from '@react-three/postprocessing';
6-
import { useEffect, useRef } from 'react';
6+
import { useEffect } from 'react';
77
import * as THREE from 'three';
88

99
interface Props {
@@ -42,7 +42,7 @@ function Model({ onLoaded }: Props) {
4242
return (
4343
<primitive
4444
object={scene}
45-
scale={6.4}
45+
scale={5.8}
4646
position={[0, -1.2, 0]}
4747
rotation={[-0.15, Math.PI + 3, 0]}
4848
/>

0 commit comments

Comments
 (0)