15 lines
423 B
Text
15 lines
423 B
Text
camera { perspective location <2.6,2.2,-4.2> look_at <0,-.5,0>
|
|
aperture .05 blur_samples 100 variance 1/100000 focal_point <2,1,-2>}
|
|
|
|
light_source{< 60,20,-20> color rgb 2}
|
|
|
|
sky_sphere { pigment{ gradient z color_map{[0 rgb 0.3][.1 rgb <.7,.8,1>][1 rgb .2]} }}
|
|
|
|
box { <0,0,0> <3,2,4>
|
|
texture {
|
|
pigment{ agate }
|
|
normal { checker }
|
|
finish { reflection {0.20 metallic 0.2} }
|
|
}
|
|
translate <-1,-.5,-2>
|
|
}
|