PBRT
/home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/core/stdafx.h
00001 // header file for building precompiled headers under windows
00002 // a no-op on other architectures
00003  
00004 #if defined(_MSC_VER)
00005 
00006 #include "pbrt.h"
00007 #include "camera.h"
00008 #include "scene.h"
00009 #include "imageio.h"
00010 #include "intersection.h"
00011 #include "montecarlo.h"
00012 #include "sampler.h"
00013 #include "texture.h"
00014 #include "integrator.h"
00015 
00016 #endif // _MSC_VER