Skip to content
Snippets Groups Projects
Commit 8c250d82 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Merge remote-tracking branch 'origin/Project-Lightbox' into squirrels

parents 8cc6bbe0 c37cfa3b
No related branches found
No related tags found
No related merge requests found
...@@ -179,10 +179,10 @@ ...@@ -179,10 +179,10 @@
name="sharpenmethod_combo" name="sharpenmethod_combo"
top_pad="-16" top_pad="-16"
width="80"> width="80">
<!--<combo_box.item <combo_box.item
label="None" label="None"
name="sharp_none" name="sharp_none"
value="0" />--> value="0" />
<combo_box.item <combo_box.item
label="CAS" label="CAS"
name="sharp_cas" name="sharp_cas"
...@@ -794,10 +794,20 @@ ...@@ -794,10 +794,20 @@
height="15" height="15"
left="10" left="10"
top_pad="4" top_pad="4"
width="90" width="75"
layout="topleft" layout="topleft"
tool_tip="Controls SMAA Quality" tool_tip="Controls Anti-Aliasing Quality"
value="Anti-Aliasing:" /> value="Anti-Aliasing:" />
<check_box
follows="left|top"
height="15"
left="115"
top_pad="-14"
width="80"
layout="topleft"
label="Use SMAA"
tool_tip="Toggles using Subpixel Morphological AA instead of Fast Approximate AA. SMAA in most situations results in a less blurry image vs FXAA"
control_name="AlchemyRenderSMAA"/>
<combo_box <combo_box
follows="top|left" follows="top|left"
layout="topleft" layout="topleft"
...@@ -807,13 +817,13 @@ ...@@ -807,13 +817,13 @@
top_pad="-16" top_pad="-16"
max_chars="128" max_chars="128"
allow_text_entry="false" allow_text_entry="false"
tool_tip="Controls SMAA Quality" tool_tip="Controls Anti-Aliasing Quality"
control_name="RenderFSAASamples" control_name="RenderFSAASamples"
name="smaa_combo"> name="smaa_combo">
<!--<combo_box.item <combo_box.item
label="Disable" label="Disable"
name="smaa_off" name="smaa_off"
value="0" />--> value="0" />
<combo_box.item <combo_box.item
label="Low (x2)" label="Low (x2)"
name="smaa_2" name="smaa_2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment