- Committed the patch of Makr Page: VertexTriangleAdjacency set member.
- Updated CREDITS. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1072 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/2/head
parent
ff705e6fa4
commit
8928523266
2
CREDITS
2
CREDITS
|
@ -122,3 +122,5 @@ For contributing the De-bone postprocessing step and filing various bug reports.
|
||||||
- Rosen Diankov
|
- Rosen Diankov
|
||||||
Contributed patches to build assimp debian packages using cmake.
|
Contributed patches to build assimp debian packages using cmake.
|
||||||
|
|
||||||
|
- Mark Page
|
||||||
|
Contributed a patch to fix the VertexTriangleAdjacency postprocessing step.
|
||||||
|
|
|
@ -65,6 +65,7 @@ VertexTriangleAdjacency::VertexTriangleAdjacency(aiFace *pcFaces,
|
||||||
iNumVertices = std::max(iNumVertices,pcFace->mIndices[1]);
|
iNumVertices = std::max(iNumVertices,pcFace->mIndices[1]);
|
||||||
iNumVertices = std::max(iNumVertices,pcFace->mIndices[2]);
|
iNumVertices = std::max(iNumVertices,pcFace->mIndices[2]);
|
||||||
}
|
}
|
||||||
|
this->iNumVertices = iNumVertices;
|
||||||
}
|
}
|
||||||
unsigned int* pi;
|
unsigned int* pi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue