mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
slightly change update on topology
This commit is contained in:
parent
a2311515cd
commit
febd60c1a8
@ -61,8 +61,10 @@ int main(int argc, char **argv)
|
||||
|
||||
printf("Input mesh vn:%i fn:%i\n",m.vn,m.fn);
|
||||
|
||||
Decimator<class MyMesh>(m,10);
|
||||
|
||||
Decimator<class MyMesh>(m,5);
|
||||
vcg::tri::UpdateTopology<MyMesh>::VertexFace(m);
|
||||
// vcg::tri::UpdateTopology<MyMesh>::FaceFace(m);
|
||||
|
||||
printf("Output mesh vn:%i fn:%i\n",m.vn,m.fn);
|
||||
|
||||
vcg::tri::io::PlyInfo pi;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user