// Demo Version of Corona bottle // by Kurt Bangert // http://www.travelnotes.de/ global_settings { max_trace_level 100 } #include "colors.inc" #include "textures.inc" #declare r1 = seed(5); #include "corona.inc" camera {location <0,19+1+1,-16> look_at <0,14+.9,5> angle 60} light_source { <-20, 35, 80> color rgb <1,1,0.9>*.9 fade_distance 70 fade_power 2 } light_source { <-5, 40,-10> color rgb <1,1,0.9> fade_distance 50 fade_power 2 } #declare table = object{box { <-90,-1,0><90,0,60> pigment {White}}} #declare wall = object{box { <-90,-100,120><90,150,125> pigment {White}}} object{corona_bottle scale 0.062 rotate y*120 translate <3,0,27> } object {wall pigment{White} } object {table normal {bumps .02}}