Ignore:
Timestamp:
05/21/07 14:51:38 (17 years ago)
Author:
vizrt_christian_seidl
Message:

ADDED: Faster method for building BIH Tree
BUGFIX: Termination criteria for BIH Tree works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBiHierarchy.h

    r2384 r2390  
    423423                        { 
    424424                                // cse  
    425                                 //showBoxes=true; 
     425                                showBoxes=true; 
    426426                                if (showBoxes) 
    427427                                { 
     
    430430                                        queue->addRenderable(getWireBoundingBox()); 
    431431                                        */ 
    432                                         /* 
     432                                         
    433433                                        if (mLevel == mOwner->getHiLiteLevel() || mOwner->getShowAllBoxes()) 
    434434                                                queue->addRenderable(getWireBoundingBox()); 
    435                                         */ 
     435                                         
    436436                                } 
    437437 
Note: See TracChangeset for help on using the changeset viewer.