Midterm: Team Cyber
 All Classes Files Functions Variables Typedefs Pages
Public Member Functions | Public Attributes | List of all members
RayTracer::Settings Class Reference

#include <RayTracer.h>

Public Member Functions

 Settings ()
 

Public Attributes

bool enablePartialCoverage
 
bool enablePathTracing
 
bool enablePhotonMapping
 
bool enableShadows
 
int forwardDistance
 
float gatheringDistance
 
int height
 
bool multithreaded
 
int numPhotons
 
int raysPerPixel
 
int recursiveBounces
 
bool useTree
 
int width
 

Constructor & Destructor Documentation

RayTracer::Settings::Settings ( )

Member Data Documentation

bool RayTracer::Settings::enablePartialCoverage
bool RayTracer::Settings::enablePathTracing
bool RayTracer::Settings::enablePhotonMapping
bool RayTracer::Settings::enableShadows
int RayTracer::Settings::forwardDistance
float RayTracer::Settings::gatheringDistance
int RayTracer::Settings::height
bool RayTracer::Settings::multithreaded
int RayTracer::Settings::numPhotons
int RayTracer::Settings::raysPerPixel
int RayTracer::Settings::recursiveBounces
bool RayTracer::Settings::useTree
int RayTracer::Settings::width

The documentation for this class was generated from the following files: