10 #include "core/core.hpp"
11 #include "core/common.h"
12 #include "core/integrator.h"
19 const std::string &solver =
"L1");
22 void render(
const std::shared_ptr<const Camera> &camera,
26 std::shared_ptr<Sampler> sampler_;
30 SPICA_EXPORT_PLUGIN(
GDPTIntegrator,
"Gradient domain path tracing");
34 #endif // _SPICA_GDPT_H_
The integrator interface.
Definition: integrator.h:29
Definition: renderparams.h:27
Scene provides the interface for scene graph.
Definition: scene.h:23