| 5 |
|
/* |
| 6 |
|
* Common definitions for mkillum |
| 7 |
|
*/ |
| 8 |
+ |
|
| 9 |
+ |
#include "standard.h" |
| 10 |
+ |
|
| 11 |
+ |
#include "object.h" |
| 12 |
+ |
|
| 13 |
+ |
#include "otypes.h" |
| 14 |
+ |
|
| 15 |
|
/* illum flags */ |
| 16 |
|
#define IL_FLAT 0x1 /* flat surface */ |
| 17 |
|
#define IL_LIGHT 0x2 /* light rather than illum */ |
| 24 |
|
char matname[MAXSTR]; /* illum material name */ |
| 25 |
|
char datafile[MAXSTR]; /* distribution data file name */ |
| 26 |
|
int dfnum; /* data file number */ |
| 27 |
< |
char altmatname[MAXSTR]; /* alternate material name */ |
| 27 |
> |
char altmat[MAXSTR]; /* alternate material name */ |
| 28 |
|
int nsamps; /* # of samples in each direction */ |
| 29 |
|
int nalt, nazi; /* # of altitude and azimuth angles */ |
| 30 |
|
FVECT orient; /* coordinate system orientation */ |