1
Fork 0

MariENB 1.2015.9.29

This commit is contained in:
Marisa the Magician 2019-04-07 17:23:42 +02:00
commit 9f7ab3c5f5
6 changed files with 190 additions and 144 deletions

View file

@ -521,6 +521,12 @@ float doffixedunfocusblend_id
string UIWidget = "Spinner";
float UIMin = 0.0;
> = {0.0};
/* prevents fixed dof from blurring the skybox */
bool doffixedcut
<
string UIName = "DOF Fixed Use Cutoff";
string UIWidget = "Checkbox";
> = {true};
/* disable depth of field */
bool dofdisable
<
@ -886,6 +892,11 @@ bool ssaodebug
string UIName = "Debug SSAO";
string UIWidget = "Checkbox";
> = {false};
bool ssaoquarter
<
string UIName = "SSAO Use Less Samples";
string UIWidget = "Checkbox";
> = {false};
/* luma sharpen because of reasons */
string str_sharp = "Luma Sharpen";
bool sharpenable