Changeset 2168 for GTP/trunk/Lib
- Timestamp:
- 02/26/07 18:49:46 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r2164 r2168 1040 1040 if (key == "VisibilityManager") 1041 1041 { 1042 * static_cast<GtpVisibility::VisibilityManager **>(val) = 1043 (GtpVisibility::VisibilityManager *)mVisibilityManager; 1044 return true; 1045 } 1046 if (key == "HierarchInterface") 1047 { 1048 * static_cast<GtpVisibility::HierarchyInterface **>(val) = 1049 (GtpVisibility::HierarchyInterface *)mHierarchyInterface; 1042 //Ogre::LogManager::getSingleton().logMessage("here77"); 1043 * static_cast<GtpVisibility::VisibilityManager **>(val) = mVisibilityManager; 1044 return true; 1045 } 1046 if (key == "HierarchyInterface") 1047 { 1048 * static_cast<GtpVisibility::HierarchyInterface **>(val) = mHierarchyInterface; 1050 1049 return true; 1051 1050 } 1052 1051 if (key == "ShowTerrain") 1053 1052 { 1054 * static_cast<bool *>(val) = (bool *)mShowTerrain;1053 * static_cast<bool *>(val) = mShowTerrain; 1055 1054 return true; 1056 1055 } 1057 1056 if (key == "UseDepthPass") 1058 1057 { 1059 * static_cast<bool *>(val) = (bool *)mUseDepthPass;1058 * static_cast<bool *>(val) = mUseDepthPass; 1060 1059 return true; 1061 1060 } 1062 1061 if (key == "FlushQueue") 1063 1062 { 1064 * static_cast<bool *>(val) = (bool *)mDeleteQueueAfterRendering;1063 * static_cast<bool *>(val) = mDeleteQueueAfterRendering; 1065 1064 return true; 1066 1065 } 1067 1066 if (key == "NormalExecution") 1068 1067 { 1069 * static_cast<bool *>(val) = (bool *)mNormalExecution;1068 * static_cast<bool *>(val) = mNormalExecution; 1070 1069 return true; 1071 1070 } -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionQueriesQueryManager.cpp
r2066 r2168 32 32 // disable overlays, reset them later 33 33 bool overlayEnabled = mViewport->getOverlaysEnabled(); 34 34 Ogre::LogManager::getSingleton().logMessage("here020202"); 35 35 /////////// 36 36 //-- render scene with item buffer (i.e., objects with their id as color codes) … … 209 209 GtpVisibility::PatchInfoContainer *visiblePatches, 210 210 bool relativeVisibility) 211 { 211 {Ogre::LogManager::getSingleton().logMessage("here5"); 212 212 PlatformQueryManager::ComputeFromPointVisibility(point, visibleNodes, 213 213 visibleGeometry, visiblePatches, relativeVisibility); … … 216 216 // (duplicates occur if an object is on the edge of the viewport) 217 217 RemoveDuplicateNodes(visibleNodes); 218 218 Ogre::LogManager::getSingleton().logMessage("here6"); 219 219 if (mItemBufferMode != GEOMETRY_VISIBILITY) 220 220 { 221 221 RemoveDuplicateGeometry(visibleGeometry); 222 222 } 223 223 Ogre::LogManager::getSingleton().logMessage("here7"); 224 224 if (mItemBufferMode != PATCH_VISIBILITY) 225 225 { -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/Plugin_VisibilitySceneManager.vcproj
r2130 r2168 112 112 AdditionalLibraryDirectories=""$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)";"$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)";"..\..\..\Preprocessing\lib\$(ConfigurationName)";..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\Preprocessing\src\GL;..\..\..\..\..\..\..\NonGTP\Zlib\lib;"..\..\lib\$(ConfigurationName)";"..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)";"..\..\..\..\..\Lib\Vis\OnlineCullingCHC\ObjReader\lib\$(ConfigurationName)"" 113 113 ModuleDefinitionFile="..\misc\OgreVisibilitySceneManager.def" 114 GenerateDebugInformation=" FALSE"114 GenerateDebugInformation="TRUE" 115 115 SubSystem="2" 116 116 OptimizeReferences="2" -
GTP/trunk/Lib/Vis/Preprocessing/include/Containers.h
r863 r2168 3 3 4 4 #include <vector> 5 using namespace std;5 //using namespace std; 6 6 7 7 namespace GtpVisibilityPreprocessor { -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj
r2164 r2168 221 221 OptimizeForProcessor="3" 222 222 OptimizeForWindowsApplication="TRUE" 223 AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";"$(CG_INC_PATH)";Timer;..\src\ootl\src\;..\src\ootl\src\cpp;..\src\ootl\src\include\ootl\sandbox;..\src\ootl\src;..\src\ootl\src\include\ootl;..\src\sparsehash\src\google\sparsehash;..\src\sparsehash\src\windows;..\src\sparsehash\src\google;..\src\sparsehash\src;..\src\ootl\ "223 AdditionalIncludeDirectories="..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;..\..\..\..\..\..\NonGTP\Boost;..\MultiLevelRayTracing;"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui";"$(QTDIR)\include";"$(QTDIR)\include\QtOpenGl";"$(CG_INC_PATH)";Timer;..\src\ootl\src\;..\src\ootl\src\cpp;..\src\ootl\src\include\ootl\sandbox;..\src\ootl\src;..\src\ootl\src\include\ootl;..\src\sparsehash\src\google\sparsehash;..\src\sparsehash\src\windows;..\src\sparsehash\src\google;..\src\sparsehash\src;..\src\ootl\;..\src\ootl\src\cpp\include\;..\src\ootl\src\cpp\include\ootl\mswin" 224 224 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT;USE_HASH_PVS" 225 225 ExceptionHandling="TRUE" -
GTP/trunk/Lib/Vis/Preprocessing/src/PvsBase.h
r2117 r2168 5 5 #include "Containers.h" 6 6 7 using namespace std;7 //using namespace std; 8 8 9 9 namespace GtpVisibilityPreprocessor { -
GTP/trunk/Lib/Vis/Preprocessing/src/SamplingPreprocessor.h
r1966 r2168 3 3 4 4 #include <fstream> 5 using namespace std;5 //using namespace std; 6 6 7 7 #include "Preprocessor.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/SamplingStrategy.h
r2076 r2168 3 3 4 4 #include <vector> 5 using namespace std;5 //using namespace std; 6 6 7 7 #include "common.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/SceneGraph.h
r1958 r2168 3 3 4 4 #include <string> 5 using namespace std;5 //using namespace std; 6 6 7 7 #include "Containers.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/SubdivisionCandidate.h
r1895 r2168 5 5 #include "FlexibleHeap.h" 6 6 7 using namespace std;7 //using namespace std; 8 8 9 9 namespace GtpVisibilityPreprocessor { -
GTP/trunk/Lib/Vis/Preprocessing/src/TraversalTree.h
r2149 r2168 3 3 4 4 #include <functional> 5 using namespace std;5 //using namespace std; 6 6 7 7 #include "Containers.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/Vector3.h
r1958 r2168 3 3 4 4 #include <iostream> 5 using namespace std;5 //using namespace std; 6 6 #include <math.h> 7 7 #include "common.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r2164 r2168 2205 2205 // one mesh per view cell 2206 2206 Mesh *mesh = MeshManager::GetSingleton()->CreateResource(); 2207 2207 //ootl::hash_map<int, Intersectable *> hmap(-2, NULL); 2208 2208 //////////// 2209 2209 //-- construct prism -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.h
r2124 r2168 7 7 #include "Containers.h" 8 8 #include "ViewCell.h" 9 9 //#include "ootl_map.hpp" 10 10 11 11 namespace GtpVisibilityPreprocessor { -
GTP/trunk/Lib/Vis/Preprocessing/src/VssPreprocessor.h
r2063 r2168 3 3 4 4 #include <fstream> 5 using namespace std;5 //using namespace std; 6 6 7 7 #include "Preprocessor.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/VssRay.h
r2116 r2168 7 7 #include "Containers.h" 8 8 9 using namespace std;9 //using namespace std; 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.