Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2008, 4:18:11 AM (15 years ago)
Author:
landauf
Message:
  • Added support for postprocessing shaders (bloom, motion blur, …). Shaders are only visible if Plugin_CgProgramManager is included in bin/Plugins.cfg.
  • Added class GlobalShader which is visible on all clients and can be activated or deactivated by triggers or other events.
  • Added RadialBlur shader to the SpaceShip's engine. The strength of the RadialBlur depends on the SpaceShip's velocity.
File:
1 edited

Legend:

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

    r2256 r2350  
    4848
    4949            virtual void tick(float dt);
     50            virtual void changedActivity();
    5051
    5152            virtual void addToSpaceShip(SpaceShip* ship);
     
    124125            float accelerationLeftRight_;
    125126            float accelerationUpDown_;
     127
     128            Shader* boostBlur_;
    126129    };
    127130}
Note: See TracChangeset for help on using the changeset viewer.