Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/cycles/render/integrator.h')
-rw-r--r--intern/cycles/render/integrator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h
index 9867e310d4d..fff24b506fb 100644
--- a/intern/cycles/render/integrator.h
+++ b/intern/cycles/render/integrator.h
@@ -19,6 +19,8 @@
#ifndef __INTEGRATOR_H__
#define __INTEGRATOR_H__
+#include "kernel_types.h"
+
CCL_NAMESPACE_BEGIN
class Device;
@@ -49,6 +51,7 @@ public:
float sample_clamp;
bool motion_blur;
+ int aa_samples;
int diffuse_samples;
int glossy_samples;
int transmission_samples;
@@ -58,6 +61,8 @@ public:
bool progressive;
+ SamplingPattern sampling_pattern;
+
bool need_update;
Integrator();