Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2008, 8:59:09 PM (16 years ago)
Author:
rgrieder
Message:
  • readded and uncommented the shader hacks in shader branch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/shader/src/orxonox/GraphicsEngine.h

    r1511 r1514  
    8484            static GraphicsEngine* getSingletonPtr() { return &getSingleton(); }
    8585
     86            //HACK!!!
     87            void static CompositorBloomOn();
     88            void static CompositorBloomOff();
     89            void static CompositorMotionBlurOn();
     90            void static CompositorMotionBlurOff();
     91
    8692
    8793        private:
Note: See TracChangeset for help on using the changeset viewer.