Ignore:
Timestamp:
06/07/06 18:38:29 (18 years ago)
Author:
mattausch
Message:

environment as a singleton

File:
1 edited

Legend:

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

    r975 r1004  
    10291029        OgreBoundingBoxConverter bconverter(this); 
    10301030 
    1031          
    1032         GtpVisibilityPreprocessor::Environment *env =  
    1033                 mVisibilityManager->GetVisibilityEnvironment()->GetPreprocessorEnvironment(); 
    1034  
    10351031        // load the view cells assigning the found objects to the pvss 
    10361032        mViewCellsManager =  
    1037                 GtpVisibilityPreprocessor::ViewCellsManager::LoadViewCells(filename, &mObjects, env, false, &bconverter); 
     1033                GtpVisibilityPreprocessor::ViewCellsManager::LoadViewCells(filename, &mObjects, false, &bconverter); 
    10381034 
    10391035        return (mViewCellsManager != NULL); 
Note: See TracChangeset for help on using the changeset viewer.