Ignore:
Timestamp:
09/23/08 12:11:29 (16 years ago)
Author:
mattausch
Message:

removed dirttexture stuff. started tonemapping stuff

File:
1 edited

Legend:

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

    r2963 r2965  
    3232        vector<int> nIndices; 
    3333        vector<int> tIndices; 
    34  
    35         //cout << "number of vertices=" << (int)vertices.size() << endl; 
    3634 
    3735        for (size_t i = 0; i < substrings.size(); ++ i) 
     
    142140                geom->mNormals[i].z = faceNormals[i].y; 
    143141 
    144                 if (i <= geom->mTexcoordCount) 
     142                if (i < geom->mTexcoordCount) 
    145143                { 
    146144                        geom->mTexcoords[i].first = faceTexcoords[i].first; 
     
    244242                                                faceVertices, faceNormals, faceTexcoords); 
    245243 
    246                                 if (((line % 100) == 99) &&  
     244                                if (((line % 1000) == 999) &&  
    247245                                        !faceVertices.empty()) 
    248246                                { 
Note: See TracChangeset for help on using the changeset viewer.