Ignore:
Timestamp:
11/28/06 12:50:34 (18 years ago)
Author:
mattausch
Message:

changed scenemanager: options are directly given to it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h

    r1616 r1816  
    104104        */ 
    105105#if 1 
    106         virtual void setWorldGeometry( DataStreamPtr& stream, const String& typeName ); 
     106        virtual void setWorldGeometry(DataStreamPtr& stream, const String& typeName); 
    107107#endif 
    108108         
     
    141141        void CreateViewCellsGeometry(); 
    142142        void VisualizeViewCells(const bool visualize); 
     143 
     144        bool LoadSceneIV(const String &filename,  
     145                                         SceneNode *root,  
     146                                         const int index); 
     147 
     148        bool LoadScene(const String &filename); 
     149 
     150        void loadConfig(DataStreamPtr& stream); 
    143151 
    144152        ////////////////////////////////////////// 
     
    231239 
    232240        bool mViewCellsGeometryLoaded; 
     241 
     242        bool mShowTerrain; 
    233243}; 
    234244 
Note: See TracChangeset for help on using the changeset viewer.