Skip to content

Commit a96501e

Browse files
committed
[design] 랜딩페이지 3d모델
1 parent c034c20 commit a96501e

File tree

14 files changed

+6265
-219
lines changed

14 files changed

+6265
-219
lines changed

next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { NextConfig } from 'next';
22

33
const nextConfig: NextConfig = {
4-
54
images: {
65
domains: ['team2-app-s3-bucket.s3.ap-northeast-2.amazonaws.com'],
76
remotePatterns: [

package-lock.json

Lines changed: 3351 additions & 189 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
]
1919
},
2020
"dependencies": {
21+
"@react-three/drei": "^10.7.6",
22+
"@react-three/fiber": "^9.3.0",
23+
"@react-three/gltfjsx": "^4.3.4",
24+
"@react-three/postprocessing": "^3.0.4",
2125
"@tanstack/react-query": "^5.90.2",
2226
"@tanstack/react-virtual": "^3.13.12",
2327
"class-variance-authority": "^0.7.1",
@@ -27,9 +31,10 @@
2731
"react": "19.1.0",
2832
"react-dom": "19.1.0",
2933
"react-hot-toast": "^2.6.0",
34+
"react-intersection-observer": "^9.16.0",
3035
"react-use": "^17.6.0",
3136
"swiper": "^12.0.2",
32-
"react-intersection-observer": "^9.16.0"
37+
"three": "^0.180.0"
3338
},
3439
"devDependencies": {
3540
"@eslint/eslintrc": "^3",

public/3d/model/scene.bin

6.98 MB
Binary file not shown.

0 commit comments

Comments
 (0)