diff options
author | prep linden <prep@lindenlab.com> | 2011-06-10 10:36:27 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2011-06-10 10:36:27 -0400 |
commit | fd2b902f1d104bd7e6a989879d76b0e9797167c1 (patch) | |
tree | 22d5b89bad6ae70ef2160441d12ef2df166b15e8 /indra/newview/skins/default/xui/pt/panel_preferences_graphics1.xml | |
parent | fd51f4d17012eb0a53ca9d8c5ccb8c7b4542fc3a (diff) | |
parent | 7c57d593e505cb92d2dd152bef14653ef702e3ab (diff) |
merge
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> |