#include "speculartransmission.h"#include "color.h"#include "spectrum.h"#include "spectrumwavelengths.h"#include "mc.h"#include "sampling.h"#include <stdarg.h>#include <boost/thread/tss.hpp>Go to the source code of this file.
Variables | |
| boost::thread_specific_ptr < SpectrumWavelengths > | thread_wavelengths |
| boost::thread_specific_ptr<SpectrumWavelengths> thread_wavelengths |
Definition at line 61 of file spectrum.cpp.
Referenced by lux::SkyLight::ChromaticityToSpectrum(), lux::FresnelDielectric::Evaluate(), lux::SpecularTransmission::f(), lux::SWCSpectrum::filter(), lux::ExPhotonIntegrator::Preprocess(), lux::Scene::Render(), lux::RenderThread::render(), lux::SpecularTransmission::Sample_f(), lux::SWCSpectrum::SWCSpectrum(), lux::SWCSpectrum::ToXYZ(), and lux::SWCSpectrum::y().
1.5.9