Changeset 89 for trunk/VUT/Ogre


Ignore:
Timestamp:
05/09/05 23:58:10 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/src/OgrePlatformHierarchyInterface.cpp

    r87 r89  
    108108        // will be rendered anyway. 
    109109        // In this case we can also test with the real geometry. 
    110         /*if(mUseOptimization && wasVisible && IsLeaf(node)) 
     110        if(mUseOptimization && wasVisible && IsLeaf(node)) 
    111111        { 
    112112                RenderNode(node); 
    113113        } 
    114114        else 
    115         {*/ 
     115        { 
    116116                RenderBoundingBox(GetBoundingBox(node)); 
    117         //} 
     117        } 
    118118 
    119119        query->EndQuery(); 
Note: See TracChangeset for help on using the changeset viewer.