Ported MariENB tonemappers.

This commit is contained in:
Marisa the Magician 2023-09-04 23:43:11 +02:00
commit f7c175d1bb
9 changed files with 187 additions and 4 deletions

View file

@ -25,6 +25,17 @@ nosave bool mfx_dirtenable = false;
nosave float mfx_dirtcfactor = .05;
nosave float mfx_dirtmc = 4.;
nosave int mfx_tenable = 0;
nosave float mfx_texposure = 1.;
nosave float mfx_tblend = 1.;
nosave float mfx_una = .5;
nosave float mfx_unb = 1.;
nosave float mfx_unc = .2;
nosave float mfx_und = .75;
nosave float mfx_une = .02;
nosave float mfx_unf = .3;
nosave float mfx_unw = 10.;
nosave bool mfx_gradeenable = false;
nosave float mfx_grademul_r = 1.;
nosave float mfx_grademul_g = 1.;