//Scene with Saturn and voyager //Kurt Bangert 1998 //http://www.travelnotes.de #include "colors.inc" #include "textures.inc" #include "saturn.inc" #include "voyager.inc" #include "stars.inc" camera { location <0,0, -4.5> look_at <0,0,0> } light_source { <100, 100, -100> color red 1 green 1 blue 1} light_source { <100, 100, -200> color red 1 green 1 blue 1} //picture used in voyager.htm object {voyager rotate < -90, 125,0> translate <2.8,1,4.5>} object {saturn scale 10 rotate x*-20 translate <-23.,5.,80> }