#include "reflection.h"#include "color.h"#include "mc.h"#include "sampling.h"#include <stdarg.h>Go to the source code of this file.
Functions | |
| COREDLL Spectrum | FrDiel (float cosi, float cost, const Spectrum &etai, const Spectrum &etat) |
| COREDLL Spectrum | FrCond (float cosi, const Spectrum &eta, const Spectrum &k) |
| COREDLL Spectrum | FresnelApproxEta (const Spectrum &Fr) |
| COREDLL Spectrum | FresnelApproxK (const Spectrum &Fr) |
Definition at line 52 of file reflection.cpp.
References Spectrum::Clamp(), and Spectrum::Sqrt().
Referenced by ShinyMetal::GetBSDF().
1.5.6