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/film.h')
-rw-r--r--intern/cycles/render/film.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/cycles/render/film.h b/intern/cycles/render/film.h
index bc1619c3f2d..1df0e95a48a 100644
--- a/intern/cycles/render/film.h
+++ b/intern/cycles/render/film.h
@@ -57,6 +57,10 @@ public:
float filter_width;
size_t filter_table_offset;
+ float mist_start;
+ float mist_depth;
+ float mist_falloff;
+
bool need_update;
Film();