Ignore:
Timestamp:
02/15/07 14:45:30 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1823 r2119  
    142142        void VisualizeViewCells(const bool visualize); 
    143143 
     144        /** Load an iv scene. 
     145        */ 
    144146        bool LoadSceneIV(const String &filename,  
    145147                                         SceneNode *root,  
    146148                                         const int index); 
    147149 
    148         bool LoadScene(const String &filename); 
     150        /** Load obj scene. 
     151        */ 
     152        bool LoadSceneObj(const String &filename, 
     153                                          const String &viewCellsFile, 
     154                                          SceneNode *root); 
     155 
     156        /** Load a scene. 
     157        */ 
     158        bool LoadScene(const String &filename, const String &viewCellsFilename); 
    149159 
    150160        void loadConfig(DataStreamPtr& stream); 
Note: See TracChangeset for help on using the changeset viewer.