POV-Ray : Newsgroups : povray.general : Stars... : Re: Stars... Server Time
8 Sep 2024 12:28:23 EDT (-0400)
  Re: Stars...  
From: Rarius
Date: 25 Nov 2004 13:53:47
Message: <41a62a3b@news.povray.org>
> #declare star_size = .002;
> #declare star_density = 50;
>
> sky_sphere {
> pigment {
>  crackle
>  form <1,0,0>
>  color_map {
>   [star_size*star_density rgb 1]
>   [star_size*star_density rgb 0]
>  }
>  scale 1/star_density
> }
> }
>
> - Slime
> [ http://www.slimeland.com/ ]


Thanks for this Slime. This was exactly what I was after... I'll post an 
image into povray.binaries.images and an animation into 
povray.binaries.animations when they are done...

Rarius


Post a reply to this message

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