Interactive editor and configurator for 3D models using Three.js and Vue.js.
This project is a practice application designed to manipulate 3D scenes using Three.js and Vue.js.
It allows real-time changes to lighting, model colors, and other configuration options.
- Load 3D models (
.glb
,.exr
,.hdr
). - Control ambient lighting.
- Adjust light intensity.
- Interact with models (rotation, scaling).
- Three.js (for rendering and 3D manipulation).
- Vue.js (for frontend structure and components).
- Clone this repository:
git clone <repository-URL>