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:
authorClément Foucault <foucault.clem@gmail.com>2017-03-05 07:22:40 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-03-05 20:10:08 +0300
commit747ac668002497e4b2ca801c7629f27e0473f261 (patch)
treea08497fca2c2dba26cf433d8638443edd27b48c9 /source/blender/makesdna
parent45b42d3fb71d2b09e0781f22cb39f3d2677bd044 (diff)
Clay Engine: More Lamp drawing work
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_lamp_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_lamp_types.h b/source/blender/makesdna/DNA_lamp_types.h
index a2e39f93875..2393cbbf10d 100644
--- a/source/blender/makesdna/DNA_lamp_types.h
+++ b/source/blender/makesdna/DNA_lamp_types.h
@@ -106,6 +106,10 @@ typedef struct Lamp {
short pr_texture, use_nodes;
char pad6[4];
+ float shapemat[4][4]; /* runtime, for display only */
+ float spotconemat[4][4]; /* runtime, for display only */
+ float spotblendmat[4][4]; /* runtime, for display only */
+
/* preview */
struct PreviewImage *preview;