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/OrxonoxPrereqs.h

    r2254 r2350  
    114114    class BlinkingBillboard;
    115115    class FadingBillboard;
     116    class GlobalShader;
    116117    class Light;
    117118    class Backlight;
     
    162163    class Mesh;
    163164    class ParticleInterface;
     165    class Shader;
    164166    template <class T>
    165167    class Timer;
Note: See TracChangeset for help on using the changeset viewer.