// Last edited on 2009-07-21 14:59:20 by stolfilocal // Processed by remove-cam-lights #include "colors.inc" global_settings { assumed_gamma 0.5 } background { color Black } plane { <0, 1, 0>, 0 pigment { LightBlue } } cylinder { <-1.3,0,0>, <-1.3,1.5,0>0.8 texture { pigment { Green } } } box { <-0.5,0,-0.5>, <0.5,1.5,0.5> texture { pigment { Red } } } sphere { <1.4,0.8,0>0.8 texture { pigment { Yellow } } } box { <-1.5,1.4,0.8>, <1.5,1.6,-0.8> texture { pigment { Blue } } } // Original camera parameters: // #local cam_ctr = <0,1,1> // #local cam_vec = (<2,0,-5>-<0,1,1>) // #local cam_sky = y #include "camlight.inc" camlight(<0,1,1>,<10,3,10>,10.0,y,1.0)