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/ObjConverter2.cpp

    r3342 r3358  
    1212                                                const VertexArray &vertices,  
    1313                                                const VertexArray &normals,  
    14                                                 const vector<Texcoord> &texcoords, 
     14                                                const TexcoordArray &texcoords, 
    1515                                                VertexArray &faceVertices, 
    1616                                                VertexArray &faceNormals, 
    17                                                 vector<Texcoord> &faceTexcoords 
     17                                                TexcoordArray &faceTexcoords 
    1818                                                ) 
    1919{ 
Note: See TracChangeset for help on using the changeset viewer.