From fc42a6185ddeb6a24ec92287dfa7b89beb059716 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 12 Nov 2011 14:29:52 +0000 Subject: 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. --- intern/cycles/render/mesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/render/mesh.h') 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 */ -- cgit v1.2.3