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:
Diffstat (limited to 'source/blender/makesdna/DNA_texture_types.h')
-rw-r--r--source/blender/makesdna/DNA_texture_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_texture_types.h b/source/blender/makesdna/DNA_texture_types.h
index ea49e7d0e6b..47e89dbd1c0 100644
--- a/source/blender/makesdna/DNA_texture_types.h
+++ b/source/blender/makesdna/DNA_texture_types.h
@@ -115,6 +115,7 @@ typedef struct EnvMap {
float obimat[3][3];
short type, stype;
float clipsta, clipend;
+ float viewscale, pad; /* viewscale is for planar envmaps to zoom in or out */
unsigned int notlay;
short cuberes, depth;
short ok, lastframe;