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:
authorTon Roosendaal <ton@blender.org>2005-01-21 15:46:59 +0300
committerTon Roosendaal <ton@blender.org>2005-01-21 15:46:59 +0300
commit1f394a8e0c98c3df32456a072e6568663d92b89a (patch)
treeaf65d5aa4e9cb5769ce7422696c696a751e2102f /source/blender/render/extern
parent8c271d7acb3b1af5679dac532f01a44cc61d02c8 (diff)
Bug fix 2116
Area lights with "Noise" dithering only worked for first area light, the other ones then used wrong table... bug since area lights are in blender.
Diffstat (limited to 'source/blender/render/extern')
-rw-r--r--source/blender/render/extern/include/render_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/render/extern/include/render_types.h b/source/blender/render/extern/include/render_types.h
index 7c7499740cc..1042a52bf18 100644
--- a/source/blender/render/extern/include/render_types.h
+++ b/source/blender/render/extern/include/render_types.h
@@ -278,6 +278,7 @@ typedef struct LampRen
float bias;
short ray_samp, ray_sampy, ray_sampz, ray_samp_type, area_shape, ray_totsamp;
+ short xold, yold; /* last jitter table for area lights */
float area_size, area_sizey, area_sizez;
struct ShadBuf *shb;