airframe.io / src /game /renderer

Commit History

eliminate per-frame allocations and fix framerate-dependent smoothing
3386355

LATTICEWORKS Claude Sonnet 4.6 commited on

feat: integrate Google Earth 3D Tiles and optimize engine hooks
565f6e7

LATTICEWORKS commited on

Implement terrain, map coordinate, and GLB collision upgrades, configure WebSockets keepalive, and fix client MapSchema callbacks TypeError
93f151d

LATTICEWORKS commited on

Refactor cockpit instrument panel to 3D canvas texture, adjust layout, and align ground target heights
de2203b

LATTICEWORKS commited on

Introduce structure registry and fix content loader
0c5d693

LATTICEWORKS Claude Sonnet 4.6 commited on

Move instrument panel from Three.js canvas texture to DOM canvas overlay
dfb48f5

LATTICEWORKS Claude Sonnet 4.6 commited on

Fix third-person reticle convergence and multiplayer score double-counting
f8d0ea3

LATTICEWORKS Claude Sonnet 4.6 commited on

Fix stall physics, tracer visibility, net packet size, and type modularization
ea061d3

LATTICEWORKS Claude Sonnet 4.6 commited on

refactor: Modularize worldRenderer.ts into AircraftRenderer and HudSyncManager
7a1c0f0

LATTICEWORKS commited on

Refactor worldRenderer.ts by delegating to specialized sub-managers (CameraManager, GroundTargetRenderer, SkyZoneRenderer, HudSyncManager)
cde0aca

LATTICEWORKS commited on

Fix invisible bullets and particles by enabling vertexColors on instanced materials and pre-allocating instanceColor attributes
eb8dfcb

LATTICEWORKS commited on

Optimize particle draw calls via InstancedMesh and remove FPV transition shader recompilation lag
e64beec

LATTICEWORKS commited on

Upgrade water to MeshStandardMaterial with animated wave normalMap and smooth shoreline
d85d765

LATTICEWORKS commited on

Invert polygonOffset factors and units for reverse-Z depth support
b109792

LATTICEWORKS commited on

Use visual groundColor for water and add polygonOffset to prevent water z-fighting over land
83465c0

LATTICEWORKS commited on

Increase camera far plane scale to 1.25 to prevent clipping at the edge of the frustum
26efcac

LATTICEWORKS commited on

Fix terrain z-fighting: reverse landMat polygon offset direction and embed scatter bases
ac2e742

LATTICEWORKS Claude Sonnet 4.6 commited on

Refactor codebase to under 150 lines per file; reduce FPV turbulence and adjust cockpit scaling
055e3d8

LATTICEWORKS GoogleSearch commited on