Changeset 3239 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src
- Timestamp:
- 01/02/09 10:24:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified GTP/trunk/App/Demos/Vis/FriendlyCulling/src/BvhLoader.cpp ΒΆ
r3123 r3239 84 84 tQueue.push(root); 85 85 86 while (!tQueue.empty())86 while (!tQueue.empty()) 87 87 { 88 88 BvhNode *node = tQueue.front();
Note: See TracChangeset
for help on using the changeset viewer.