mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
Use 4× MSAA for the 3D viewports
This makes them look better thanks to reduced aliasing.
This commit is contained in:
parent
854b0c8b98
commit
880babaa03
@ -103,6 +103,7 @@ stretch = true
|
||||
[node name="Viewport" type="Viewport" parent="VBoxContainer/HBoxContainer/ProjectsPane/BackgroundPreview"]
|
||||
size = Vector2( 954, 696 )
|
||||
handle_input_locally = false
|
||||
msaa = 2
|
||||
render_target_update_mode = 0
|
||||
|
||||
[node name="Camera" type="Camera" parent="VBoxContainer/HBoxContainer/ProjectsPane/BackgroundPreview/Viewport"]
|
||||
|
@ -36,6 +36,7 @@ size = Vector2( 395, 370 )
|
||||
own_world = true
|
||||
world = SubResource( 1 )
|
||||
handle_input_locally = false
|
||||
msaa = 2
|
||||
render_target_clear_mode = 1
|
||||
render_target_update_mode = 3
|
||||
physics_object_picking = true
|
||||
|
Loading…
Reference in New Issue
Block a user