// Last edited on 2009-07-21 15:14:29 by stolfilocal
// Processed by remove-cam-lights

#include "colors.inc"

global_settings { assumed_gamma 1 }

background { color DarkGreen }

plane { <0, 1, 0>, 0
    pigment {
      checker color Coral, color Yellow
    }
  }

cylinder {
        <-2,0,0>, <-2,1,0>, 0.3
        texture {
                pigment {
                        Red
                        }
                }
          }

cylinder {
        <0,1,0>, <0,1.2,0>, 2
        texture {
                pigment {
                        Blue
                        }
                }
          }
          

cylinder {
        <0.5,0,-1.8>, <0.5,1,-1.8>, 0.3
        texture {
                pigment {
                        Green
                        }
                }
          }

box {
    <2.5,0,0>, <1,1,2>
    texture {
             pigment { Magenta }
            }
    }

// Original camera parameters:
// #local cam_ctr = <-0,1,2>
// #local cam_vec = (<0,2,-5>-<-0,1,2>)
// #local cam_sky = y

#include "camlight.inc"
camlight(<0,1,-2>,<0,3,-10>,08.0,y,1.0)