removed ImportVertex for ImportLocal
This commit is contained in:
parent
085e19d121
commit
8ad902095a
|
@ -134,8 +134,7 @@ void CreaseCut(MESH_TYPE &m, float angleRad)
|
|||
if(curVertexInd < startVn) assert(curVertexInd == vertInd);
|
||||
if(curVertexInd >= startVn)
|
||||
{
|
||||
//m.vert[curVertexInd].ImportLocal(*((*fi).V(j)));
|
||||
tri::Append<CMeshO,CMeshO>::ImportVertex(m.vert[curVertexInd],*((*fi).V(j)));
|
||||
m.vert[curVertexInd].ImportLocal(*((*fi).V(j)));
|
||||
(*fi).V(j) = & m.vert[curVertexInd];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue