Ignore:
Timestamp:
08/31/06 16:45:51 (18 years ago)
Author:
szydlowski
Message:

final touches

File:
1 edited

Legend:

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

    r1195 r1304  
    4242        else 
    4343        { 
    44                 //KdTree::Branch * kdbranch = KDBRANCHPTR_CAST(node); 
    45                 //if (kdbranch->mLeft) 
    46                 //      mDistanceQueue->push(kdbranch->mLeft); 
    47                 //if (kdbranch->mRight) 
    48                 //      mDistanceQueue->push(kdbranch->mRight); 
    4944                if (kdnode->getLeftChild()) 
    5045                        mDistanceQueue->push(kdnode->getLeftChild()); 
Note: See TracChangeset for help on using the changeset viewer.