The spica renderer
spica_integrator.h
1 #ifdef _MSC_VER
2 #pragma once
3 #endif
4 
5 #ifndef _SPICA_RENDERER_H_
6 #define _SPICA_RENDERER_H_
7 
8 #include "mis.h"
9 #include "pathtrace.h"
10 #include "volpath.h"
11 #include "directlighting.h"
12 #include "bdpt.h"
13 #include "pssmlt.h"
14 #include "ppmprob.h"
15 #include "sppm.h"
16 #include "volphoto.h"
17 #include "irradcache.h"
18 #include "hierarchical.h"
19 
20 #endif // _SPICA_RENDERER_H_