POV-Ray : Newsgroups : povray.general : Star field? : Re: Star field? Server Time
25 Apr 2024 00:59:58 EDT (-0400)
  Re: Star field?  
From: Zeger Knaepen
Date: 14 Aug 2018 04:26:11
Message: <5b729223@news.povray.org>
try this:

sky_sphere {
   pigment {
     pigment_pattern {granite scale 3}
     pigment_map {
       [0
         crackle form <1,1,0>
         scale .0035
         color_map {
           [.35 rgb .25]
           [.55 rgb 0]
         }
       ]
       [1 rgb 0]
     }
     poly_wave .25
   }
}


it's old code, haven't tested it with any recent version of POV-Ray, but 
I suppose it'll still work.

cu!
-- 
ZK


Post a reply to this message

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