feat(climate-sim): Refactor climate simulation UI with interactive event controls, enhanced hex-grid rendering, and high-fidelity GLSL shaders for improved performance and visualization

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-31 07:01:33 -07:00
parent b02993f7bb
commit 84b4aa7f03

View file

@ -81,8 +81,11 @@ function frameAsSnapshot(frame: FramePayload, stats?: { avg_moisture: number; to
avg_evapotranspiration: 0,
net_energy: 0,
net_hydro: 0,
avg_surface_water: 0,
total_ocean_water: 0,
terrain_counts: {},
substrate_counts: {},
elevation_counts: {},
},
events: [],
}