Changeset 97
- Timestamp:
- 10/17/07 00:26:51 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/OpenMeshD/OpenMesh/Apps/Subdivider/adaptive_subdivider.d
r95 r97 476 476 "\texplicitely (optional 2nd parameter of command line).\n\n"); 477 477 dout.writef( "Options:\n"); 478 dout.writef( "-m <int>\n\tAdaptively refine up to approx. <int> vertices.\n" 479 "-n <int>\n\tAdaptively refine <int> times.\n" 478 dout.writef( "-n <int>\n\tAdaptively refine <int> times.\n" 479 "-m <int>\n\tAdaptively refine up to approx. <int> vertices.\n" 480 "-l\tUse rule sequence for adaptive Loop.\n" 481 "-s\tUse rule sequence for adaptive sqrt(3).\n" 482 "-U\tRefine mesh uniformly (simulates uniform subdivision).\n" 480 483 "-r <rule sequence>\n\tDefine a custom rule sequence.\n" 481 " -l\n\tUse rule sequence for adaptive Loop.\n"482 " -s\n\tUse rule sequence for adaptive sqrt(3).\n"483 " -U\n\tRefine mesh uniformly (simulates uniform subdivision).\n").flush;484 "\tAvailable rules are:\n" 485 "\t\t Tvv3, Tvv4, VF, FF, FFc, FV, FVc,\n" 486 "\t\t VV, VVc, VE, VdE, VdEc, EV, EVc, EF, FE, EdE, EdEc\n\n").flush; 484 487 } 485 488
