PageRenderTime 24ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/ru/floater_post_process.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 53 lines | 53 code | 0 blank | 0 comment | 0 complexity | 2c7eaeb0c8b1f70aa2f5c80eec397f4c MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Post-Process Floater" title="????????? ??????????? ?????????">
  3. <tab_container name="Post-Process Tabs">
  4. <panel label="???????? ??????" name="wmiColorFilterPanel">
  5. <check_box label="???." name="wmiColorFilterToggle"/>
  6. <text name="wmiColorFilterBrightnessText">
  7. ???????
  8. </text>
  9. <text name="wmiColorFilterSaturationText">
  10. ????????????
  11. </text>
  12. <text name="wmiColorFilterContrastText">
  13. ?????????????
  14. </text>
  15. <text name="wmiColorFilterBaseText">
  16. ???????? ???? ?????????????
  17. </text>
  18. <slider label="?" name="wmiColorFilterBaseR"/>
  19. <slider label="?" name="wmiColorFilterBaseG"/>
  20. <slider label="?" name="wmiColorFilterBaseB"/>
  21. <slider label="?" name="wmiColorFilterBaseI"/>
  22. </panel>
  23. <panel label="?????? ???????" name="wmiNightVisionPanel">
  24. <check_box label="???." name="wmiNightVisionToggle"/>
  25. <text name="wmiNightVisionBrightMultText">
  26. ??????????? ???????? ?????
  27. </text>
  28. <text name="wmiNightVisionNoiseSizeText">
  29. ?????? ?????????
  30. </text>
  31. <text name="wmiNightVisionNoiseStrengthText">
  32. ???????? ?????????
  33. </text>
  34. </panel>
  35. <panel label="?????" name="wmiBloomPanel">
  36. <check_box label="???." name="wmiBloomToggle"/>
  37. <text name="wmiBloomExtractText">
  38. ??????? ?????
  39. </text>
  40. <text name="wmiBloomSizeText">
  41. ?????? ??????
  42. </text>
  43. <text name="wmiBloomStrengthText">
  44. ???????? ??????
  45. </text>
  46. </panel>
  47. <panel label="?????????????" name="Extras">
  48. <button label="????????? ??????" label_selected="????????? ??????" name="PPLoadEffect"/>
  49. <button label="????????? ??????" label_selected="????????? ??????" name="PPSaveEffect"/>
  50. <line_editor label="???????? ???????" name="PPEffectNameEditor"/>
  51. </panel>
  52. </tab_container>
  53. </floater>