A Three.js project showcasing an interactive solar system visualization built with Three.js
This project was created while following the Zero to Mastery Three.js Crash Course by Jesse Zhou. It demonstrates core Three.js concepts including 3D rendering, camera controls, textures, and scene composition.
npm installnpm run devsrc/
├── main.ts # Entry point
├── lib/
│ ├── camera.ts # Camera configuration
│ ├── config.ts # Global settings
│ └── planet.ts # Planet objects
├── data/
│ └── planet-data.ts # Planet data
└── assets/
└── textures/ # Texture files

