Changeset 37 for trunk/VUT/OcclusionCullingSceneManager/TestCullingDotScene/TestCullingDotSceneApplication.h
- Timestamp:
- 04/01/05 17:28:57 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/OcclusionCullingSceneManager/TestCullingDotScene/TestCullingDotSceneApplication.h
r36 r37 5 5 #include "CEGUIForwardRefs.h" 6 6 #include "ExampleApplication.h" 7 //#include "OgreOcclusionCullingSceneManager.h"7 #include "OgreLight.h" 8 8 #include "OgreOcclusionCullingSceneTraverser.h" 9 9 … … 36 36 } 37 37 38 bool frameStarted(const FrameEvent& evt);38 // bool frameStarted(const FrameEvent& evt); 39 39 bool frameEnded(const FrameEvent& evt); 40 40 … … 83 83 84 84 85 class TestCulling Application : public ExampleApplication85 class TestCullingDotSceneApplication : public ExampleApplication 86 86 { 87 87 public: 88 ~TestCullingApplication();88 //~TestCullingDotSceneApplication(); 89 89 90 90 protected: … … 92 92 void createFrameListener(void); 93 93 void setupGui(void); 94 void parseDotScene( const String &SceneName, const String& groupName );95 voidLight* LoadLight( TiXmlElement *XMLLight );94 void ParseDotScene( const String &SceneName, const String& groupName ); 95 Light* LoadLight( TiXmlElement *XMLLight ); 96 96 97 virtual void create Camera(void);97 virtual void createViewports(void); 98 98 99 99 CEGUI::OgreCEGUIRenderer *mGUIRenderer; … … 103 103 void chooseSceneManager(void); 104 104 105 //SceneManager* mSceneMgr; 105 106 //Entity* mShip; 106 107 //SceneNode* mShipNode;
Note: See TracChangeset
for help on using the changeset viewer.