// #local X = 0; // #local Y = 0; // #local Z = 0; // // #local Xmax = 13; // // #local Ymax = 13; // // #local Zmax = 6; // #local Xmax = 0; // #local Ymax = 0; // #local Zmax = 1; // #local bin_count = 2014; // #while (Z <= Zmax) // #while (Y <= Ymax) // #while (X <= Xmax) // box{ // 0,1 // hollow // pigment{ color rgbt 1 } // interior // { // media // { // //emission 1 // scattering // { // 1, rgb 1 // } // density // { // //density_file df3 "00002013.df3" //"test.df3" // // density_file df3 concat(str(bin_count,-8,0), ".df3") // #debug concat(str(bin_count,-8,0), ".df3\n") // interpolate 0 // } // } // } // //rotate <0,0,-180> // //rotate <0,90,0> // //rotate <90,0,0> // scale 0.9999 // translate *1 // } // #local bin_count = bin_count + 1; // #local X = X + 1; // #end // #local X = 0; // #local Y = Y + 1; // #end // #local Y = 0; // #local Z = Z + 1; // #end // camera { // location <2, -5, 8> // angle 50 // sky <0,0,1> // up <0,0,1.0> right <0, -1.3333,0> // look_at <1,1,1> // } light_source{ <0, 000, 1000> rgb 1 } global_settings{ max_trace_level 256 } background { rgb <0.1, 0.1, 0.2> } camera { location <0,0,2> angle 50 sky <0,0,1> up <0,0,1.0> right <0, -1.3333,0> look_at <4,4,4> } box{ 0, 1 hollow pigment{ color rgbt 1 } interior{ media{ emission 1 density{ density_file df3 "00001017.df3" interpolate 0 } } } scale 0.999 translate <4, 4, 3> } box{ 0, 1 hollow pigment{ color rgbt 1 } interior{ media{ emission 1 density{ density_file df3 "00001325.df3" interpolate 0 } } } scale 0.999 translate <4, 4, 4> }