mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 19:49:19 +02:00
map
This commit is contained in:
@@ -108,7 +108,6 @@ struct global_settings {
|
||||
float BaseDrawRange{ 2500.f };
|
||||
int DynamicLightCount{ 8 };
|
||||
bool ScaleSpecularValues{ true };
|
||||
bool gfx_shadowmap_enabled{ true };
|
||||
struct shadowtune_t {
|
||||
unsigned int map_size{ 2048 };
|
||||
float width{ 250.f }; // no longer used
|
||||
@@ -176,10 +175,13 @@ struct global_settings {
|
||||
bool dds_upper_origin = false;
|
||||
bool captureonstart = true;
|
||||
|
||||
bool gfx_shadowmap_enabled = true;
|
||||
bool gfx_envmap_enabled = true;
|
||||
bool gfx_postfx_motionblur_enabled = true;
|
||||
float gfx_postfx_motionblur_shutter = 0.01f;
|
||||
|
||||
bool map_enabled = true;
|
||||
|
||||
// methods
|
||||
void LoadIniFile( std::string asFileName );
|
||||
void ConfigParse( cParser &parser );
|
||||
|
||||
Reference in New Issue
Block a user