Ignore:
Timestamp:
02/15/07 19:09:13 (17 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp

    r2119 r2122  
    600600void OcclusionCullingSceneManager::_renderVisibleObjects() 
    601601{ 
     602        // $$matt temp: Remove this!! 
     603        if (1)  
     604        { 
     605                getDestinationRenderSystem()->_setCullingMode(CULL_NONE); 
     606                LogManager::getSingleton().logMessage("warning: culling mode"); 
     607        } 
     608 
    602609        if (mNormalExecution) 
    603610        { 
     
    800807        if (key == "DelayRenderTransparents") 
    801808        { 
     809                //LoadScene(mFilename, mViewCellsFilename); 
    802810                mDelayRenderTransparents = (*static_cast<const bool *>(val)); 
    803811                return true; 
     
    17091717        } 
    17101718 
    1711         SceneNode *node = root->createChildSceneNode("ObjSceneNode"); 
    1712  
    17131719        std::stringstream d;  
    17141720        d << "loaded " << filename << " in " << timer->getMilliseconds() * 1e-3 << " secs"; 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreTypeConverter.cpp

    r1621 r2122  
    6767                GtpVisibilityPreprocessor::VertexIndexContainer::const_iterator  
    6868                        iit, iit_end = face->mVertexIndices.end(); 
    69                 //GtpVisibilityPreprocessor::VertexIndexContainer::const_reverse_iterator  
    70                 //      iit, iit_end = face->mVertexIndices.rend(); 
    7169 
    7270                for (iit = face->mVertexIndices.begin(); iit != iit_end; ++ iit) 
     
    7876 
    7977        manual->end(); 
    80         //mSceneMgr->getRootSceneNode()->createChildSceneNode()->attachObject(manual); 
    8178 
    8279        return manual; 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/Plugin_VisibilitySceneManager.vcproj

    r2119 r2122  
    9090                                OptimizeForWindowsApplication="TRUE" 
    9191                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;..\include;..\..\..\OnlineCullingCHC\include;..\..\..\Preprocessing\src;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include;..\..\..\Preprocessing\src\Timer;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\ObjReader\include" 
    92                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_KD_TERRAIN_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE1" 
     92                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_KD_TERRAIN_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE1;USE_VERBOSE_PVS" 
    9393                                StringPooling="TRUE" 
    9494                                RuntimeLibrary="2" 
Note: See TracChangeset for help on using the changeset viewer.