Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2008, 11:40:06 PM (16 years ago)
Author:
janise
Message:

compositors and shader work with hacks. added a directional light

File:
1 edited

Legend:

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

    r1414 r1466  
    8383            static GraphicsEngine* getSingletonPtr() { return &getSingleton(); }
    8484
     85            //HACK!!!
     86            void static CompositorBloomOn();
     87            void static CompositorBloomOff();
     88            void static CompositorMotionBlurOn();
     89            void static CompositorMotionBlurOff();
     90
     91
    8592        private:
    8693            // don't mess with singletons
Note: See TracChangeset for help on using the changeset viewer.