/indra/newview/skins/default/xui/ru/floater_post_process.xml
XML | 53 lines | 53 code | 0 blank | 0 comment | 0 complexity | 2c7eaeb0c8b1f70aa2f5c80eec397f4c MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <floater name="Post-Process Floater" title="????????? ??????????? ?????????">
- <tab_container name="Post-Process Tabs">
- <panel label="???????? ??????" name="wmiColorFilterPanel">
- <check_box label="???." name="wmiColorFilterToggle"/>
- <text name="wmiColorFilterBrightnessText">
- ???????
- </text>
- <text name="wmiColorFilterSaturationText">
- ????????????
- </text>
- <text name="wmiColorFilterContrastText">
- ?????????????
- </text>
- <text name="wmiColorFilterBaseText">
- ???????? ???? ?????????????
- </text>
- <slider label="?" name="wmiColorFilterBaseR"/>
- <slider label="?" name="wmiColorFilterBaseG"/>
- <slider label="?" name="wmiColorFilterBaseB"/>
- <slider label="?" name="wmiColorFilterBaseI"/>
- </panel>
- <panel label="?????? ???????" name="wmiNightVisionPanel">
- <check_box label="???." name="wmiNightVisionToggle"/>
- <text name="wmiNightVisionBrightMultText">
- ??????????? ???????? ?????
- </text>
- <text name="wmiNightVisionNoiseSizeText">
- ?????? ?????????
- </text>
- <text name="wmiNightVisionNoiseStrengthText">
- ???????? ?????????
- </text>
- </panel>
- <panel label="?????" name="wmiBloomPanel">
- <check_box label="???." name="wmiBloomToggle"/>
- <text name="wmiBloomExtractText">
- ??????? ?????
- </text>
- <text name="wmiBloomSizeText">
- ?????? ??????
- </text>
- <text name="wmiBloomStrengthText">
- ???????? ??????
- </text>
- </panel>
- <panel label="?????????????" name="Extras">
- <button label="????????? ??????" label_selected="????????? ??????" name="PPLoadEffect"/>
- <button label="????????? ??????" label_selected="????????? ??????" name="PPSaveEffect"/>
- <line_editor label="???????? ???????" name="PPEffectNameEditor"/>
- </panel>
- </tab_container>
- </floater>