Changeset 2318 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE
- Timestamp:
- 04/04/07 13:51:28 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgrePlatformHierarchyInterface.cpp
r2306 r2318 180 180 //----------------------------------------------------------------------- 181 181 GtpVisibility::OcclusionQuery *PlatformHierarchyInterface::IssueNodeOcclusionQuery( 182 GtpVisibility::HierarchyNode *node,183 const bool wasVisible)182 GtpVisibility::HierarchyNode *node, 183 const bool wasVisible) 184 184 { 185 185 // get next available test id … … 192 192 // In this case we can also test with the real geometry. 193 193 // If camera for culling is different from camera for rendering or only solids 194 // will be rendered ed=> cannot optimize194 // will be rendered => cannot optimize 195 195 if (mTestGeometryForVisibleLeaves && (mCamera == mCullCamera) && wasVisible && IsLeaf(node)) 196 196 { -
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/Plugin_VisibilitySceneManager.vcproj
r2292 r2318 90 90 OptimizeForProcessor="0" 91 91 OptimizeForWindowsApplication="TRUE" 92 AdditionalIncludeDirectories=""$(OGRE_PATH)\PlugIns\OctreeSceneManager\include";"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Dependencies\include";..\include;..\..\..\OnlineCullingCHC\include;..\..\..\Preprocessing\src;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include;..\..\..\ Preprocessing\src\Timer;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\ObjReader\include"92 AdditionalIncludeDirectories=""$(OGRE_PATH)\PlugIns\OctreeSceneManager\include";"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Dependencies\include";..\include;..\..\..\OnlineCullingCHC\include;..\..\..\Preprocessing\src;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\ObjReader\include" 93 93 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_KD_TERRAIN_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE" 94 94 StringPooling="TRUE" … … 213 213 <Configuration 214 214 Name="Release_Internal|Win32" 215 OutputDirectory=" $(ConfigurationName)"216 IntermediateDirectory=" $(ConfigurationName)"215 OutputDirectory="Release" 216 IntermediateDirectory="Release" 217 217 ConfigurationType="2" 218 218 CharacterSet="2" … … 235 235 BufferSecurityCheck="FALSE" 236 236 EnableFunctionLevelLinking="TRUE" 237 RuntimeTypeInfo=" TRUE"237 RuntimeTypeInfo="FALSE" 238 238 UsePrecompiledHeader="0" 239 239 WarningLevel="3" … … 262 262 <Tool 263 263 Name="VCPostBuildEventTool" 264 CommandLine="copy $(OutDir)\$(TargetFileName) $(OGRE_PATH)\Samples\Common\bin\ $(ConfigurationName)"/>264 CommandLine="copy $(OutDir)\$(TargetFileName) $(OGRE_PATH)\Samples\Common\bin\Release"/> 265 265 <Tool 266 266 Name="VCPreBuildEventTool"/>
Note: See TracChangeset
for help on using the changeset viewer.