16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 16:19:19 +02:00

motion blur

This commit is contained in:
milek7
2018-07-23 01:22:36 +02:00
parent cfb066f678
commit d5ce1d57e7
32 changed files with 358 additions and 159 deletions

View File

@@ -177,6 +177,8 @@ struct global_settings {
bool dds_upper_origin = false;
bool captureonstart = true;
float gfx_postfx_motionblur_shutter = 0.01f;
// methods
void LoadIniFile( std::string asFileName );
void ConfigParse( cParser &parser );