Din joaca postez un script pov-ray de generat planeta ... Pluto. Se poate descarca de la
http://www.povray.org/download/ sin instala sub windows/OS/linux.
Pov-ray e un program de ray-tracing, absolut free.
-----
#include "colors.inc"
global_settings {ambient_light Yellow}
light_source{<20,35,-2> color White }
//light_source{<-20,35,-2> color rgb <1,1,1> }
background {color White}
sky_sphere{ pigment { bozo color_map{
[0.0 White*3]
[0.2 Black]
[1.0 Black] }
scale 0.004
}}
camera { location < 0,2,-10> look_at<0,0,0>}
//sphere { <4,0,0> 2 pigment {color rgb <0.2,0.6,0.8>} }
sphere { <0,0,0> 2 pigment {bozo
color_map {
[0.00 White]
[0.45 SkyBlue]
[0.55 SkyBlue]
[0.70 White]
[1.00 White]}
warp { turbulence 0.5}
}
}
sphere { <6,0,0> 0.2 pigment {color Grey }
rotate <0,200,27>
normal { bumps 1.5 scale 0.1 }
}
//plane {y,0 pigment{ color Gold} }
difference{
///cylinder {<0,-0.01,0>,<0,0.01,0>,3.2 pigment {color Green} }
cylinder {<0,-0.01,0>,<0,0.01,0>,1
pigment {cylindrical frequency 8
color_map{[0.00 Magenta filter .5]
[0.30 Yellow filter .5]
[0.45 Green filter .5]
[0.60 Cyan filter .5]
[1.00 Blue filter 0.5]
[1.00 Gold filter 0.5]
}
warp {turbulence 0.05 }
}
scale <4.2, 1, 4.2> }
cylinder {<0,-0.011,0>,<0,0.011,0>,2.8 }
rotate <0,0,30>
}