https://github.com/marekaf/marianovice-3d
3D vizualizace zahrady Mariánovice
https://github.com/marekaf/marianovice-3d
Last synced: about 1 month ago
JSON representation
3D vizualizace zahrady Mariánovice
- Host: GitHub
- URL: https://github.com/marekaf/marianovice-3d
- Owner: marekaf
- License: mit
- Created: 2026-05-09T09:10:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-09T09:54:30.000Z (3 months ago)
- Last Synced: 2026-05-09T11:35:01.451Z (3 months ago)
- Language: HTML
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garden visualization
Interactive 3D model of a residential garden.
**Live:** https://marianovice.marekbartik.com
## Contents
- [`index.html`](index.html) — 3D viewer (Three.js, single-file)
- Procedural sky shader with day-of-year + hour sliders (real solar formula, 50° N)
- Walking tour POV (38 stops)
- First-person mode (WASD + mouse look)
- Hover labels for major elements
- Camera presets (top-down, isometric, walking eye level, etc.)
- [`editor.html`](editor.html) — interactive 2D editor (drag-drop elements on a grid)
- [`zahrada-plan.svg`](zahrada-plan.svg) — static 2D plan (slightly out of sync with 3D)
## Tech
- Vanilla HTML + JS
- Three.js loaded from CDN
- No build step — just open in a browser
## License
MIT — see [LICENSE](LICENSE).