|
|
Dear all,
I'd like to start using the MegaPOV especially for the angle-dependent
reflectivity calculation based on Fresnel coeff. One question about
using the feature:
Do I need the reflection_min 0, reflection_max 1.0 values even when I
chose the reflection_type 1?
I guess I've seen an example POV file that contains reflection_min and
reflection_max values when the reflection_type is one.
texture {
pigment { rgbt <1.0,1.0,1.0,0.9>}
finish {
ambient 0.05
brilliance 1
diffuse 0.2
reflection_type 1
reflection_min 0.0
reflection_max 1.0
conserve_energy
}
}
interior { ior 1.3}
Thanks all,
Jong
Post a reply to this message
|
|
|
|
Dear Ingo,
I really appreciate your help.
Jong
ingo wrote:
> in news:3AF7A878.587EFFC4@mm.ewha.ac.kr Jong wrote:
>
> > Do I need the reflection_min 0, reflection_max 1.0 values even when I
> > chose the reflection_type 1?
>
> The default values are as you mentioned, so you don't have to put them
> in your scene.
>
> Ingo
>
> --
> Photography: http://members.home.nl/ingoogni/
> Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
|