Skip to content

Commit 4de4263

Browse files
committed
카메라액션 취소
1 parent 8b8c710 commit 4de4263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function Model({ onLoaded }: Props) {
3939
}
4040
});
4141

42-
return <primitive object={scene} scale={9.5} position={[0, -1.2, 0]} />;
42+
return <primitive object={scene} scale={18} position={[0, -1.2, 0]} />;
4343
}
4444

4545
function CameraAnimation() {
@@ -72,7 +72,7 @@ function HomeModel({ onLoaded }: Props) {
7272
<directionalLight intensity={8} color={0xffffff} position={[10, 40, 100]} />
7373
<Environment files={`/hdri/footprint_court.hdr`} background={false} />
7474
<Model onLoaded={onLoaded} />
75-
<CameraAnimation />
75+
{/* <CameraAnimation /> */}
7676
<OrbitControls
7777
enablePan={false}
7878
enableZoom={false}

0 commit comments

Comments
 (0)