Subversion Repositories gelsvn

Rev

Rev 216 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 216 Rev 293
Line 54... Line 54...
54
						 << "the volume is in short, float, unsigned short or unsigned\n"
54
						 << "the volume is in short, float, unsigned short or unsigned\n"
55
						 << "byte format" << endl;
55
						 << "byte format" << endl;
56
				exit(0);
56
				exit(0);
57
		}
57
		}
58
 
58
 
59
		cuberille = ae.extract("-c");
59
		cuberille = ae.extract("-C");
60
		ae.extract("-i", iso);
60
		ae.extract("-i", iso);
61
		int X  = 128;
61
		int X  = 128;
62
		ae.extract("-x", X);
62
		ae.extract("-x", X);
63
		int Y  = 128;
63
		int Y  = 128;
64
		ae.extract("-y", Y);
64
		ae.extract("-y", Y);
65
		int Z  = 62;
65
		int Z  = 62;
66
		ae.extract("-z", Z);
66
		ae.extract("-z", Z);
67
		
67
		
68
		ofile = "isosurf.x3d";
68
		ofile = "isosurf.obj";
69
		ae.extract("-o", ofile);
69
		ae.extract("-o", ofile);
70
		file = ae.get_last_arg();
70
		file = ae.get_last_arg();
71
 
71
 
72
		if(ae.extract("-S"))
72
		if(ae.extract("-S"))
73
		{
73
		{