POV-Ray : Newsgroups : povray.windows : some problems about finish : Re: some problems about finish Server Time
25 Apr 2024 23:54:36 EDT (-0400)
  Re: some problems about finish  
From: Alain
Date: 28 Feb 2014 19:54:34
Message: <53112fca@news.povray.org>

> I want to ask how should I set the value of ambient and diffuse ?
> "pigment {color rgb spectral}" I only used the reflection of object . I do not
> need to consider the ambient and diffuse ,but I want to ask whether  need I to
> set the parameters of ambient and diffuse ?If need, "#default{ finish{ ambient
> 0.1 diffuse 0.9 }}"is OK?
>
>
>

For a purely refflective surface, ambient and diffuse are usualy set to 
zero. Most also set the diffuse and ambient lower for transparent textures.
A good starting diffuse value for a reflective object may be set as 
(when starting from the default diffuse and ambient values):
0.7*(1-reflection).
For ambient, you can try 0.1*(1-reflection).

A diffuse value of 0.9 is OK only for the brightest, extremely high 
albedo, objects. Normaly, the default of 0.7 is very good.




Alain


Post a reply to this message

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