#include <sstream>
#include <stdlib.h>
#include "scene.h"
#include "camera.h"
#include "film.h"
#include "sampling.h"
#include "dynload.h"
#include "volume.h"
#include "error.h"
#include "context.h"
#include "bxdf.h"
#include "light.h"
#include "spectrumwavelengths.h"
#include "randomgen.h"
#include <boost/thread/xtime.hpp>
#include <boost/bind.hpp>
Go to the source code of this file.
Variables | |
u_int | sampPos |
boost::mutex | sampPosMutex |
boost::thread_specific_ptr < SpectrumWavelengths > | thread_wavelengths |
Definition at line 47 of file scene.cpp.
Referenced by lux::Scene::Render(), and lux::RenderThread::render().
boost::mutex sampPosMutex |
Definition at line 48 of file scene.cpp.
Referenced by lux::RenderThread::render().
boost::thread_specific_ptr<SpectrumWavelengths> thread_wavelengths |
Definition at line 61 of file spectrum.cpp.