|
|
On Sun, 18 Jan 2004 18:24:26 -0500, Tim Cook <z99### [at] bellsouthnet> wrote:
>Throw a sphere with an environment map of some sort around
>the scene.
To add to this, you can use the include code plugin to add a Sky Sphere. For
example.
sky_sphere
{ pigment
{ gradient z color_map
{ [0 rgb <.8,1,1>][.3 rgb <.2,.5,1>][1 rgb z]
}
}
}
BTW remember the different handiness between Moray and Povray. Z is up instead
of Y.
Regards
Stephen
Post a reply to this message
|
|