// INQUIRE / PLANET '99.10 // By Tsutomu HIGO E-mail: nj2t-hg@asahi-net.or.jp #version 3.1; global_settings { max_trace_level 300 assumed_gamma 2.2 } light_source {<600, 1000, -1300> color <1,1,1>} camera { location <2, 1, -100> angle 10 look_at <1.5, 1, 0> } plane { z,150000 pigment {crackle color_map{ [0.7 color rgbt <0,0,0,1>] [0.8 color rgbt <10,10,15,0>] } turbulence 6 scale 1000 } no_shadow } union { sphere { <0,0,0> 4.9 pigment {color rgb <2,1,0.5>} finish {ambient 0.3} } sphere { <0,0,0> 4.902 pigment {crackle color_map{ [0.05 color rgbt <0.5,0.3,0.1,0.5>] [0.4 color rgbt <1,0.8,0.6,0.7>] [0.8 color rgbt <0,0,0,0.9>] } scale 10 translate <500,100,0> rotate z*60 rotate y*120 turbulence 0.8 } } sphere { <0,0,0> 4.901 pigment {crackle color_map{ [0.05 color rgbt <1.5,2,2,0.9>] [0.2 color rgbt <1,1,1.5,0.7>] [0.8 color rgbt <0,0,1,0.9>] } scale 20 translate <5,100,0> scale <1,0.3,1.5> rotate z*-30 rotate y*30 turbulence 1.5 } } no_shadow }