Changeset 2965 for GTP/trunk/App/Demos/Vis/FriendlyCulling/Converter
- Timestamp:
- 09/23/08 12:11:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/Converter/ObjConverter.cpp
r2963 r2965 32 32 vector<int> nIndices; 33 33 vector<int> tIndices; 34 35 //cout << "number of vertices=" << (int)vertices.size() << endl;36 34 37 35 for (size_t i = 0; i < substrings.size(); ++ i) … … 142 140 geom->mNormals[i].z = faceNormals[i].y; 143 141 144 if (i < =geom->mTexcoordCount)142 if (i < geom->mTexcoordCount) 145 143 { 146 144 geom->mTexcoords[i].first = faceTexcoords[i].first; … … 244 242 faceVertices, faceNormals, faceTexcoords); 245 243 246 if (((line % 100 ) ==99) &&244 if (((line % 1000) == 999) && 247 245 !faceVertices.empty()) 248 246 {
Note: See TracChangeset
for help on using the changeset viewer.