@@ -813,7 +813,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -68)
813813mesh = SubResource ("SphereMesh_v4x6x" )
814814
815815[node name ="Decal" type ="Decal" parent ="Testers/MovingDecal" ]
816- transform = Transform3D (-0.70710397 , -1 .0132787e-06, -0.7071092 , 0.18301255 , 0.96592563 , -0.1830126 , 0.68301517 , -0.25881886 , -0.68300986 , 1 , 1 , 1 )
816+ transform = Transform3D (-0.70710397 , -1 .0132787e-06, -0.7071092 , 0.18301255 , 0.9659256 , -0.1830126 , 0.68301517 , -0.25881886 , -0.68300986 , 1 , 1 , 1 )
817817texture_albedo = ExtResource ("3_2nulf" )
818818texture_normal = ExtResource ("4_fdfpv" )
819819
@@ -886,20 +886,19 @@ offset_right = 394.0
886886offset_bottom = 340.0
887887theme_override_constants/separation = 10
888888
889- [node name ="MSAAContainer " type ="HBoxContainer" parent ="Antialiasing" ]
889+ [node name ="MultisampleAAContainer " type ="HBoxContainer" parent ="Antialiasing" ]
890890layout_mode = 2
891891
892- [node name ="Label" type ="Label" parent ="Antialiasing/MSAAContainer " ]
892+ [node name ="Label" type ="Label" parent ="Antialiasing/MultisampleAAContainer " ]
893893custom_minimum_size = Vector2 (120 , 2 .08165e-12 )
894894layout_mode = 2
895895size_flags_horizontal = 3
896896theme_override_colors/font_outline_color = Color (0 , 0 , 0 , 1 )
897897theme_override_constants/outline_size = 4
898- text = "MSAA
899- "
898+ text = "Multisample AA"
900899vertical_alignment = 1
901900
902- [node name ="MSAA " type ="OptionButton" parent ="Antialiasing/MSAAContainer " ]
901+ [node name ="MultisampleAA " type ="OptionButton" parent ="Antialiasing/MultisampleAAContainer " ]
903902custom_minimum_size = Vector2 (235 , 2 .08165e-12 )
904903layout_mode = 2
905904selected = 0
@@ -913,43 +912,43 @@ popup/item_2/id = 2
913912popup/item_3/text = "8× (Slower)"
914913popup/item_3/id = 3
915914
916- [node name ="FXAAContainer " type ="HBoxContainer" parent ="Antialiasing" ]
915+ [node name ="ScreenSpaceAAContainer " type ="HBoxContainer" parent ="Antialiasing" ]
917916layout_mode = 2
918917
919- [node name ="Label" type ="Label" parent ="Antialiasing/FXAAContainer " ]
918+ [node name ="Label" type ="Label" parent ="Antialiasing/ScreenSpaceAAContainer " ]
920919custom_minimum_size = Vector2 (120 , 2 .08165e-12 )
921920layout_mode = 2
922921size_flags_horizontal = 3
923922theme_override_colors/font_outline_color = Color (0 , 0 , 0 , 1 )
924923theme_override_constants/outline_size = 4
925- text = "FXAA
926- "
924+ text = "Screen-Space AA"
927925vertical_alignment = 1
928926
929- [node name ="FXAA " type ="OptionButton" parent ="Antialiasing/FXAAContainer " ]
927+ [node name ="ScreenSpaceAA " type ="OptionButton" parent ="Antialiasing/ScreenSpaceAAContainer " ]
930928custom_minimum_size = Vector2 (235 , 2 .08165e-12 )
931929layout_mode = 2
932930selected = 0
933- item_count = 2
931+ item_count = 3
934932popup/item_0/text = "Disabled (Fastest)"
935933popup/item_0/id = 0
936- popup/item_1/text = "Enabled (Fast)"
934+ popup/item_1/text = "FXAA (Fast)"
937935popup/item_1/id = 1
936+ popup/item_2/text = "SMAA (Average)"
937+ popup/item_2/id = 2
938938
939- [node name ="TAAContainer " type ="HBoxContainer" parent ="Antialiasing" ]
939+ [node name ="TemporalAAContainer " type ="HBoxContainer" parent ="Antialiasing" ]
940940layout_mode = 2
941941
942- [node name ="Label" type ="Label" parent ="Antialiasing/TAAContainer " ]
942+ [node name ="Label" type ="Label" parent ="Antialiasing/TemporalAAContainer " ]
943943custom_minimum_size = Vector2 (120 , 2 .08165e-12 )
944944layout_mode = 2
945945size_flags_horizontal = 3
946946theme_override_colors/font_outline_color = Color (0 , 0 , 0 , 1 )
947947theme_override_constants/outline_size = 4
948- text = "TAA
949- "
948+ text = "Temporal AA"
950949vertical_alignment = 1
951950
952- [node name ="TAA " type ="OptionButton" parent ="Antialiasing/TAAContainer " ]
951+ [node name ="TemporalAA " type ="OptionButton" parent ="Antialiasing/TemporalAAContainer " ]
953952custom_minimum_size = Vector2 (235 , 2 .08165e-12 )
954953layout_mode = 2
955954selected = 0
@@ -983,33 +982,33 @@ popup/item_1/id = 1
983982popup/item_2/text = "Enabled"
984983popup/item_2/id = 2
985984
986- [node name ="LimitFPSContainer " type ="HBoxContainer" parent ="Antialiasing" ]
985+ [node name ="FPSLimitContainer " type ="HBoxContainer" parent ="Antialiasing" ]
987986layout_mode = 2
988987theme_override_constants/separation = 15
989988
990- [node name ="Label" type ="Label" parent ="Antialiasing/LimitFPSContainer " ]
989+ [node name ="Label" type ="Label" parent ="Antialiasing/FPSLimitContainer " ]
991990custom_minimum_size = Vector2 (120 , 2 .08165e-12 )
992991layout_mode = 2
993992size_flags_horizontal = 3
994993theme_override_colors/font_outline_color = Color (0 , 0 , 0 , 1 )
995994theme_override_constants/outline_size = 4
996- text = "Limit FPS"
995+ text = "FPS Limit "
997996vertical_alignment = 1
998997
999- [node name ="LimitFPSScale " type ="HSlider" parent ="Antialiasing/LimitFPSContainer " ]
998+ [node name ="FPSLimitScale " type ="HSlider" parent ="Antialiasing/FPSLimitContainer " ]
1000999layout_mode = 2
10011000size_flags_horizontal = 3
10021001size_flags_vertical = 4
10031002size_flags_stretch_ratio = 3.0
10041003max_value = 300.0
10051004step = 10.0
10061005
1007- [node name ="Value" type ="Label" parent ="Antialiasing/LimitFPSContainer " ]
1006+ [node name ="Value" type ="Label" parent ="Antialiasing/FPSLimitContainer " ]
10081007layout_mode = 2
10091008size_flags_horizontal = 3
10101009theme_override_colors/font_outline_color = Color (0 , 0 , 0 , 1 )
10111010theme_override_constants/outline_size = 4
1012- text = "0 "
1011+ text = "∞ "
10131012horizontal_alignment = 1
10141013vertical_alignment = 1
10151014
@@ -1099,11 +1098,11 @@ metadata/gradient = SubResource("Gradient_ehij4")
10991098
11001099[connection signal ="pressed" from ="Previous" to ="." method ="_on_previous_pressed" ]
11011100[connection signal ="pressed" from ="Next" to ="." method ="_on_next_pressed" ]
1102- [connection signal ="item_selected" from ="Antialiasing/MSAAContainer/MSAA " to ="." method ="_on_msaa_item_selected" ]
1103- [connection signal ="item_selected" from ="Antialiasing/FXAAContainer/FXAA " to ="." method ="_on_fxaa_item_selected " ]
1104- [connection signal ="item_selected" from ="Antialiasing/TAAContainer/TAA " to ="." method ="_on_taa_item_selected" ]
1101+ [connection signal ="item_selected" from ="Antialiasing/MultisampleAAContainer/MultisampleAA " to ="." method ="_on_msaa_item_selected" ]
1102+ [connection signal ="item_selected" from ="Antialiasing/ScreenSpaceAAContainer/ScreenSpaceAA " to ="." method ="_on_screen_space_aa_item_selected " ]
1103+ [connection signal ="item_selected" from ="Antialiasing/TemporalAAContainer/TemporalAA " to ="." method ="_on_taa_item_selected" ]
11051104[connection signal ="item_selected" from ="Antialiasing/VSyncContainer/VSync" to ="." method ="_on_v_sync_item_selected" ]
1106- [connection signal ="value_changed" from ="Antialiasing/LimitFPSContainer/LimitFPSScale " to ="." method ="_on_limit_fps_scale_value_changed " ]
1105+ [connection signal ="value_changed" from ="Antialiasing/FPSLimitContainer/FPSLimitScale " to ="." method ="_on_fps_limit_scale_value_changed " ]
11071106[connection signal ="value_changed" from ="Antialiasing/RenderScaleContainer/RenderScale" to ="." method ="_on_render_scale_value_changed" ]
11081107[connection signal ="toggled" from ="Antialiasing/FidelityFXFSR" to ="." method ="_on_amd_fidelityfx_fsr1_toggled" ]
11091108[connection signal ="item_selected" from ="Antialiasing/FSRSharpness" to ="." method ="_on_fsr_sharpness_item_selected" ]
0 commit comments