| # | Line 23 | Line 23 | double glowdist = FHUGE; /* glow test distance */ | |
|---|---|---|
| 23 | ||
| 24 | double emult = 1.; /* emitter multiplier */ | |
| 25 | ||
| 26 | < | FILE *matfp = stdout; /* material output file */ |
| 26 | > | FILE *matfp; /* material output file */ |
| 27 | ||
| 28 | int r_comment(), r_cone(), r_cyl(), r_face(), r_ies(), r_ring(), r_sph(); | |
| 29 | char *material(), *object(), *addarg(); | |
| # | Line 34 | Line 34 | int argc; | |
| 34 | char *argv[]; | |
| 35 | { | |
| 36 | int i; | |
| 37 | + | |
| 38 | + | matfp = stdout; |
| 39 | /* print out parser version */ | |
| 40 | printf("## Translated from MGF Version %d.%d\n", MG_VMAJOR, MG_VMINOR); | |
| 41 | /* initialize dispatch table */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |