blob: 1b1cafaca6444ff1e6f9cc78df189473877dcd17 (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
height="328"
layout="topleft"
name="Environment Editor Floater"
help_topic="environment_editor_floater"
save_rect="true"
title="ENVIRONMENT SETTINGS"
width="540">
<text
follows="top|left|right"
height="15"
layout="topleft"
left="20"
name="note"
top="25"
width="510"
wrap="true">
Use the options below to customize the environment settings for your viewer.
</text>
<view_border
bevel_style="none"
follows="top|left"
height="237"
layout="topleft"
left="20"
name="border"
top_pad="8"
width="500"/>
<radio_group
follows="top|left"
height="45"
layout="topleft"
left_delta="10"
name="region_settings_radio_group"
top_delta="20"
width="200">
<radio_item
label="Use region settings"
layout="topleft"
name="use_region_settings"/>
<radio_item
label="Customize my environment"
layout="topleft"
name="use_my_settings"
top_pad="20"/>
</radio_group>
<panel
height="170"
layout="topleft"
left="50"
name="user_environment_settings"
top_pad="0"
width="470">
<text
follows="top|left|right"
font="SansSerifItalic"
height="15"
layout="topleft"
left_delta="0"
name="note"
top_pad="0"
width="470"
wrap="true">
Note: your custom settings will not be visible to other users.
</text>
<!-- Water Setting -->
<text
name="water_settings_title"
follows="top|left"
height="16"
layout="topleft"
left="50"
top="40"
width="200">
Water Setting
</text>
<combo_box
follows="top|left"
left_pad="2"
name="water_settings_preset_combo"
top_delta="-5"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
<!-- Sky/Day Cycle Settings -->
<text
name="sky_dayc_settings_title"
follows="top|left"
height="16"
layout="topleft"
left="50"
top_pad="20"
width="100">
Sky / Day Cycle
</text>
<radio_group
layout="topleft"
left_delta="50"
name="sky_dayc_settings_radio_group"
top_pad="10"
height="50"
width="150">
<radio_item
layout="topleft"
label="Fixed sky"
name="my_sky_settings"/>
<radio_item
layout="topleft"
label="Day cycle"
name="my_dayc_settings"
top_pad="25"/>
</radio_group>
<combo_box
follows="top|left"
left_pad="2"
name="sky_settings_preset_combo"
top_delta="-7"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
<combo_box
follows="top|left"
name="dayc_settings_preset_combo"
top_delta="36"
width="200">
<combo_box.item
label="-Select a preset-"
name="item0"/>
</combo_box>
</panel>
<button
follows="left|top"
height="23"
label="OK"
layout="topleft"
right="-130"
name="ok_btn"
top_pad="10"
width="100" />
<button
follows="left|top"
height="23"
label="Cancel"
layout="topleft"
left_pad="10"
name="cancel_btn"
width="100" />
</floater>
|