From 3c82620ea0ea997ab624251130e9727074751709 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 12 Jul 2026 23:02:03 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20Create=20README=20for=20?= =?UTF-8?q?Simple=20Three.js=203D=20Viewer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added README with project overview and setup instructions. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1040a91 --- /dev/null +++ b/README.md @@ -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