Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 15, 2008, 11:26:16 PM (16 years ago)
Author:
landauf
Message:
  • Readded smooth camera movement (configurable through CameraPosition), works also with camera-position-changes
  • Added free mouse look (press left control key)
  • Made strength of boost-blur configurable
File:
1 edited

Legend:

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

    r2350 r2478  
    4646            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    4747            void registerVariables();
     48            void setConfigValues();
    4849
    4950            virtual void tick(float dt);
     
    127128
    128129            Shader* boostBlur_;
     130            float blurStrength_;
    129131    };
    130132}
Note: See TracChangeset for help on using the changeset viewer.