VertRemap removed.

This commit is contained in:
Federico Ponchio 2005-01-14 15:49:42 +00:00
parent 5bdfe060a0
commit e66a97ffd0
1 changed files with 3 additions and 8 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.6 2004/12/01 03:24:30 ponchio
Level 2.
Revision 1.5 2004/10/19 17:04:32 ponchio Revision 1.5 2004/10/19 17:04:32 ponchio
#include <trackball> on the top #include <trackball> on the top
@ -66,7 +69,6 @@ using namespace std;
#include <GL/glu.h> #include <GL/glu.h>
#include <apps/nexus/crude.h> #include <apps/nexus/crude.h>
#include <apps/nexus/vert_remap.h>
using namespace vcg; using namespace vcg;
using namespace nxs; using namespace nxs;
@ -143,13 +145,6 @@ int main(int argc, char *argv[]) {
cerr << "Face remap not found.\n"; cerr << "Face remap not found.\n";
} }
/* VertRemap vert_remap;
if(vert_remap.Load(argv[1])) {
cerr << "Found vert remap.\n";
vremap = true;
}*/
if(!init()) { if(!init()) {
cerr << "Could not init SDL window\n"; cerr << "Could not init SDL window\n";
return -1; return -1;