Ignore:
Timestamp:
01/13/09 16:40:27 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/VisibilitySolutionConverter/VisibilitySolutionConverter.cpp

    r3273 r3274  
    538538                        const int idx = 3 * mGlobalTriangleIds[j]; 
    539539 
    540                         //cout << "idx: " << mGlobalTriangleIds[j] << " j " << j << " " << vertices.size() / 3 << endl; 
     540                        //cout << "idx: " << 3 * mGlobalTriangleIds[j] << " j " << j << " " << vertices.size()<< endl; 
    541541                        for (int k = 0; k < 3; ++ k) 
    542542                        { 
Note: See TracChangeset for help on using the changeset viewer.