POV-Ray : Newsgroups : povray.unofficial.patches : Newbie question on Angle-dependent reflectivity : Newbie question on Angle-dependent reflectivity Server Time
1 Sep 2024 12:16:02 EDT (-0400)
  Newbie question on Angle-dependent reflectivity  
From: Jong
Date: 8 May 2001 04:03:41
Message: <3AF7A878.587EFFC4@mm.ewha.ac.kr>
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

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