#include "defines.h"
#include "scene.h"
#include "camera.h"
#include "ray.h"
#include "intersection.h"
#include "pointlight.h"
#include "material.h"
#include "pathtracer.h"
Include dependency graph for pathtracer.cpp:
Namespaces | |
namespace | asr |
Variables | |
static const float | asr::RUSSIAN_ROULETTE = 0.75f |
A path is terminated if a uniform random number in [0,1] falls above the threshold. | |
static const int | asr::NUMBER_SAMPLES = 100 |
Number of samples per pixel. |