point3f to point3d conversion error.
This commit is contained in:
parent
3b7609a7e8
commit
fce10a34fa
|
@ -414,7 +414,7 @@ public:
|
|||
if(QuadFlag) indexVVect[pi]++; // NOTE THAT THE STUPID QOBJ FORMAT IS ZERO INDEXED!!!!
|
||||
GoodObjIndex(indexVVect[pi],numVertices);
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue