Ignore:
Timestamp:
10/24/06 17:42:03 (18 years ago)
Author:
mattausch
Message:

worked on pvs heuristics

File:
1 edited

Legend:

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

    r1623 r1676  
    135135                                continue; 
    136136                        } 
    137                          mo-> 
     137                          
    138138                        const AxisAlignedBox bbox = EnlargeBox(mo->getWorldBoundingBox()); 
    139139                                         
     
    225225                         
    226226        // get intersecting scene nodes (= candidates) 
    227         AxisAlignedBox mybox = EnlargeBox(box); 
     227        //AxisAlignedBox mybox = EnlargeBox(box); 
    228228        //mSceneMgr->findNodesIn(mybox, sceneNodeList, NULL); 
    229229        mSceneMgr->findNodesIn(box, sceneNodeList, NULL); 
     
    253253                        const AxisAlignedBox bbox = mo->getWorldBoundingBox(); 
    254254 
    255                         const bool overlaps = Overlap(nodeBox, 
    256                                                                                   OgreTypeConverter::ConvertFromOgre(bbox) 
    257                                                                                   ); 
    258                                                                                   //,0.00001); 
     255                        const bool overlaps =  
     256                                Overlap(nodeBox, OgreTypeConverter::ConvertFromOgre(bbox)); 
     257                                                                                 
    259258         
    260259                         if (overlaps) 
Note: See TracChangeset for help on using the changeset viewer.