diff options
author | Dave Parks <davep@lindenlab.com> | 2010-05-18 16:59:01 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-05-18 16:59:01 -0500 |
commit | 387b7adbc4edea3f5c649b48b0714bf73d7af9da (patch) | |
tree | 6d54d5124ed0b47ccbbf2e9d27b44580e086b3f0 /indra/newview/pipeline.h | |
parent | de5b15b590770219927aa5bfb3911629d895fefe (diff) |
Take a stab at baked sunlight to help low end hardware.
Diffstat (limited to 'indra/newview/pipeline.h')
-rw-r--r-- | indra/newview/pipeline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h index 2c14b94847..d8bac8b601 100644 --- a/indra/newview/pipeline.h +++ b/indra/newview/pipeline.h @@ -472,6 +472,8 @@ public: static BOOL sAutoMaskAlphaNonDeferred; static BOOL sDisableShaders; // if TRUE, rendering will be done without shaders static BOOL sRenderBump; + static BOOL sBakeSunlight; + static BOOL sNoAlpha; static BOOL sUseTriStrips; static BOOL sUseFarClip; static BOOL sShadowRender; |