Changeset 2113 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE
- Timestamp:
- 02/12/07 08:37:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBoundingBoxConverter.h
r2111 r2113 122 122 list<SceneNode *>::const_iterator sit, sit_end = sceneNodeList.end(); 123 123 // find the bbox which is closest to the current bbox 124 for (sit = sceneNodeList.begin(); sit != s ceneNodeList.end(); ++ sit)124 for (sit = sceneNodeList.begin(); sit != sit_end; ++ sit) 125 125 { 126 126 SceneNode *sn = *sit;
Note: See TracChangeset
for help on using the changeset viewer.