A minimal Three.js + Vite setup for rendering 3D models! Supports GLTF/GLB loading, HDRI lighting, OrbitControls, and optimized rendering with tone mapping. Perfect for beginners & devs exploring WebGL! ๐โก
- ๐ Three.js for 3D rendering
- โก Vite for fast development
- ๐ญ GLTF/GLB model support
- ๐ HDRI environment lighting
- ๐ฎ OrbitControls for interaction
- ๐ผ๏ธ Optimized rendering & tone mapping
Clone the repository and install dependencies:
# Clone the repository
git clone https://github.com/ExploitEngineer/ThreeJs_Basics.git
# Navigate into the project directory
cd ThreeJs_Basics
# Install dependencies
npm install
To start the development server:
npm run dev
The project will be available at http://localhost:5173/.
npm run build
This project is licensed under the MIT License. Feel free to use and modify it as needed!
Made with โค๏ธ by ExploitEngineer