#include "fresnel.h"
#include "color.h"
#include "spectrum.h"
#include "mc.h"
#include "sampling.h"
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | lux |
Functions | |
SWCSpectrum | lux::FrDiel (float cosi, float cost, const SWCSpectrum &etai, const SWCSpectrum &etat) |
SWCSpectrum | lux::FrCond (float cosi, const SWCSpectrum &eta, const SWCSpectrum &k) |
SWCSpectrum | lux::FresnelApproxEta (const SWCSpectrum &Fr) |
SWCSpectrum | lux::FresnelApproxK (const SWCSpectrum &Fr) |