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:
authorThomas Dinges <blender@dingto.org>2014-02-14 21:40:31 +0400
committerThomas Dinges <blender@dingto.org>2014-02-14 21:40:31 +0400
commit8cc925a21664698fd88bdd58db93ae5bd922cec3 (patch)
treec151cf2472f6de1c6cbe4c36c40ca2c0910c756e /intern/cycles/render/camera.h
parent2bf591762ad9817b0145acd9645041a495986370 (diff)
Cycles Standalone: The camera now gets properly updated, when changing window size or using --width --height overwrites.
Diffstat (limited to 'intern/cycles/render/camera.h')
-rw-r--r--intern/cycles/render/camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/render/camera.h b/intern/cycles/render/camera.h
index 4e8f3d72111..c28670bc55f 100644
--- a/intern/cycles/render/camera.h
+++ b/intern/cycles/render/camera.h
@@ -102,6 +102,8 @@ public:
/* functions */
Camera();
~Camera();
+
+ void compute_auto_viewplane();
void update();