// ARRAY (MEDIA*LEOPARD) / A Nebula '00.07 // By Tsutomu HIGO E-mail: nj2t-hg@asahi-net.or.jp #global_settings { assumed_gamma 2.2 } #declare Media = media { emission 0.2 intervals 10 samples 1, 1 confidence 0.999 variance 1/10 density { leopard turbulence 0.3 color_map { [0.2 color rgb <0, 0, 0.1>] [0.3 color rgb <0.6, 0.6, 0>] [0.31 color rgb <0, 0.5, 0>] [0.4 color rgb <0, 0.2, 0.2>] [0.97 color rgb <0, 0, 0.3>] } scale 0.6} translate <0.9,1,0.9> } box { <-1.5,-1.3,-1.3> <1.5,1.3,1.3> pigment { color rgbf<1, 1, 1, 1> } finish { ambient 0 diffuse 0 } interior { media { Media } } scale <45,30,35> scale 0.1 rotate <20,30,10> translate <0, 0, 10> hollow } // NARROW ANGLE CAMERA (TO PREVENT DISTORTION) camera {location <0, 0, -10> look_at <0.15, 0.28, 1> angle 32} // COMMON GALAXY OPTIONS #declare galaxy_cluster_name = "" // STAR OBJECTS #declare galaxy_object_scale = 0.7; #declare C = 2; #declare galaxy_object_name = concat("Star", str(C + 1, 0, 0)) #declare galaxy_object_position = <0, 0, 10>; #include "GALAXY.OBJ"