Ignore:
Timestamp:
04/04/06 23:55:38 (18 years ago)
Author:
mattausch
Message:

improved performance of TerrainSceneManager?
revisit octreescenemanager

File:
1 edited

Legend:

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

    r645 r726  
    2727        // we need access to the scene manager and the rendersystem 
    2828        PlatformHierarchyInterface *pfHierarchyInterface =  
    29                 dynamic_cast<PlatformHierarchyInterface *>(mHierarchyInterface); 
     29                //dynamic_cast<PlatformHierarchyInterface *>(mHierarchyInterface); 
     30                static_cast<PlatformHierarchyInterface *>(mHierarchyInterface); 
    3031 
    3132        // disable overlays, reset them later 
Note: See TracChangeset for help on using the changeset viewer.