Ignore:
Timestamp:
08/29/06 18:28:00 (18 years ago)
Author:
szydlowski
Message:

Implemented PVS support in kdtree scene manager - not complete, defunct
modified BoundingBoxConverter? to work with KdTreeSceneManager?

File:
1 edited

Legend:

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

    r1276 r1296  
    540540                return true; 
    541541        } 
     542        else if (key == "DeleteRenderQueue") 
     543        { 
     544                mDeleteQueueAfterRendering = (*static_cast<const bool *>(val)); 
     545                return true; 
     546        } 
    542547        if (key == "NodeVizScale") 
    543548        {  
Note: See TracChangeset for help on using the changeset viewer.