| 25 |
|
/* sampling order */ |
| 26 |
|
static int samp_order = 6; |
| 27 |
|
/* super-sampling threshold */ |
| 28 |
< |
const double ssamp_thresh = 0.35; |
| 28 |
> |
const double ssamp_thresh = 0.25; |
| 29 |
|
/* number of super-samples */ |
| 30 |
|
#ifndef NSSAMP |
| 31 |
< |
#define NSSAMP 64 |
| 31 |
> |
#define NSSAMP 256 |
| 32 |
|
#endif |
| 33 |
|
/* limit on number of RBF lobes */ |
| 34 |
|
static int lobe_lim = 15000; |
| 633 |
|
switch (argv[i][1]) { /* get options */ |
| 634 |
|
case 'e': |
| 635 |
|
scompile(argv[++i], NULL, 0); |
| 636 |
+ |
if (single_plane_incident < 0) |
| 637 |
+ |
single_plane_incident = 0; |
| 638 |
|
break; |
| 639 |
|
case 'f': |
| 640 |
|
if (!argv[i][2]) { |