|
|
Hello. Here is the scene file
//--- Begin of zud1.pov
// Alex Kluchikov, 2003,2004
// mailto: klk### [at] ukrnet, akl### [at] mailru
// Feel free to modify/use in any form
light_source{
-15*z, color rgb <1.0,0.8,0.6>*0.65
rotate -x*25 rotate -y*15
}
light_source{
-15*z, color rgb <0.6,0.8,1>*0.65
rotate x*35 rotate -y*195
}
global_settings{
noise_generator 3
max_trace_level 10
max_intersections 10
}
camera{
location -5*z
look_at 0
up image_height*y
right image_width*x
angle 120
rotate x*10
rotate y*20
}
#declare st=texture{pigment{color rgb<0.83,0.82,0.84>*1.2}
finish{diffuse 0.85 ambient 0 specular 0.1 roughness 0.03 phong 1.0
brilliance 7.3 phong_size 80 metallic .5
reflection{0.6,1.0 metallic}}
}
sphere{0,4.56 texture{st}no_shadow no_reflection}
superellipsoid{.15 scale 17
hollow
no_shadow
texture{st}
}
//--- End of zud1.pov
Sincerely Yours,
Alex Kluchikov.
Post a reply to this message
|
|