- changed function names according to the new vcglib syntax

(WARNING! edit_align still doesn't compile)
This commit is contained in:
Guido Ranzuglia granzuglia 2012-10-22 11:57:25 +00:00
parent e5fb5e2792
commit cc50089b50

View File

@ -303,9 +303,9 @@ void ConvertMesh(const MESH &M1, A2Mesh &M2)
assert((*f2i).V(1)-&M2.vert[0] >=0);
assert((*f2i).V(2)-&M2.vert[0] >=0);
vcg::tri::UpdateComponentEP<vcg::AlignPair::A2Mesh>::Set(*f2i);
++f2i;
}
vcg::tri::UpdateComponentEP<vcg::AlignPair::A2Mesh>::Set(M2);
M2.vn=M1.vn;
M2.fn=M1.fn;
M2.bbox.Import(M1.bbox);