Ignore:
Timestamp:
04/26/06 15:41:34 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp

    r736 r828  
    99#include <OgreEntity.h> 
    1010#include <OgreSubEntity.h> 
    11  
     11#include "VspBspTree.h" 
    1212 
    1313namespace Ogre { 
     
    834834   } 
    835835} 
     836 
     837void OcclusionCullingSceneManager::LoadViewCells(string filename) 
     838{ 
     839        ObjectContainer objects; 
     840        mViewCellsManager->LoadViewCells(filename, &objects); 
     841} 
     842 
    836843} // namespace Ogre 
Note: See TracChangeset for help on using the changeset viewer.