================================================================================== NORMAL-BASED SIMPLIFICATION ALGORITHM - NSA (Console Application) Version 1.22a July 23, 2008 Copyright (c) 2003-2008 Frutuoso Silva For the latest version and other information, please visit http://www.di.ubi.pt/~fsilva/nsa/ Frutuoso Silva Department of Computer Science and Engineering University of Beira Interior Rua Marqus d'çvila e Bolama 6200-001 Covilh‹, Portugal ================================================================================== This is my surface simplification algorithm, called NSA. This is a console application which you invoke using the following command: Usage: nsa -N numberoffaces -D InputFilename.[smf|off] OutputFilename.[smf|off] The command line options recognized by NSA are: -N Specify the desired number of faces for the simplified model. -D NSA will output the information about times for the several tasks. This version of NSA supports the *.SMF and *.OFF file formats for input/output. ==================================================================================