mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 19:14:42 +00:00
change on Refine method calling
This commit is contained in:
parent
7dd2d46037
commit
99e2029fb1
@ -85,7 +85,10 @@ int main(int argc, char **argv)
|
||||
switch(RefMode){
|
||||
case FLAT: Refine<MyMesh, MidPoint<MyMesh> >(m,MidPoint<MyMesh>(),length); break;
|
||||
case BUTTERFLY: Refine<MyMesh, MidPointButterfly<MyMesh> >(m,MidPointButterfly<MyMesh>(),length); break;
|
||||
case LOOP: Refine<MyMesh, OddPointLoop<MyMesh> >(m,OddPointLoop<MyMesh>(),length); break;
|
||||
case LOOP: RefineOddEvenE<MyMesh, OddPointLoop<MyMesh>, EvenPointLoop<MyMesh> >(m,OddPointLoop<MyMesh>(), EvenPointLoop<MyMesh>(),length); break;
|
||||
|
||||
|
||||
// case LOOP: Refine<MyMesh, EvenPointLoop<MyMesh> >(m, EvenPointLoop<MyMesh>(),length); break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user