MariENB FROST 3.5.1
This commit is contained in:
parent
65b822a8f6
commit
49f0946290
8 changed files with 153 additions and 159 deletions
|
|
@ -6,6 +6,10 @@
|
|||
*/
|
||||
/* are we running on skyrim special edition or on fallout 4? */
|
||||
//#define SKYRIMSE
|
||||
/* [New in 3.5.1] increase the quality of bloom by using larger matrices */
|
||||
//#define HQBLOOM
|
||||
/* [New in 3.5.1] compiles in SMAA support */
|
||||
//#define WITH_SMAA
|
||||
/* time of day and interior interpolation */
|
||||
#define ndfact clamp(0.5+(TimeOfDay1.z+(TimeOfDay1.y+TimeOfDay1.w)*0.5)*0.5\
|
||||
-(TimeOfDay2.y+(TimeOfDay1.x+TimeOfDay2.x)*0.5)*0.5,0.0,1.0)
|
||||
|
|
|
|||
Reference in a new issue