blob: a2a74ff78b39772146d7376e6ef52d2b01ffb6cf (
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="Detalles gráficos" name="Display panel 3">
<text type="string" length="1" name="text">
Sombra:
</text>
<check_box label="Activar Bumpmapping y brillo" name="bumpshiny" />
<check_box label="Activar ondas en la água" name="ripple" />
<check_box label="Programa de vertex del avatar" name="avatarvp" />
<text type="string" length="1" name="Avatar Rendering:">
Reconstrucción de avatar:
</text>
<radio_group name="Avatar Appearance">
<radio_item type="string" length="1" name="Normal">
Normal
</radio_item>
<radio_item type="string" length="1" name="Bump">
Bump Mapeado
</radio_item>
<radio_item type="string" length="1" name="Cloth">
Bump Mapeado & Cloth
</radio_item>
</radio_group>
<text type="string" length="1" name="Lighting Detail:">
Detalle de iluminación:
</text>
<radio_group name="lighting detail radio">
<radio_item type="string" length="1" name="SunMoon">
Sol y luna solamente
</radio_item>
<radio_item type="string" length="1" name="LocalLights">
Próximo local visible
</radio_item>
</radio_group>
<text type="string" length="1" name="Terrain Detail:">
Detalles de terreno:
</text>
<radio_group name="terrain detail radio">
<radio_item type="string" length="1" name="0">
Bajo
</radio_item>
<radio_item type="string" length="1" name="2">
Alto
</radio_item>
</radio_group>
<text type="string" length="1" name="Object Mesh Detail:">
Detalle del objeto de red:
</text>
<text type="string" length="1" name="Flexible Mesh Detail:">
Detalles de red flexible:
</text>
<text type="string" length="1" name="Tree Mesh Detail:">
Detalle del árbol de red:
</text>
<text type="string" length="1" name="Avatar Mesh Detail:">
Detalle del avatar:
</text>
</panel>
|