Changeset 971 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src
- Timestamp:
- 05/22/06 07:53:18 (19 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r955 r971 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 1035 1046 // load the view cells assigning the found objects to the pvss 1036 1047 mViewCellsManager = … … 1040 1051 { 1041 1052 std::stringstream d; 1042 d << " error loading view cells" << endl;1053 d << "here344 error loading view cells: no view cells manager " << endl; 1043 1054 LogManager::getSingleton().logMessage(d.str()); 1044 1055 } -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreVisibilitySceneManagerDll.cpp
r938 r971 49 49 // load visibility environment 50 50 visEnv = new GtpVisibility::VisibilityEnvironment(); 51 //visEnv->LoadEnvironment("simple.env");52 51 visManager = new GtpVisibility::VisibilityManager(visEnv); 53 52
Note: See TracChangeset
for help on using the changeset viewer.