Subversion Repositories gelsvn

Rev

Rev 350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 350 Rev 353
Line 1... Line 1...
1
#include "path_tracer.hpp"
1
#include "pathtracer.h"
2
 
2
 
3
using namespace CGLA;
3
using namespace CGLA;
4
 
4
 
5
path_tracer::path_tracer(int w, int h, bool explicit_direct, int subsamples)
5
path_tracer::path_tracer(int w, int h, bool explicit_direct, int subsamples)
6
: tracer(w, h)
6
: tracer(w, h)