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:
parent
b02993f7bb
commit
84b4aa7f03
1 changed files with 3 additions and 0 deletions
|
|
@ -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: [],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue