summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-12-17 15:11:36 -0600
committerDave Parks <davep@lindenlab.com>2012-12-17 15:11:36 -0600
commit1c6f53aa6cec5e65cb7b29b0156640f9d5d1a99c (patch)
tree072310d89d41e16b156aea094100bd3dd992f08a /indra/newview/pipeline.h
parentb965636e1ecd4bb5421486f8da0a362225b5ce53 (diff)
MAINT-2136 Add "RenderDepthOfFieldInEditMode" to control whether or not to leave DoF enabled while editing
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r--indra/newview/pipeline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index e5a11d5fc6..1ba24d1d76 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -850,6 +850,7 @@ public:
static F32 RenderGlowWidth;
static F32 RenderGlowStrength;
static BOOL RenderDepthOfField;
+ static BOOL RenderDepthOfFieldInEditMode;
static F32 CameraFocusTransitionTime;
static F32 CameraFNumber;
static F32 CameraFocalLength;