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 8b8c710 commit 4de4263Copy full SHA for 4de4263
src/domains/main/components/3d/HomeModel.tsx
@@ -39,7 +39,7 @@ function Model({ onLoaded }: Props) {
39
}
40
});
41
42
- return <primitive object={scene} scale={9.5} position={[0, -1.2, 0]} />;
+ return <primitive object={scene} scale={18} position={[0, -1.2, 0]} />;
43
44
45
function CameraAnimation() {
@@ -72,7 +72,7 @@ function HomeModel({ onLoaded }: Props) {
72
<directionalLight intensity={8} color={0xffffff} position={[10, 40, 100]} />
73
<Environment files={`/hdri/footprint_court.hdr`} background={false} />
74
<Model onLoaded={onLoaded} />
75
- <CameraAnimation />
+ {/* <CameraAnimation /> */}
76
<OrbitControls
77
enablePan={false}
78
enableZoom={false}
0 commit comments