point3f to point3d conversion error.

This commit is contained in:
ganovelli 2011-10-21 12:18:18 +00:00
parent 3b7609a7e8
commit fce10a34fa
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ public:
if(QuadFlag) indexVVect[pi]++; // NOTE THAT THE STUPID QOBJ FORMAT IS ZERO INDEXED!!!! if(QuadFlag) indexVVect[pi]++; // NOTE THAT THE STUPID QOBJ FORMAT IS ZERO INDEXED!!!!
GoodObjIndex(indexVVect[pi],numVertices); GoodObjIndex(indexVVect[pi],numVertices);
GoodObjIndex(indexTVect[pi],oi.numTexCoords); GoodObjIndex(indexTVect[pi],oi.numTexCoords);
polygonVect[0][pi]=m.vert[indexVVect[pi]].cP(); polygonVect[0][pi].Import(m.vert[indexVVect[pi]].cP());
} }
if(vertexesPerFace<5) if(vertexesPerFace<5)