godot/scene
Hugo Locurcio 0e0af7fa83
Add high quality glow mode
This backports the high quality glow mode from the `master` branch.

Previously, during downsample, every second row was ignored.
Now, when high-quality is used, we sample two rows at once to ensure
that no pixel is missed. It is slower, but looks much better and has
a much high stability while moving.

High quality also takes an additional horizontal sample the width of the
horizontal blur matches the height of the vertical blur.
2021-08-11 17:00:41 +02:00
..
2d Fix 3D moving platform logic 2021-08-09 18:55:49 -07:00
3d Merge pull request #51458 from nekomatata/moving-platforms-3d-3.x 2021-08-10 14:12:47 +02:00
animation Delete the node in AnimationTreePlayer.remove_node 2021-08-03 00:12:04 +08:00
audio Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
debugger Remove duplicate ERR_PRINTS macro 2021-06-16 11:56:25 +01:00
gui Improve Control's theme item methods documentation 2021-08-06 22:31:58 +03:00
main Merge pull request #47416 from Calinou/add-contrast-adaptive-sharpening-3.x 2021-08-10 10:08:24 +02:00
resources Add high quality glow mode 2021-08-11 17:00:41 +02:00
register_scene_types.cpp Merge pull request #51040 from nekomatata/layer-grid-32-3.x 2021-08-02 21:14:43 +02:00
register_scene_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
scene_string_names.cpp Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
scene_string_names.h Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00