| 18 |
|
|
| 19 |
|
#define OMARGIN (10*FTINY) /* margin around global cube */ |
| 20 |
|
|
| 21 |
< |
#define MAXOBJFIL 127 /* maximum number of scene files */ |
| 21 |
> |
#define MAXOBJFIL 255 /* maximum number of scene files */ |
| 22 |
|
|
| 23 |
|
char *progname; /* argv[0] */ |
| 24 |
|
|
| 28 |
|
|
| 29 |
|
int resolu = 16384; /* octree resolution limit */ |
| 30 |
|
|
| 31 |
< |
CUBE thescene = {EMPTY, {0.0, 0.0, 0.0}, 0.0}; /* our scene */ |
| 31 |
> |
CUBE thescene = {{0.0, 0.0, 0.0}, 0.0, EMPTY}; /* our scene */ |
| 32 |
|
|
| 33 |
|
char *ofname[MAXOBJFIL+1]; /* object file names */ |
| 34 |
|
int nfiles = 0; /* number of object files */ |