Skip to content

Commit 61bd59c

Browse files
authored
Design/main#11 (#131)
* [style] 배경 * [design] 랜딩페이지 3d모델 * 3d 렌더링
1 parent a47fb14 commit 61bd59c

File tree

17 files changed

+6333
-203
lines changed

17 files changed

+6333
-203
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: 3350 additions & 194 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",
@@ -30,7 +34,8 @@
3034
"react-hot-toast": "^2.6.0",
3135
"react-intersection-observer": "^9.16.0",
3236
"react-use": "^17.6.0",
33-
"swiper": "^12.0.2"
37+
"swiper": "^12.0.2",
38+
"three": "^0.180.0"
3439
},
3540
"devDependencies": {
3641
"@eslint/eslintrc": "^3",

public/1Stars.png

28.5 KB
Loading

public/2Stars.png

30.8 KB
Loading

public/3d/model/scene.bin

6.98 MB
Binary file not shown.

0 commit comments

Comments
 (0)