Files
settled-reach/spikes/heightmap-pipeline/test_moon.json
T
jpmschweitzerandClaude Opus 4.6 1c6c5b9978 feat(assets): heightmap pipeline spike — prototype + test inputs
PO-built prototype (FBM terrain, Whittaker biomes, procedural globe)
with test body definitions for all planet types. Replaces pyplatec
approach. Spike validates the pipeline architecture for batch #817.

Includes handover doc, 9 test body definitions, and updated spike
pipeline documentation. Stale pyplatec outputs removed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-06 15:54:35 +02:00

12 lines
787 B
JSON

{
"id": "TEST_MOON", "name": "Shale", "body_type": "moon",
"planet_class": "barren", "body_scale": "dwarf", "seed": 11198,
"star": {"type": "G", "luminosity_solar": 1.0, "color_temp_K": 5800},
"orbit": {"distance_au": 1.0, "period_days": 28, "axial_tilt_deg": 1.5},
"physical": {"gravity_g": 0.16, "oblateness": 0.001, "atmosphere": "none", "atmosphere_color": [0.5, 0.5, 0.5]},
"terrain": {"land_fraction": 0.99, "polar_ice_lat": 0.98, "tectonics": "none", "max_elevation_km": 4.0},
"environment": {"geothermal_flux": "low", "uv_index": "moderate", "substrate": "silicate", "chemosynthetic": false, "hydrosphere": "none"},
"clouds": {"enabled": false},
"render": {"globe_light_angle_deg": 125, "specular_ocean": false, "night_side_ambient": 0.005}
}