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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-02-28 20:45:08 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-02-28 20:45:08 +0400
commit22abc63f676dc7681ee8f734cbc96a7279172d24 (patch)
tree8f945d2a9db54869802aa5eb24c975488c99edd1 /intern/cycles/render/background.h
parent6cb896ff0a7d24be3ff500585642ae5d61a5b788 (diff)
Cycles: ambient occlusion support, with AO factor and distance, and a render pass.
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/World#Ambient_Occlusion http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Cycles/Passes#Lighting_Passes
Diffstat (limited to 'intern/cycles/render/background.h')
-rw-r--r--intern/cycles/render/background.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/cycles/render/background.h b/intern/cycles/render/background.h
index 16d2ccb6caa..40dacd9d6b1 100644
--- a/intern/cycles/render/background.h
+++ b/intern/cycles/render/background.h
@@ -29,6 +29,9 @@ class Scene;
class Background {
public:
+ float ao_factor;
+ float ao_distance;
+
bool transparent;
bool need_update;