Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2008, 3:35:50 PM (16 years ago)
Author:
landauf
Message:

moved Debug.h, OutputHandler and OutputBuffer to util, to make COUT(x) available everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/orxonox/objects/Ambient.cc

    r1505 r1586  
    3939#include "util/Convert.h"
    4040#include "util/Math.h"
    41 #include "core/Debug.h"
     41#include "util/Debug.h"
    4242#include "core/CoreIncludes.h"
    43 #include "GraphicsEngine.h"
    4443#include "core/XMLPort.h"
    4544#include "core/ConsoleCommand.h"
     45#include "GraphicsEngine.h"
    4646
    4747namespace orxonox
     
    6868      return Synchronisable::create();
    6969    }
    70    
     70
    7171    void Ambient::registerAllVariables(){
    7272      registerVar(&ambientLight_, sizeof(ColourValue), network::DATA);
    73      
     73
    7474    }
    75    
     75
    7676    void Ambient::loadParams(TiXmlElement* xmlElem)
    7777    {
     
    9494   {
    9595        GraphicsEngine::getSingleton().getSceneManager()->setAmbientLight(colour);
    96       ambientLight_=colour;     
     96      ambientLight_=colour;
    9797   }
    9898
Note: See TracChangeset for help on using the changeset viewer.