#version 3.6; // Right-handed coordinate system where the z-axis points upwards camera { location <345,345,-800> // sky z // right -10.00*x*image_width/image_height // up 10.00*z look_at <345,345,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 "ellipsoid_p.pov" pigment{rgb <0.92,0.65,1>} finish{reflection 0.17 specular 0.3 ambient 0.42} } //union { //#include "ellipsoid_q.pov" // pigment{rgbt <0.65, 0.92, 1, 0.5>} finish{reflection 0.17 specular 0.3 ambient 0.42} //}