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>2013-06-18 13:36:00 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-06-18 13:36:00 +0400
commit9131adca9f748f794c18c71d36f830a961c218b4 (patch)
tree42cf5890e0e1b34658967821a542667a7c3b08a8 /intern/cycles/render/shader.h
parent943388183d2b3a4503799b0e3c09f34e9be7d85f (diff)
Cycles: add "Transparent Shadow" option for materials, to disable them per material.
Diffstat (limited to 'intern/cycles/render/shader.h')
-rw-r--r--intern/cycles/render/shader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/cycles/render/shader.h b/intern/cycles/render/shader.h
index 2a9f1198467..8810017068b 100644
--- a/intern/cycles/render/shader.h
+++ b/intern/cycles/render/shader.h
@@ -62,7 +62,8 @@ public:
ShaderGraph *graph_bump;
/* sampling */
- bool sample_as_light;
+ bool use_mis;
+ bool use_transparent_shadow;
bool homogeneous_volume;
/* synchronization */