// Last edited on DATE TIME by USER // Processed by remove-cam-lights global_settings { max_trace_level 10 } background{ color rgb < 0.75, 0.80, 0.85 > } #declare tinta_A = texture { pigment { color rgb < 0.85, 0.65, 0.7 > filter 0.8 } finish {diffuse 0.8 specular 0.1 roughness 0.005 ambient 0.1 } } #declare tinta_B = texture { pigment { color rgb < 0.5, 0.80, 0.85 > } finish {diffuse 0.8 specular 0.1 roughness 0.005 ambient 0.1} } object { lathe{ quadratic_spline 11, <2, 0>, <1.7, 0.4>, <1.5,0.8>, <1.7,1>, <2.3,1.2>, <2.5,1.5>, <2 , 2>, <1.2, 3>, <0.4, 4>, <0.2, 2 >, <0, 1> texture{ pigment{ color rgb<0.4,0.2,1>} finish { phong 1 reflection 0.2} } scale<1,3,1>*1 } } // Original camera parameters: // #local cam_ctr = <0,0,0> // #local cam_vec = <15.00,15.00,18> // #local cam_sky = z #include "camlight.inc" camlight(<0,0,0>,<10,10,10>,20.0,z,1.0)