Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 27, 2011, 11:00:06 AM (13 years ago)
Author:
landauf
Message:
  • deactivate motion blur shader when blur-strength is 0
  • made motion blur configurable
  • moved blurStrength config value from [Engine] to [GraphicsSettings]
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/usability/src/orxonox/items/Engine.h

    r7552 r7986  
    127127            void registerVariables();
    128128            void networkcallback_shipID();
     129            void changedEnableMotionBlur();
    129130
    130131            SpaceShip* ship_;
     
    150151            Shader* boostBlur_;
    151152            float blurStrength_;
     153            bool bEnableMotionBlur_;
    152154    };
    153155}
Note: See TracChangeset for help on using the changeset viewer.