#version 3.6; // Right-handed coordinate system where the z-axis points upwards camera { location <2,2,-2> // sky z // right -10.00*x*image_width/image_height // up 10.00*z look_at <0,0,0> } // White background background{rgb 1} // Two lights with slightly different colors light_source{<250,250,600> color rgb <1,1,1>} light_source{<25,-12> color rgb <0.43,0.45,0.45>} // The ellipsoids. union{ #include "test_mvcee_E1.pov" pigment{rgb <0.92,0.65,1>} finish{reflection 0.17 specular 0.3 ambient 0.42} } union{ #include "test_mvcee_E2.pov" pigment{rgb <0.92,0.65,1>} finish{reflection 0.17 specular 0.3 ambient 0.42} } union{ #include "test_mvcee_E3.pov" pigment{rgb <0.92,0.65,1>} finish{reflection 0.17 specular 0.3 ambient 0.42} } union{ #include "test_mvcee_global_ellipsoid.pov" pigment{rgbf <0.0,0.65,1, 0.9>} finish{reflection 0.17 specular 0.3 ambient 0.42} }