summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_hardware_settings.xml
blob: c5a2800e0e260c7371a72944f7f28fb587c0a7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Hardware Settings Floater" title="ハードウェア設定">
	<text name="Filtering:">
		フィルタリング:
	</text>
	<check_box label="異方的フィルタリング(有効にすると速度が低下します)" name="ani"/>
	<text name="Antialiasing:">
		アンチエイリアシング:
	</text>
	<combo_box label="アンチエイリアシング" name="fsaa">
		<combo_box.item label="無効" name="FSAADisabled"/>
		<combo_box.item label="2x" name="2x"/>
		<combo_box.item label="4x" name="4x"/>
		<combo_box.item label="8x" name="8x"/>
		<combo_box.item label="16x" name="16x"/>
	</combo_box>
	<spinner label="ガンマ:" name="gamma"/>
	<text name="(brightness, lower is brighter)">
		(0 でデフォルト、低いほど明るい)
	</text>
	<text name="Enable VBO:">
		VBO を有効化:
	</text>
	<check_box initial_value="true" label="OpenGL Vertex Buffer Objectsを有効化" name="vbo" tool_tip="最新のハードウェアでこの設定を有効にすると、パフォーマンスが向上します。  しかし、旧型のハードウェアでは VBO の実装が貧弱な場合が多く、この設定を有効にすることでクラッシュにつながるおそれがあります。"/>
	<slider label="テクスチャメモリ(MB):" name="GraphicsCardTextureMemory" tool_tip="テクスチャに割り当てられたメモリの量。 ビデオカードのメモリに既定。 数値を下げるとパフォーマンスが向上しますが、テクスチャの精度が落ちることがあります。"/>
	<spinner label="フォグの距離比率:" name="fog"/>
	<button label="OK" label_selected="OK" name="OK"/>
</floater>