Ignore:
Timestamp:
04/16/09 18:55:13 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3342 r3358  
    1414                                                const VertexArray &vertices,  
    1515                                                const VertexArray &normals,  
    16                                                 const vector<pair<float, float> > &texcoords, 
     16                                                const TexcoordArray &texcoords, 
    1717                                                VertexArray &faceVertices, 
    1818                                                VertexArray &faceNormals, 
    19                                                 vector<Texcoord> &faceTexcoords 
     19                                                TexcoordArray &faceTexcoords 
    2020                                                ) 
    2121{ 
Note: See TracChangeset for help on using the changeset viewer.