Ignore:
Timestamp:
04/01/05 17:28:57 (20 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/TestCullingDotScene/TestCullingDotSceneApplication.h

    r36 r37  
    55#include "CEGUIForwardRefs.h" 
    66#include "ExampleApplication.h" 
    7 //#include "OgreOcclusionCullingSceneManager.h" 
     7#include "OgreLight.h" 
    88#include "OgreOcclusionCullingSceneTraverser.h" 
    99 
     
    3636    } 
    3737 
    38         bool frameStarted(const FrameEvent& evt); 
     38//      bool frameStarted(const FrameEvent& evt); 
    3939        bool frameEnded(const FrameEvent& evt); 
    4040 
     
    8383 
    8484 
    85 class TestCullingApplication : public ExampleApplication 
     85class TestCullingDotSceneApplication : public ExampleApplication 
    8686{ 
    8787public: 
    88         ~TestCullingApplication(); 
     88        //~TestCullingDotSceneApplication(); 
    8989 
    9090protected: 
     
    9292        void createFrameListener(void); 
    9393        void setupGui(void); 
    94         void parseDotScene( const String &SceneName, const String& groupName ); 
    95         void Light* LoadLight( TiXmlElement *XMLLight ); 
     94        void ParseDotScene( const String &SceneName, const String& groupName ); 
     95        Light* LoadLight( TiXmlElement *XMLLight ); 
    9696 
    97         virtual void createCamera(void); 
     97        virtual void createViewports(void); 
    9898 
    9999        CEGUI::OgreCEGUIRenderer *mGUIRenderer; 
     
    103103        void chooseSceneManager(void); 
    104104 
     105        //SceneManager* mSceneMgr; 
    105106        //Entity* mShip; 
    106107        //SceneNode* mShipNode; 
Note: See TracChangeset for help on using the changeset viewer.