MariENB FO4 3.4.0
This commit is contained in:
parent
d7c2c2ea85
commit
98d725388b
28 changed files with 2842 additions and 734 deletions
|
|
@ -68,12 +68,12 @@
|
|||
#define NOISESIZE 256.0
|
||||
#define HEATSIZE 1024.0
|
||||
#define FROSTSIZE 1024.0
|
||||
/* LUT mode (use only one) - The 256px option was discarded for size reasons */
|
||||
//#define LUTMODE_LEGACY
|
||||
//#define LUTMODE_16
|
||||
#define LUTMODE_64
|
||||
/* some textures can be provided as DDS rather than PNG to save space */
|
||||
//#define HEAT_DDS
|
||||
//#define FROST_DDS
|
||||
//#define FROSTBUMP_DDS
|
||||
//#define VIGNETTE_DDS
|
||||
/* SMAA quality */
|
||||
//#define SMAA_PRESET_LOW
|
||||
//#define SMAA_PRESET_MEDIUM
|
||||
//#define SMAA_PRESET_HIGH
|
||||
#define SMAA_PRESET_ULTRA
|
||||
|
|
|
|||
Reference in a new issue