1
Fork 0

MariENB FROST 3.5.1

This commit is contained in:
Marisa the Magician 2019-04-07 17:54:09 +02:00
commit 49f0946290
8 changed files with 153 additions and 159 deletions

View file

@ -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)