Ignore:
Timestamp:
09/20/06 13:37:29 (18 years ago)
Author:
mattausch
Message:

corrected raycasting bug for triangles because of ill defined triangles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp

    r1418 r1420  
    283283        cout << "\nfinished in " << TimeDiff(startTime, GetTime()) * 1e-3 << " secs" << endl; 
    284284 
    285         cout << "here5 " << GetViewSpaceBox() << endl; 
    286         cout << "here6 " << GetObjectSpaceBox() << endl; 
     285#if _DEBUG 
     286        cout << "view space: " << GetViewSpaceBox() << endl; 
     287        cout << "object space:  " << GetObjectSpaceBox() << endl; 
     288#endif 
     289 
    287290        mHierarchyStats.Stop(); 
    288291        mVspTree->mVspStats.Stop(); 
Note: See TracChangeset for help on using the changeset viewer.