//only a test file
#
include “colors.inc”
background {
color rgb < 0, 0, 0 >
}
camera {
location < 0, -200, 200 >
look_at < 0, 0, 0 >
}
box { < 200, 200, 0 >
< -200, -200, -5 >
pigment {
color rgb < 1, 1, 1 >
}
}
box { < 2, 100, -5 >
< -2, -100, 20 >
pigment {
color rgb < 1, 1, 1 >
}
}
box { < 100, 2, -5 >
< -100, -2, 20 >
pigment {
color rgb < 1, 1, 1 >
}
}
box { < 10, 10, 30 >
< -10, -10, 33 >
pigment {
color rgb < 1, 1, 1 >
}
}
box { < 50, 50, 10 >
< -50, 45, 50 >
pigment {
color rgb < 1, 1, 1 >
}
}
cylinder { < 10, 10, 0 > , < 10, 10, 50 > ,
1
pigment {
color rgb < 1, 1, 1 >
}
}
cylinder { < -10, -10, 0 > , < -10, -10, 30 > ,
1
pigment {
color rgb < 1, 1, 1 >
}
}
cylinder { < -10, 10, 0 > , < -10, 10, 50 > ,
1
pigment {
color rgb < 1, 1, 1 >
}
}
cylinder { < 10, -10, 0 > , < 10, -10, 30 > ,
1
pigment {
color rgb < 1, 1, 1 >
}
}
box { < 11, 11, 30 >
< -11, -11, 32 >
pigment {
color rgb < 1, 1, 1 >
}
}
box { < 11, 11, 40 >
< -11, 9, 50 >
pigment {
color rgb < 1, 1, 1 >
}
}
light_source { < 10, 0, 100 >
color rgb < 0, 1, 0 >
area_light < 20, 0, 0 > , < 0, 40, 0 > , 30, 60
adaptive 1
jitter
}
light_source { < -10, 0, 100 >
color rgb < 1, 0, 0 >
area_light < 20, 0, 0 > , < 0, 40, 0 > , 30, 60
adaptive 1
jitter
}

