Skip to content
Snippets Groups Projects
Commit c37cfa3b authored by Zanibar Darkstone's avatar Zanibar Darkstone :speech_balloon:
Browse files

Lightbox: Added SMAA Toggle to Anti-Aliasing option

parent 65dd1981
No related branches found
No related tags found
No related merge requests found
...@@ -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,7 +817,7 @@ ...@@ -807,7 +817,7 @@
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
......
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