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/camera.h')
-rw-r--r--intern/cycles/render/camera.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/intern/cycles/render/camera.h b/intern/cycles/render/camera.h
index d385aa274f4..43537ce8c3c 100644
--- a/intern/cycles/render/camera.h
+++ b/intern/cycles/render/camera.h
@@ -39,8 +39,10 @@ public:
float shutterclose;
/* depth of field */
- float lensradius;
float focaldistance;
+ float aperturesize;
+ uint blades;
+ float bladesrotation;
/* orthographic/perspective */
bool ortho;