diff options
author | Dave Parks <davep@lindenlab.com> | 2011-11-10 16:12:50 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-11-10 16:12:50 -0600 |
commit | df546bfba965ec9ec43b7611bb25b5b5ec8f01b5 (patch) | |
tree | 11f7cdd4fba6fb79877c6ceaa2cc03dd6794f62e /indra/newview/pipeline.h | |
parent | 76bd8cee1120ac531d56b9897b135e9c1af1bb16 (diff) |
SH-2666 Tweak depth of field optimizations based on resident feedback.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index e607e0aec6..8b6532ca25 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -846,6 +846,7 @@ public: static F32 RenderShadowFOVCutoff; static BOOL CameraOffset; static F32 CameraMaxCoF; + static F32 CameraDoFResScale; }; void render_bbox(const LLVector3 &min, const LLVector3 &max); |