//Mauricio Aedo, UCT 2008#include "textures.inc"#include "colors.inc"#include "metals.inc"//Cmara
�
camera {location <20, 15, -15>look_at <0, 0, 20>}//Fondobackground { color red 0.2 green 0 blue 0.5}plane {<0, 1, 0>, -7texture {pigment {color red 0.2 green 0.3 blue 0.4}}}//Luz 100, 20, -50light_source {<15, 30, -50>color Yellow} //Locomotoraunion {cylinder {<0, 0, 35><0, 0, 7>4}sphere {<0, 0, 7>4}cylinder {<0,7,12><0,-4,12>1.5}sphere {<0, 7, 12>1.8}box {<-4, -2, 25><4, 10, 35>}clipped_by {box {<-3, 4, 25><3, 9, 35>inverse}