Ignore:
Timestamp:
04/04/07 13:51:28 (17 years ago)
Author:
mattausch
Message:
 
File:
1 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        { 
Note: See TracChangeset for help on using the changeset viewer.