POV-Ray : Newsgroups : povray.newusers : sky_sphere and gradient : sky_sphere and gradient Server Time
30 Jul 2024 20:18:56 EDT (-0400)
  sky_sphere and gradient  
From: Stefano Tessarin
Date: 29 Sep 2003 10:57:07
Message: <3F784905.39BEFA2A@tin.it>
hi all!
i'm making a sky_sphere to look like a realistic sky, but the color
gradient it's very ugly!!

well the color combination is very realistic to me but instead of a
gradient it's a circulare scale even if I use radiosity, how can I avoid
this bad effect?

I took the colors using the dropper tool of Paint Shop Pro from an
actual picture of a late afternoon landscape.
this is the code:

sky_sphere   {
               pigment {gradient y
                        color_map { [0.0 color rgb <243,243,231>/255]
                                    [0.2 color rgb <212,212,219>/255]
                                    [0.25 color rgb <206,204,217>/255]
                                    [0.30 color rgb <200,197,224>/255]
                                    [0.35 color rgb <197,195,217>/255]
                                    [0.5 color rgb <178,178,228>/255]
                                    [1 color rgb <178,178,228>/255]
                                  }                        
                        }
     }

-- 
a presto, Stefano Tessarin:

-----> il primo portale del fermodellismo italiano
http://www.plasticando.com <------


Post a reply to this message

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