We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54fe15 commit 06c4c9fCopy full SHA for 06c4c9f
src/domains/main/components/3d/HomeModel.tsx
@@ -1,9 +1,9 @@
1
'use client';
2
3
import { Environment, OrbitControls, useGLTF } from '@react-three/drei';
4
-import { Canvas, useFrame, useThree } from '@react-three/fiber';
+import { Canvas } from '@react-three/fiber';
5
import { Bloom, EffectComposer } from '@react-three/postprocessing';
6
-import { useEffect, useRef } from 'react';
+import { useEffect } from 'react';
7
import * as THREE from 'three';
8
9
interface Props {
@@ -42,7 +42,7 @@ function Model({ onLoaded }: Props) {
42
return (
43
<primitive
44
object={scene}
45
- scale={6.4}
+ scale={5.8}
46
position={[0, -1.2, 0]}
47
rotation={[-0.15, Math.PI + 3, 0]}
48
/>
0 commit comments