#version 3.7; global_settings{ assumed_gamma 1.0 } camera { orthographic location -10*z direction z up 5*y right 5*image_width/image_height*x angle 20 } light_source { <-10,10,-10>*100,0.5 } light_source { <10,10,-10>*100,0.5 } //light_source { <-10,-10,-10>,0.6 } light_source { z*-90 color rgb 0.4 } #include "golds.inc" #include "colors.inc" #include "finish.inc" //----- Bottom set #declare LemonLeft = lemon { <-1.2,-0.5,0>, 0.0, <-1.2,0.5,0>, 0.0, 0.499999 sturm } #declare LemonCenter = lemon { <0,-0.5,0>, 0.0, <0,0.5,0>, 0.0, 0.50 sturm } //----- All sets #declare LemonRight = lemon { <1.2,-0.5,0>, 0.0, <1.2,0.5,0>, 0.0, 0.500001 sturm } object { LemonLeft translate -y*2/3 texture { T_Gold_3C } } object { LemonCenter translate -y*2/3 texture { T_Gold_3C } } object { LemonRight translate -y*2/3 texture { T_Gold_3C } } object { LemonLeft translate +y*2/3 texture { pigment { color Yellow } finish { Dull } } } object { LemonCenter translate +y*2/3 texture { pigment { color Yellow }finish { Dull } } } object { LemonRight translate +y*2/3 texture { pigment { color Yellow }finish { Dull } } }