Files
settled-reach/spikes/heightmap-pipeline/test_volcanic.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
825 B
JSON

{
"id": "TEST_VOLCANIC", "name": "Caldera", "body_type": "planet",
"planet_class": "volcanic", "body_scale": "planet", "seed": 99967,
"star": {"type": "M", "luminosity_solar": 0.04, "color_temp_K": 3200},
"orbit": {"distance_au": 0.12, "period_days": 18, "axial_tilt_deg": 3.0},
"physical": {"gravity_g": 1.1, "oblateness": 0.004, "atmosphere": "toxic", "atmosphere_color": [0.7, 0.4, 0.2]},
"terrain": {"land_fraction": 0.85, "polar_ice_lat": 0.99, "tectonics": "extreme", "max_elevation_km": 18.0},
"environment": {"geothermal_flux": "extreme", "uv_index": "low", "substrate": "silicate", "chemosynthetic": false, "hydrosphere": "none"},
"clouds": {"enabled": true, "coverage_base": 0.35},
"render": {"globe_light_angle_deg": 120, "specular_ocean": false, "night_side_ambient": 0.040}
}