Updated graphical options panel to work with new setting configuration.

This commit is contained in:
Shyotl
2011-05-21 00:13:38 -05:00
parent c029f00e12
commit 127dd659fa
4 changed files with 111 additions and 48 deletions

View File

@@ -191,37 +191,35 @@
initial_value="true" label="Deferred Shading" left_delta="0"
mouse_opaque="true" name="RenderDeferred" radio_style="false"
width="256" />
<check_box bottom_delta="-17" control_name="RenderDeferredSunShadow" enabled="true"
<check_box bottom_delta="-17" control_name="RenderDeferredGI" enabled="true"
follows="left|top" font="SansSerifSmall" height="16"
initial_value="true" label="Primary Shadows" left_delta="0"
mouse_opaque="true" name="RenderDeferredSunShadow" radio_style="false"
initial_value="true" label="Global Illumination (Experimental!)" left_delta="0"
mouse_opaque="true" name="RenderDeferredGI" radio_style="false"
width="256" />
<check_box bottom_delta="-17" control_name="RenderWaterReflections" enabled="true"
follows="left|top" font="SansSerifSmall" height="16"
initial_value="true" label="Water Reflections" left_delta="0"
mouse_opaque="true" name="Reflections" radio_style="false" width="256" />
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-17" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="12"
left="10" mouse_opaque="true" name="ReflectionDetailText" v_pad="0"
left="15" mouse_opaque="true" name="ReflectionDetailText" v_pad="0"
width="128">
Reflection Detail:
Water Reflections:
</text>
<combo_box bottom_delta="-20" control_name="RenderReflectionDetail" enabled = "true" follows="left|top" label="Reflection Detail"
left_delta="-2" mouse_opaque="true" name="ReflectionDetailCombo" width="160" height="16">
<combo_item type="string" length="1" name="0" value="0">
<combo_item type="string" length="1" name="0" value="0">
Disabled
</combo_item>
<combo_item type="string" length="1" name="1" value="1">
Terrain and Trees
</combo_item>
<combo_item type="string" length="1" name="1" value="1">
<combo_item type="string" length="1" name="2" value="2">
All Static Objects
</combo_item>
<combo_item type="string" length="1" name="2" value="2">
<combo_item type="string" length="1" name="3" value="3">
All Avatars and Objects
</combo_item>
<combo_item type="string" length="1" name="3" value="3">
<combo_item type="string" length="1" name="4" value="4">
Everything
</combo_item>
</combo_box>
<!--radio_group bottom_delta="-73" control_name="RenderReflectionDetail" draw_border="false"
@@ -245,6 +243,27 @@
Everything
</radio_item>
</radio_group-->
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-17" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="12"
left="15" mouse_opaque="true" name="ShadowDetailText" v_pad="0"
width="128">
Deferred Shadows:
</text>
<combo_box bottom_delta="-20" control_name="RenderShadowDetail" enabled = "true" follows="left|top" label="Shadow Detail"
left_delta="-2" mouse_opaque="true" name="ShadowDetailCombo" width="160" height="16">
<combo_item type="string" length="1" name="0" value="0">
Disabled
</combo_item>
<combo_item type="string" length="1" name="1" value="1">
Sun shadows
</combo_item>
<combo_item type="string" length="1" name="2" value="2">
Sun and spotlight shadows
</combo_item>
</combo_box>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-313" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
@@ -320,6 +339,11 @@
increment="0.125" initial_val="160" label=" Avatars:"
label_width="140" left_delta="0" max_val="1" min_val="0"
mouse_opaque="true" name="AvatarMeshDetail" show_text="false" width="223" />
<slider bottom_delta="-20" can_edit_text="false" control_name="RenderAvatarPhysicsLODFactor"
decimal_digits="3" enabled="true" follows="left|top" height="16"
increment="0.1" initial_val="160" label=" Avatar Physics:"
label_width="140" left_delta="0" max_val="1" min_val="0"
mouse_opaque="true" name="AvatarPhysicsDetail" show_text="false" width="223" />
<slider bottom_delta="-20" can_edit_text="false" control_name="RenderTerrainLODFactor"
decimal_digits="3" enabled="true" follows="left|top" height="16"
increment="0.125" initial_val="160" label=" Terrain:"
@@ -364,6 +388,13 @@
name="AvatarMeshDetailText" v_pad="0" width="128">
Low
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" enabled="true"
follows="left|top" font="SansSerifSmall" h_pad="0" halign="left"
height="12" left_delta="0" mouse_opaque="true"
name="AvatarPhysicsDetailText" v_pad="0" width="128">
Off
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom_delta="-20" drop_shadow_visible="true" enabled="true"
follows="left|top" font="SansSerifSmall" h_pad="0" halign="left"
@@ -379,7 +410,7 @@
Low
</text>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-331" drop_shadow_visible="true" enabled="true" follows="left|top"
bottom="-352" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="12"
left="210" mouse_opaque="true" name="LightingDetailText" v_pad="0"
width="128">
@@ -398,7 +429,7 @@
</radio_item>
</radio_group>
<text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
bottom="-331" drop_shadow_visible="true" enabled="true" follows="left|top"
bottom="-352" drop_shadow_visible="true" enabled="true" follows="left|top"
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="360"
mouse_opaque="true" name="TerrainDetailText" v_pad="0" width="128">
Terrain Detail: