📚 docs: Create README for Simple Three.js 3D Viewer

Added README with project overview and setup instructions.
This commit is contained in:
2026-07-12 23:02:03 +07:00
committed by GitHub
parent 7b3120909e
commit 3c82620ea0
+24
View File
@@ -0,0 +1,24 @@
# 🐣 Simple Three.js 3D Viewer
A simple web-based 3D viewer built with Three.js and an Express server.
The viewer loads `.gltf` models and renders them directly in the browser with orbit controls and animation support.
## Features
- Load GLTF 3D models
- Orbit camera controls
- GLTF animation playback
- Basic lighting setup
- Responsive canvas resizing
## Running
Install dependencies:
```bash
npm install
```
## License
MIT