Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

pathtracer.cpp File Reference

#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.

Generated on Tue Mar 14 09:46:13 2006 for ASR by  doxygen 1.4.4