Show
Ignore:
Timestamp:
08/27/10 11:30:01 (21 months ago)
Author:
Carsten
Message:

Reintegrated branches/cafu_to_wx back into trunk!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CaTools/MaterialViewer.cpp

    r51 r136  
    4646 
    4747#include "ConsoleCommands/Console.hpp" 
     48#include "ConsoleCommands/ConsoleInterpreter.hpp" 
    4849#include "ConsoleCommands/ConsoleStdout.hpp" 
    4950#include "FileSys/FileManImpl.hpp" 
     
    6869static cf::FileSys::FileManImplT FileManImpl; 
    6970cf::FileSys::FileManI* cf::FileSys::FileMan=&FileManImpl; 
     71 
     72ConsoleInterpreterI* ConsoleInterpreter=NULL; 
     73MaterialManagerI*    MaterialManager   =NULL; 
    7074 
    7175 
     
    500504 
    501505 
    502             MyFont->Print(SingleOpenGLWindow->GetWidth()-100, SingleOpenGLWindow->GetHeight()-18, 0x00FFFFFF, "%5.1f FPS", 1.0/DeltaTime); 
     506            MyFont->Print(SingleOpenGLWindow->GetWidth()-100, SingleOpenGLWindow->GetHeight()-18, float(SingleOpenGLWindow->GetWidth()), float(SingleOpenGLWindow->GetHeight()), 0x00FFFFFF, "%5.1f FPS", 1.0/DeltaTime); 
    503507        } 
    504508        MatSys::Renderer->EndFrame();