//Life by Aero global_settings { max_trace_level 20 assumed_gamma 2.2 radiosity { pretrace_start 0.08 pretrace_end 0.04 count 35 nearest_count 2 error_bound 0.8 recursion_limit 4 low_error_factor 0.5 gray_threshold 0.0 minimum_reuse 0.015 brightness 1 adc_bailout 0.01/2 } } #include "colors.inc" #include "shapes.inc" #include "life.inc" #include "glass.inc" #include "/home/aero/povray/aerosobj.inc" camera { location <3.5, 2, -4.5> look_at <0,0,0> focal_point <0,0,0> aperture 0.4 blur_samples 4 } plane {y, -300 pigment { color rgb <0.2,0.6,0.3> } normal { bozo normal_map { [0.3 bumps scale 2] [0.3 dents] [0.6 dents] [0.9 marble turbulence 1] } } } light_source {< 0.25,-0.85, 0.25> color rgb 0.5} light_source {< 0.25,-0.85,-0.25> color rgb 0.7} light_source {<-0.25,-0.85, 0.25> color rgb 0.5} light_source {<-0.25,-0.85,-0.25> color rgb 0.67} light_source {< 0.25,-0.75, 0.25> color rgb 0.67} light_source {< 0.25,-0.75,-0.25> color rgb 0.67} light_source {<-0.25,-0.75, 0.25> color rgb 0.56} light_source {<-0.25,-0.75,-0.25> color rgb 0.76} sphere { <0,-0.8,0> 0.2 texture {valopeili} } difference { cylinder { <0,-0.8,0> <0,-1.5,0> 0.1 texture {tiimalasin_hiekka} } sphere { <0,-0.8,0> 0.3 texture{ pigment { color Clear } finish { F_Glass3 } } interior { ior 1.4 dispersion 1.05 } } } sphere { <0,-0.8,0> 0.3 texture{ pigment { color Clear } finish { F_Glass3 } } interior { ior 1.4 dispersion 1.05 } } box { <-20,-1.5,4> < 20,-3.0,-4> material {BallWood rotate <0,90,0>} } difference { cylinder { < 0, -1.5, 0> < 0, 1.5, 0> 1.6 } cylinder { <0, -1.2,0> <0, 1.2,0> 1.5 } sphere { <0,0,0>, 1 scale <1.4,1.4,1.4> } texture { pigment { color Clear } finish { F_Glass2 } } interior { ior 1.4 fade_distance 15.0 fade_power 0.01 dispersion 1.05 } } object {aijja scale <0.015,0.015,0.015> translate <0,-1.4,0.7>} object {aijja scale <0.015,0.015,0.015> rotate <0,90,0> translate <0.7,-1.4,0>} object {aijja scale <0.015,0.015,0.015> rotate <0,-90,0> translate <-0.7,-1.4,0>} object {aijja scale <0.015,0.015,0.015> rotate <0,180,0> translate <0,-1.4,-0.7>}