Changeset 975 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE
- Timestamp:
- 05/22/06 18:32:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r971 r975 1033 1033 mVisibilityManager->GetVisibilityEnvironment()->GetPreprocessorEnvironment(); 1034 1034 1035 if (!env)1036 {1037 std::stringstream d;1038 d << "here454 error loading view cells: no view cells environment " << endl;1039 LogManager::getSingleton().logMessage(d.str());1040 }1041 1042 std::stringstream d;1043 d << "filename999: " << filename.c_str();1044 LogManager::getSingleton().logMessage(d.str());1045 1046 1035 // load the view cells assigning the found objects to the pvss 1047 1036 mViewCellsManager = 1048 1037 GtpVisibilityPreprocessor::ViewCellsManager::LoadViewCells(filename, &mObjects, env, false, &bconverter); 1049 1050 if (!mViewCellsManager)1051 {1052 std::stringstream d;1053 d << "here344 error loading view cells: no view cells manager " << endl;1054 LogManager::getSingleton().logMessage(d.str());1055 }1056 1038 1057 1039 return (mViewCellsManager != NULL);
Note: See TracChangeset
for help on using the changeset viewer.