pub fn body_scene(
report: &AnatomyViewReport,
azimuth_deg: f64,
elevation_deg: f64,
) -> RenderSceneExpand description
Build a whole-body [RenderScene] from an AnatomyViewReport, coloured by accumulated burden and
viewed from (azimuth, elevation) in degrees. azimuth 0..360 rotates around the body; elevation
-90..90 looks up→down. The camera orbits at a fixed radius around the body centre.