blob: 5d14b43b57f9c19e1b841a09713a619f36cfffd9 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="グラフィック1" name="Display panel 3">
<text type="string" length="1" name="text">
シェーダー:
</text>
<check_box label="バンプマップと輝きを有効にする" name="bumpshiny" />
<check_box label="水の波紋を有効化" name="ripple" />
<check_box label="アバターVertexプログラム" name="avatarvp" />
<text type="string" length="1" name="Avatar Rendering:">
アバターの描画:
</text>
<radio_group name="Avatar Appearance">
<radio_item type="string" length="1" name="Normal">
ノーマル
</radio_item>
<radio_item type="string" length="1" name="Bump">
バンプマップ
</radio_item>
<radio_item type="string" length="1" name="Cloth">
バンプマップと服
</radio_item>
</radio_group>
<text type="string" length="1" name="Lighting Detail:">
ライティング詳細:
</text>
<radio_group name="lighting detail radio">
<radio_item type="string" length="1" name="SunMoon">
太陽と月のみ
</radio_item>
<radio_item type="string" length="1" name="LocalLights">
近隣のローカル・ライト
</radio_item>
</radio_group>
<text type="string" length="1" name="Terrain Detail:">
地形詳細:
</text>
<radio_group name="terrain detail radio">
<radio_item type="string" length="1" name="0">
低
</radio_item>
<radio_item type="string" length="1" name="2">
高
</radio_item>
</radio_group>
<text type="string" length="1" name="Object Mesh Detail:">
オブジェクトメッシュ:
</text>
<text type="string" length="1" name="Flexible Mesh Detail:">
フレキシブルメッシュ:
</text>
<text type="string" length="1" name="Tree Mesh Detail:">
樹木メッシュ:
</text>
<text type="string" length="1" name="Avatar Mesh Detail:">
アバターメッシュ:
</text>
</panel>
|