#include "colors.inc" background{White} camera { angle 15 location <0,2,-10> look_at <0,0,0> } light_source { <10, 20, -10> color White } //#declare fonte = seed(75135982); #declare est_planeta = "earth-land.png"; #declare fundo = "hubble-Sag-s5_l.jpg"; # declare brasil = blob { threshold .65 sphere { < 0.0, 0.0, 0.0 >, .5, 1 } sphere { < 0.5, -0.1, 0.0 >, .5, 1 } sphere { < 0.0, -0.35, 0.0>, .5, 1 scale <1.2,1.5,1> } pigment { Yellow } scale<.4+(clock),.4+(clock),.1+(clock)> translate <0,0,-0.8> } # declare planeta = sphere { < 0.00, 0.00, 0.00 >, .8 pigment {image_map { png est_planeta map_type 1} } } union{ object { planeta } object {brasil} } sky_sphere{ pigment {image_map { jpeg fundo}}}