diff options
author | Richard Linden <none@none> | 2011-06-23 11:35:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-23 11:35:14 -0700 |
commit | af142618f9c18a418bd11ab8eae6c83caa03ddac (patch) | |
tree | fbdfb3f954bf68df568c1dc898b0dc261ad77873 /indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml | |
parent | ae2cbe5258ad76e22420be2760379480e10fb72c (diff) | |
parent | 70fc5af53ffc39c3c0ef32b99a6c83e972b8a117 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml index 4b03c79a9e..28e7184326 100644 --- a/indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml @@ -28,8 +28,20 @@ rápido </text> <check_box initial_value="verdadeiro" label="Água transparente" name="TransparentWater"/> <check_box initial_value="true" label="Bump de Mapeamento e Brilho" name="BumpShiny"/> + <check_box initial_value="verdadeiro" label="Luzes locais" name="LocalLights"/> <check_box initial_value="true" label="Sombreadores básicos" name="BasicShaders" tool_tip="Desabilitar esta opção poderá impedir que alguns drivers de placa de vídeo a travem."/> <check_box initial_value="true" label="Sombreadores Atmosféricos" name="WindLightUseAtmosShaders"/> + <check_box initial_value="verdadeiro" label="Iluminação e sombras" name="UseLightShaders"/> + <check_box initial_value="verdadeiro" label="Oclusão ambiental" name="UseSSAO"/> + <check_box initial_value="verdadeiro" label="Profundidade" name="UseDoF"/> + <text name="shadows_label"> + Sombras: + </text> + <combo_box name="ShadowDetail"> + <combo_box.item label="Nenhum" name="0"/> + <combo_box.item label="Sol/Lua" name="1"/> + <combo_box.item label="Sol/Lua + Projetores" name="2"/> + </combo_box> <text name="reflection_label"> Reflexo de água: </text> |