Files
SingularityViewer/indra/newview/skins/default/xui/pl/floater_hardware_settings.xml
2010-04-02 02:48:44 -03:00

39 lines
1.2 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Hardware Settings Floater" title="Ustawienia Sprzętowe">
<text type="string" length="1" name="Filtering:">
Filtrowanie:
</text>
<check_box label="Filtrowanie Anizotropowe" name="ani" />
<text type="string" length="1" name="Antialiasing:">
Antialiasing:
</text>
<combo_box label="Antialiasing" name="fsaa" width="84">
<combo_item name="FSAADisabled">
Wyłączone
</combo_item>
<combo_item name="2x">
2x
</combo_item>
<combo_item name="4x">
4x
</combo_item>
<combo_item name="8x">
8x
</combo_item>
<combo_item name="16x">
16x
</combo_item>
</combo_box>
<spinner label="Gamma:" name="gamma" />
<text type="string" length="1" name="(brightness, lower is brighter)">
(jaskrawość, mniej jest jaśniej, 0=domyślny)
</text>
<text type="string" length="1" name="Enable VBO:">
Włącz VBO:
</text>
<check_box label="Włącz Bufor Vertexów OpenGL" name="vbo" tool_tip="" />
<slider label="Pamięć Tekstur (MB):" name="GrapicsCardTextureMemory" tool_tip="" />
<spinner label="Stosunek Dystansu Mgły:" name="fog" />
<button label="OK" label_selected="OK" name="OK" />
</floater>