sphere { 0, 4000 //earth day image texture { pigment{ image_map{tga // "/home/matt/images/earth-comp.tga" map_type 1} //"/home/matt/images/bluemars.tga" map_type 1} "/home/matt/images/earth-night.tga" map_type 1} } finish { diffuse 1.5 brilliance 1 ambient 0} } // rotate 0*x rotate -110*y rotate -clock*100*y*360/64 rotate 0*x rotate (180-110)*y rotate -clock*100*y*360/64 }// earth sphere { 0, 4000 //earth night image texture { pigment{ image_map{tga "/home/matt/images/earth-comp.tga" map_type 1} //"/home/matt/images/bluemars.tga" map_type 1} //"/home/matt/images/earth-night.tga" map_type 1} } finish { diffuse 1.5 brilliance 1 ambient 0} } // rotate 0*x rotate -110*y rotate -clock*100*y*360/64 rotate 0*x rotate (180-110)*y rotate -clock*100*y*360/64 translate <-0.00001,0,0> // translation }// earth