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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/integrator.h b/intern/cycles/render/integrator.h
index d9e49d5906e..cc4a28a4e54 100644
--- a/intern/cycles/render/integrator.h
+++ b/intern/cycles/render/integrator.h
@@ -33,6 +33,7 @@ public:
int max_diffuse_bounce;
int max_glossy_bounce;
int max_transmission_bounce;
+ int max_volume_bounce;
bool probalistic_termination;
int transparent_min_bounce;
@@ -59,6 +60,7 @@ public:
int ao_samples;
int mesh_light_samples;
int subsurface_samples;
+ int volume_samples;
enum Method {
BRANCHED_PATH = 0,