Changeset 1676 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 10/24/06 17:42:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBoundingBoxConverter.h
r1623 r1676 135 135 continue; 136 136 } 137 mo->137 138 138 const AxisAlignedBox bbox = EnlargeBox(mo->getWorldBoundingBox()); 139 139 … … 225 225 226 226 // get intersecting scene nodes (= candidates) 227 AxisAlignedBox mybox = EnlargeBox(box);227 //AxisAlignedBox mybox = EnlargeBox(box); 228 228 //mSceneMgr->findNodesIn(mybox, sceneNodeList, NULL); 229 229 mSceneMgr->findNodesIn(box, sceneNodeList, NULL); … … 253 253 const AxisAlignedBox bbox = mo->getWorldBoundingBox(); 254 254 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 259 258 260 259 if (overlaps)
Note: See TracChangeset
for help on using the changeset viewer.