Ignore:
Timestamp:
04/04/07 13:51:28 (17 years ago)
Author:
mattausch
Message:
 
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  
    180180//----------------------------------------------------------------------- 
    181181GtpVisibility::OcclusionQuery *PlatformHierarchyInterface::IssueNodeOcclusionQuery( 
    182         GtpVisibility::HierarchyNode *node,  
    183         const bool wasVisible)  
     182                                                                              GtpVisibility::HierarchyNode *node,  
     183                                                                                                                                                  const bool wasVisible)  
    184184{ 
    185185        // get next available test id 
     
    192192        // In this case we can also test with the real geometry. 
    193193        // If camera for culling is different from camera for rendering or only solids  
    194         // will be rendereded => cannot optimize 
     194        // will be rendered => cannot optimize 
    195195        if (mTestGeometryForVisibleLeaves && (mCamera == mCullCamera) && wasVisible && IsLeaf(node))  
    196196        { 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/Plugin_VisibilitySceneManager.vcproj

    r2292 r2318  
    9090                                OptimizeForProcessor="0" 
    9191                                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" 
    9393                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_KD_TERRAIN_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE" 
    9494                                StringPooling="TRUE" 
     
    213213                <Configuration 
    214214                        Name="Release_Internal|Win32" 
    215                         OutputDirectory="$(ConfigurationName)" 
    216                         IntermediateDirectory="$(ConfigurationName)" 
     215                        OutputDirectory="Release" 
     216                        IntermediateDirectory="Release" 
    217217                        ConfigurationType="2" 
    218218                        CharacterSet="2" 
     
    235235                                BufferSecurityCheck="FALSE" 
    236236                                EnableFunctionLevelLinking="TRUE" 
    237                                 RuntimeTypeInfo="TRUE" 
     237                                RuntimeTypeInfo="FALSE" 
    238238                                UsePrecompiledHeader="0" 
    239239                                WarningLevel="3" 
     
    262262                        <Tool 
    263263                                Name="VCPostBuildEventTool" 
    264                                 CommandLine="copy $(OutDir)\$(TargetFileName) $(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)"/> 
     264                                CommandLine="copy $(OutDir)\$(TargetFileName) $(OGRE_PATH)\Samples\Common\bin\Release"/> 
    265265                        <Tool 
    266266                                Name="VCPreBuildEventTool"/> 
Note: See TracChangeset for help on using the changeset viewer.