Ignore:
Timestamp:
11/07/08 16:40:53 (16 years ago)
Author:
mattausch
Message:

worked on id for dynamic objects

File:
1 edited

Legend:

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

    r3107 r3110  
    132132 
    133133void VboFormatConverter::LoadShape(const VertexArray &faceVertices, 
    134                                                         const VertexArray &faceNormals, 
    135                                                         const vector<Texcoord> &faceTexcoords) 
     134                                                                  const VertexArray &faceNormals, 
     135                                                                  const vector<Texcoord> &faceTexcoords) 
    136136{ 
    137137        int numElements = (int)faceVertices.size(); 
Note: See TracChangeset for help on using the changeset viewer.