1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Clip posteffect color to respective nodes

This commit is contained in:
DS 2022-07-15 02:18:11 +02:00 committed by Desour
parent 5aeaf20849
commit 07b17760ba
21 changed files with 883 additions and 105 deletions

View file

@ -36,6 +36,7 @@ struct PipelineContext
ShadowRenderer *shadow_renderer;
video::SColor clear_color;
v2u32 target_size;
video::SColorf wield_post_color{0.0f, 0.0f, 0.0f, 0.0f};
bool show_hud {true};
bool draw_wield_tool {true};