No description
  • Python 55.2%
  • TypeScript 42.7%
  • GLSL 1.8%
  • Dockerfile 0.1%
  • Makefile 0.1%
Find a file
Cyril Leblanc b25ee0eb2d Add terrain resolution tier 16 for ultra-far LOD
New 16x16 grid (256 vertices, 450 triangles) replaces tier 64 for chunks
beyond 5km, reducing vertex count 16x in the far distance band where visual
detail is imperceptible.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-19 00:40:21 +02:00
api Add terrain resolution tier 16 for ultra-far LOD 2026-04-19 00:40:21 +02:00
client Add terrain resolution tier 16 for ultra-far LOD 2026-04-19 00:40:21 +02:00
config Add terrain resolution tier 16 for ultra-far LOD 2026-04-19 00:40:21 +02:00
docs Reduce area size from 10km to 2km (400 to 16 chunks per area) 2026-04-18 17:10:58 +02:00
regions initial commit 2026-04-17 13:00:07 +02:00
scripts Add OSMFeatureIndex and size benchmark for 40x area generation speedup 2026-04-18 00:03:02 +02:00
shared Add terrain resolution tier 16 for ultra-far LOD 2026-04-19 00:40:21 +02:00
tests Reduce area size from 10km to 2km (400 to 16 chunks per area) 2026-04-18 17:10:58 +02:00
worker Reduce area size from 10km to 2km (400 to 16 chunks per area) 2026-04-18 17:10:58 +02:00
.dockerignore add initial configuration files: .dockerignore, .env.example, and .gitignore 2026-04-17 13:04:26 +02:00
.env.example Add structured logging: centralized config, API middleware, route events, fix silent failures 2026-04-17 21:25:39 +02:00
.gitignore add initial configuration files: .dockerignore, .env.example, and .gitignore 2026-04-17 13:04:26 +02:00
CLAUDE.md Reduce area size from 10km to 2km (400 to 16 chunks per area) 2026-04-18 17:10:58 +02:00
docker-compose.prod.yml Add structured logging: centralized config, API middleware, route events, fix silent failures 2026-04-17 21:25:39 +02:00
docker-compose.yml initial commit 2026-04-17 13:00:07 +02:00
DOCS.md initial commit 2026-04-17 13:00:07 +02:00
Makefile Add post-processing script to strip deprecated FlatBuffers wrappers 2026-04-17 22:40:29 +02:00
nginx.conf initial commit 2026-04-17 13:00:07 +02:00
pyproject.toml initial commit 2026-04-17 13:00:07 +02:00
tickets.md initial commit 2026-04-17 13:00:07 +02:00