In article <4db5241b$1@news.povray.org>,
"Thomas de Groot" <tDOTdegroot@interDOTnlANOTHERDOTnet> wrote:
> Excellent indeed!
>
> I am interested in the media characteristics. Its aspect is much better than
> what I tried to achieve in my Paris night scene.
thanks thomas.
media is very basic. here is my code :
sphere {
0, 1
pigment { rgbt 1 }
hollow
interior {
media {
emission 0.05
density {
spherical density_map {
[0.0 color Black ]
[1.0 color Coral*2 ]
}
}
}
}
scale 16
}
hope this help.
--
klp
Post a reply to this message
|