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>2011-11-12 18:29:52 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-12 18:29:52 +0400
commitfc42a6185ddeb6a24ec92287dfa7b89beb059716 (patch)
treecdd34b01d77f6c104ed38c30719426c11c01a96e /intern/cycles/render/mesh.h
parent817b6cb9a8990483a2bfce7a11e690c829e75ddc (diff)
Cycles:
* Fix object scaling update issue with interactive rendering + static BVH. * Fix negative scaling issue with static BVH. * Fix #29217: excessive fireflies in first sample.
Diffstat (limited to 'intern/cycles/render/mesh.h')
-rw-r--r--intern/cycles/render/mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/render/mesh.h b/intern/cycles/render/mesh.h
index 367896697ed..585203484c7 100644
--- a/intern/cycles/render/mesh.h
+++ b/intern/cycles/render/mesh.h
@@ -70,6 +70,7 @@ public:
BoundBox bounds;
bool transform_applied;
+ bool transform_negative_scaled;
DisplacementMethod displacement_method;
/* Update Flags */