PageRenderTime 37ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 54 lines | 54 code | 0 blank | 0 comment | 0 complexity | 8c5e7049ec54a331a957dfe746586723 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="R" name="wmiColorFilterBaseR" />
  19. <slider label="G" name="wmiColorFilterBaseG" />
  20. <slider label="B" name="wmiColorFilterBaseB" />
  21. <slider label="I" 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="??????"
  49. name="PPLoadEffect" />
  50. <button label="????" label_selected="????" name="PPSaveEffect" />
  51. <line_editor label="???" name="PPEffectNameEditor" />
  52. </panel>
  53. </tab_container>
  54. </floater>