1
Fork 0

MariENB Skyrim 2.5.1

This commit is contained in:
Marisa the Magician 2019-04-07 17:44:54 +02:00
commit 42ae0bbd03
20 changed files with 1591 additions and 2033 deletions

View file

@ -6,8 +6,6 @@
*/
/* do not touch this! */
#define E_SHADER_3_0
/* are we running on fallout 3 / new vegas or on skyrim? */
//#define FALLOUT
/* time of day and interior interpolation */
#define tod_ind(x) lerp(lerp(x##_n,x##_d,ENightDayFactor),\
lerp(x##_in,x##_id,ENightDayFactor),EInteriorFactor)