|
|
In article <3b76d80a@news.povray.org>,
"Hershel Robinson" <her### [at] yahoocom> wrote:
> How do I make the background come out white? I, like any newbie, figured a
> white light on a white plane would come out white! Please enlighten me and
> my image.
The problem is that by default, not all light that hits will reflect
(60% actually, the default value of diffuse in the finish is 0.6), and
also that the light that hits the plane at a steeper angle won't
illuminate it as brightly. The "brilliance" parameter controls this
falloff...
Try this:
finish {
ambient 0
diffuse 1
brilliance 0
}
--
Christopher James Huff - chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
<><
Post a reply to this message
|
|