mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
- changed function names according to the new vcglib syntax
(WARNING! edit_align still doesn't compile)
This commit is contained in:
parent
e5fb5e2792
commit
cc50089b50
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user