aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpaneldisplay.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:54 -0500
committerJacek Antonelli2008-08-15 23:44:54 -0500
commitb2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch)
tree3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/newview/llpaneldisplay.h
parentSecond Life viewer sources 1.14.0.1 (diff)
downloadmeta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2
meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz
Second Life viewer sources 1.15.0.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpaneldisplay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llpaneldisplay.h b/linden/indra/newview/llpaneldisplay.h
index 305b290..b4db723 100644
--- a/linden/indra/newview/llpaneldisplay.h
+++ b/linden/indra/newview/llpaneldisplay.h
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2001-2007, Linden Research, Inc. 5 * Copyright (c) 2001-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -100,6 +101,7 @@ protected:
100 F32 mFogRatio; 101 F32 mFogRatio;
101 S32 mParticleCount; 102 S32 mParticleCount;
102 S32 mCompositeLimit; 103 S32 mCompositeLimit;
104 S32 mDebugBeaconLineWidth;
103 105
104}; 106};
105 107
@@ -123,6 +125,7 @@ protected:
123 LLCheckBoxCtrl *mCtrlBumpShiny; 125 LLCheckBoxCtrl *mCtrlBumpShiny;
124 LLCheckBoxCtrl *mCtrlRippleWater; 126 LLCheckBoxCtrl *mCtrlRippleWater;
125 LLCheckBoxCtrl *mCtrlAvatarVP; 127 LLCheckBoxCtrl *mCtrlAvatarVP;
128 LLCheckBoxCtrl *mCtrlShaderEnable;
126 LLRadioGroup *mCtrlAvatarMode; 129 LLRadioGroup *mCtrlAvatarMode;
127 LLRadioGroup *mRadioLightingDetail2; 130 LLRadioGroup *mRadioLightingDetail2;
128 131
@@ -136,6 +139,7 @@ protected:
136 BOOL mBumpShiny; 139 BOOL mBumpShiny;
137 BOOL mRippleWater; 140 BOOL mRippleWater;
138 BOOL mAvatarVP; 141 BOOL mAvatarVP;
142 BOOL mShaderEnable;
139 S32 mAvatarMode; 143 S32 mAvatarMode;
140 S32 mLightingDetail; 144 S32 mLightingDetail;
141 S32 mTerrainDetail; 145 S32 mTerrainDetail;