// GLOW / CROSS of LIGHT '01.07 // 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 {<0,0, -100> color <1,1,1>} camera { location <0, 0, -100> angle 0.8 look_at <0.05, 0.01, 0> } union { sphere { <0,0,50> 100 pigment {color rgbt <1,0,0,0.8>} scale <2,2,50> finish {ambient 2 } } sphere { <0,0,50.01*6/5> 50*6/5 pigment {color rgbt <0,1,0,0.9>} finish { reflection 0.25 phong 6 } scale <0.1,5/6,25*5/6> rotate z*-30 } sphere { <0,0,50.01*6/5> 50*6/5 pigment {color rgbt <0,1,0,0.9>} finish { reflection 0.25 phong 6 } scale <0.1,5/6,25*5/6> rotate z*60 } no_shadow }