// PLASMA / A Birth of A Star '99.07 // By Tsutomu HIGO E-mail: nj2t-hg@asahi-net.or.jp #version 3.1; global_settings { max_trace_level 18 assumed_gamma 2.2 } light_source {<0.8, 0.5, 2.6> color <0.1,0.02,0.4>} camera { location <0,0,-40> angle 6 look_at <1 0.7, 0> } box { <-100, -100, 4> <100, 100, 7> pigment {color rgbt <0,0,0,1>} finish {ambient 0 diffuse 0.8 reflection 0 phong 3.8} normal {radial sine_wave frequency 3 turbulence 0.3 rotate x*90 rotate z*100} } box { <-100, -100, 3> < 100, 100, 8.5> pigment {color rgbt <0,0,0,1>} finish {ambient 0 diffuse 0.8 reflection 0 phong 2.8} normal {radial sine_wave frequency 1 turbulence 0.05 rotate x*90 rotate z*100} rotate z*290 translate <1, 1.2, 0> } sphere { <0, 0, 0> 100 pigment { marble color_map { [0.98 color rgbt <5, 0, 5, 1>] [1 color rgb <1.5, 3, 7.5>] } turbulence 300 scale 10 translate y*50 } finish {ambient 1.0 diffuse 0.8 reflection 0} } sphere { <0, 0, 0> 99 pigment { marble color_map { [0.1 color rgbt <0, 0, 0, 0>] [1 color rgbt <0, 0, 0, 1>] } turbulence 2 rotate z*60 scale 3 } finish {ambient 2.0 diffuse 0.8 reflection 0} }