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:
authorCampbell Barton <ideasman42@gmail.com>2007-10-20 22:01:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-20 22:01:57 +0400
commit960eaed6cd42a58785de0666ac219ef9bf7238b5 (patch)
tree76843efe82d3d839ff16840d42a7a7f85037f4d5 /source/blender/makesdna/DNA_userdef_types.h
parentbfbb35004099f7c6f204ab24a7a2bf58f5673e73 (diff)
added an option to adjust the alpha clipping value in the oprnGL preferenes. in some cases you might
want to use 0.5 to see through more of the texture. (less halo's with clipmaps), defailt is 0.0 so it will only clip 0 alpha.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index b4436dc69b2..e0752ae1781 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -182,6 +182,7 @@ typedef struct UserDef {
short recent_files; /* maximum number of recently used files to remember */
short smooth_viewtx; /* miliseconds to spend spinning the view */
short glreslimit;
+ float glalphaclip;
} UserDef;
extern UserDef U; /* from usiblender.c !!!! */