POV-Ray : Newsgroups : povray.binaries.images : Radiosity: Algorithm vs. Reality : Re: Radiosity: Algorithm vs. Reality Server Time
19 Aug 2024 00:28:11 EDT (-0400)
  Re: Radiosity: Algorithm vs. Reality  
From: Kari Kivisalo
Date: 20 Mar 2001 12:36:37
Message: <3AB79525.4EE22720@kivisalo.net>
"news.povray.org" wrote:
>
> In the lower half the sphere is brighter, than the upper half.
> But I didn't expect such a sharp edge ... Maybe I'm wrong ...

You are not wrong. There seems to be errors in rad calculations when
using background{} color. Replace this:

> background {color rgb <0.0,0.30,0.80>}

With this:

sphere{0,1000
  pigment{color rgb <0,0.3,0.8>}
  finish{diffuse 0 ambient 1}
  no_shadow
}

______________________________________________________________________
Kari Kivisalo                                  http://www.kivisalo.net


Post a reply to this message

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