#include <sstream>
#include <stdlib.h>
#include "scene.h"
#include "camera.h"
#include "film.h"
#include "sampling.h"
#include "volume.h"
#include "error.h"
#include "context.h"
#include "bxdf.h"
#include "light.h"
#include "spectrumwavelengths.h"
#include "transport.h"
#include "randomgen.h"
#include "fastmutex.h"
#include <boost/thread/xtime.hpp>
#include <boost/bind.hpp>
Go to the source code of this file.
Variables | |
static u_int | sampPos |
static fast_mutex | sampPosMutex |
Definition at line 49 of file scene.cpp.
Referenced by lux::Scene::Render(), and lux::RenderThread::render().
fast_mutex sampPosMutex [static] |
Definition at line 50 of file scene.cpp.
Referenced by lux::RenderThread::render().