POV-Ray : Newsgroups : povray.newusers : Lighting question : Re: Lighting question Server Time
29 Jul 2024 20:28:05 EDT (-0400)
  Re: Lighting question  
From: Marc Jacquier
Date: 12 Apr 2005 04:43:37
Message: <425b8a39@news.povray.org>

news:web.425b82292c3b529f51a594900@news.povray.org...
> So I'd expect in a scene with no lights and no ambient values I'd get a
pure
> black render, but I can see my objects.  What am I missing?  The scene is
> just a blue sphere and nothing else.
>
If not precised, default ambient value is 0.1
If you want to modify that, write
#default {
  texture { finish{ambient 0} }
}
at the begining of your file
(it can be even compulsory if you use radiosity because ambient>0 emits
light in this case)

Marc


Post a reply to this message

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