Ignore:
Timestamp:
04/17/09 09:09:14 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3358 r3359  
    346346        int vertexCount; 
    347347        str.read(reinterpret_cast<char *>(&vertexCount), sizeof(int)); 
    348         cout << "vertices: " << vertexCount << endl; 
     348         
    349349 
    350350        // end of file reached 
     
    382382                texcoords = NULL; 
    383383        } 
    384  
    385         cout << "here3: " << normals[vertexCount-1] << endl; 
    386         cout << "texCoordCount: " << texCoordCount << endl; 
    387  
    388384 
    389385        const bool delGeometry = true; 
     
    422418        if (!istr.is_open()) return 0; 
    423419 
    424         cout << "here7" << endl; 
    425420        cout << "loading textures" << endl; 
    426421         
Note: See TracChangeset for help on using the changeset viewer.