// Last edited on 2005-08-29 23:08:30 by stolfi // A solar heater for homes, designed by Remigio Lazo Franco // View from the sun background { color rgb < 0.800, 0.800, 0.800 > } // The heater as viewed from the sun #include "sunview-params.inc" #include "scene-sunview.inc" scene_sunview ( latitude, season, hour, roof_azimuth, roof_inclination, profile, colltype ) // Coordinate axes for debugging // // #include "coord-axes.inc" // coord_axes(1.5) // // Coordinate grid for debugging // // #include "grid.inc" // object { // grid(12, 12, 0.100) // rotate 90*x // translate -1.200*z // texture { // pigment { color rgb < 0.000, 0.200, 1.000 > } // finish { ambient 1.00 diffuse 0.00 } // } // }