OM/Apps/VDProgMeshes/Synthesizer: enable adaptive mode per default. more help. + - switched

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@292 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Ellen Dekkers
2010-03-02 11:01:51 +00:00
parent 4142d0e863
commit bdac0b5daf
3 changed files with 5 additions and 6 deletions

View File

@@ -88,6 +88,7 @@ int main(int argc, char **argv)
<< " Plus : Refine mesh\n"
<< " Home : Coarsen down to base mesh\n"
<< " End : Refine up to finest mesh\n"
<< " a : Switch off / on adaptive refinement\n"
<< "\n";
return app.exec();