| # | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 12 | #include "octree.h" | |
| 13 | #include "object.h" | |
| 14 | #include "otypes.h" | |
| 15 | – | #include "paths.h" |
| 15 | #include "resolu.h" | |
| 16 | #include "oconv.h" | |
| 17 | ||
| # | Line 20 | Line 19 | static const char RCSid[] = "$Id$"; | |
| 19 | ||
| 20 | #define MAXOBJFIL 255 /* maximum number of scene files */ | |
| 21 | ||
| 23 | – | char *progname; /* argv[0] */ |
| 24 | – | |
| 22 | int nowarn = 0; /* supress warnings? */ | |
| 23 | ||
| 24 | int objlim = 6; /* # of objects before split */ | |
| # | Line 54 | Line 51 | main( /* convert object files to an octree */ | |
| 51 | OBJECT startobj; | |
| 52 | int i; | |
| 53 | ||
| 54 | < | progname = argv[0] = fixargv0(argv[0]); |
| 54 | > | fixargv0(argv[0]); /* sets global progname */ |
| 55 | ||
| 56 | ot_initotypes(); | |
| 57 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |