- Timestamp:
- 01/16/09 17:32:00 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling/VisibilitySolutionConverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/VisibilitySolutionConverter/VisibilitySolutionConverter.cpp
r3277 r3282 230 230 mGeometry.clear(); 231 231 232 if (!LoadSolutionTest(bvhInputFilename)) 232 233 //if (!LoadSolution(bvhInputFilename)) 233 if (!LoadSolution(bvhInputFilename))234 234 { 235 235 cerr << "could not read solution file" << endl; … … 648 648 BvhNode *VisibilitySolutionConverter::LoadNode(FILE *fr, int depth) 649 649 { 650 //cout<<"here4"<<endl;651 650 ++ mNumNodes; 652 651 -
GTP/trunk/App/Demos/Vis/FriendlyCulling/VisibilitySolutionConverter/VisibilitySolutionConverter.h
r3277 r3282 110 110 bool LoadSolution(const std::string &filename); 111 111 112 113 112 BvhNode *LoadNode(FILE *fr, int depth); 114 113
Note: See TracChangeset
for help on using the changeset viewer.