POV-Ray : Newsgroups : povray.binaries.images : A more successful render (~120KB) : Re: A more successful render (~120KB) Server Time
7 Aug 2024 01:24:32 EDT (-0400)
  Re: A more successful render (~120KB)  
From: Cousin Ricky
Date: 12 Oct 2006 11:20:01
Message: <web.452e5c34e7485ee643a5e2560@news.povray.org>
> "Tek" <tek### [at] evilsuperbraincom> wrote:
> > It's a bit brute force but you can always do:
> > global_settings { ambient_light 0 }
>
"EagleSun" <nomail@nomail> wrote:
> Before using that, make sure you don't want to see the sun.  If you do, the
> global ambient_light of 0 will make the sun (and reflections of it)
> disappear.

If you must... :-)

   looks_like
   {  sphere
      {  0, R
         pigment { rgb 1 } //renders as light_source color
         finish { diffuse 1 }
         double_illuminate
      }
   }


Post a reply to this message

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