1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Merge pull request #42761 from fire/color-grading-3d

Environment brightness, contrast, saturation restore with 3d LUT.
This commit is contained in:
Rémi Verschelde
2020-11-28 23:07:52 +01:00
committed by GitHub
15 changed files with 102 additions and 29 deletions

View File

@@ -507,7 +507,7 @@ public:
FUNC9(environment_set_tonemap, RID, EnvironmentToneMapper, float, float, bool, float, float, float, float)
FUNC6(environment_set_adjustment, RID, bool, float, float, float, RID)
FUNC7(environment_set_adjustment, RID, bool, float, float, float, bool, RID)
FUNC9(environment_set_fog, RID, bool, const Color &, float, float, float, float, float, float)