Ported MariENB tonemappers.
This commit is contained in:
parent
e8b7b1c29f
commit
f7c175d1bb
9 changed files with 187 additions and 4 deletions
|
|
@ -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.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue