Changeset 2102


Ignore:
Timestamp:
02/08/07 12:17:52 (17 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis
Files:
2 added
1 edited

Legend:

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

    r2098 r2102  
    210210                mFilename = val.c_str(); 
    211211                 
     212                // load terrain instead of scene 
    212213                if (mFilename == "terrain") 
    213214                { 
     
    884885                if (!mViewCellsLoaded) 
    885886                { 
    886                         // try ro loaded view cells 
     887                        // try to load view cells 
    887888                        mViewCellsLoaded = LoadViewCells(mViewCellsFilename);    
    888889                } 
     
    892893                 
    893894                // only use this option if view cells are available 
    894  
    895895                mUseViewCells = *static_cast<const bool *>(val); 
    896896 
Note: See TracChangeset for help on using the changeset viewer.