POV-Ray : Newsgroups : povray.general : MORAY scene backgrounds : Re: MORAY scene backgrounds Server Time
3 Aug 2024 14:12:50 EDT (-0400)
  Re: MORAY scene backgrounds  
From: Stephen McAvoy
Date: 31 Jan 2004 03:32:21
Message: <hspm10liq593g4bmrb0soqchnp2vbgmjb4@4ax.com>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.