POV-Ray : Newsgroups : povray.general : Star Filled Sky : Re: Star Filled Sky Server Time
5 Aug 2024 06:18:03 EDT (-0400)
  Re: Star Filled Sky  
From: Johannes Dahlstrom
Date: 15 Nov 2002 16:24:37
Message: <3dd56615@news.povray.org>
James Gray wrote:

<snip>

Try this out:

// --- --- ---

#declare D = .5;

sky_sphere {
        pigment {
                crackle
                color_map {
                        [pow(0.5, D) color Black]
                        [pow(0.6, D) color White*10]
                }
                scale .005/D
        }
}

// --- --- ---

It should render fine with aa. You can also adjust the star density with 
the 'D' variable.


Post a reply to this message

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