Skip to content

Commit a654fce

Browse files
committed
docs: relocate preview media to public folder and update README
1 parent 1b81112 commit a654fce

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An interactive, high-end 3D car model viewer built with **Three.js** and **GSAP (GreenSock Animation Platform)**. It showcases a 3D model (GLB format) with automatic multi-angle cinematic camera paths, provides manual control capabilities, and opens with a premium loading screen transition.
44

5-
![Cinematic Loading and Entrance Transition](./media/preview.webp)
5+
![Cinematic Loading and Entrance Transition](./public/media/preview.webp)
66

77
---
88

@@ -44,9 +44,9 @@ threejs/
4444
│ └── workflows/
4545
│ ├── deploy.yml # CI/CD GitHub Pages deployment workflow
4646
│ └── static.yml # Static hosting check workflow
47-
├── media/
48-
│ └── preview.webp # README live preview media asset
4947
├── public/
48+
│ ├── media/
49+
│ │ └── preview.webp # README live preview media asset
5050
│ └── models/
5151
│ └── car.glb # 3D car model GLB asset
5252
├── src/

0 commit comments

Comments
 (0)