POV-Ray : Newsgroups : povray.binaries.images : Bathtub - take 2 : Re: Bathtub - take 2 Server Time
1 Aug 2024 12:25:02 EDT (-0400)
  Re: Bathtub - take 2  
From: alphaQuad
Date: 19 Dec 2008 13:55:00
Message: <web.494bed9d6655db18c18a63f20@news.povray.org>
"Thomas de Groot" <tDOTdegroot@interDOTnlANOTHERDOTnet> wrote:
> "alphaQuad" <alp### [at] earthlinknet> schreef in bericht
> news:web.494b47636655db18ab3d2ec40@news.povray.org...
>
> Those images look allright though... What code did you use here?
>
> Thomas

I forgot the sky, of course.


#declare sky_blue =
sky_sphere {
    pigment {
        gradient y
        color_map {
         [0.0 rgb <0.6,0.7,1.0>]
          [0.7 rgb <0.0,0.1,0.8>]
        }
    }
}

sky_sphere { sky_blue }


Post a reply to this message

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