MariENB 1.2015.9.29
This commit is contained in:
parent
a5a0e876a7
commit
9f7ab3c5f5
6 changed files with 190 additions and 144 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue