| 13 |
|
#include "rtprocess.h" /* getpid() */ |
| 14 |
|
#include "platform.h" |
| 15 |
|
#include "RpictSimulManager.h" |
| 16 |
+ |
#include "func.h" |
| 17 |
|
|
| 17 |
– |
extern char *progname; /* argv[0] */ |
| 18 |
|
const char *sigerr[NSIG]; /* signal error messages */ |
| 19 |
|
char *errfile = NULL; /* error output file */ |
| 20 |
|
|
| 54 |
|
"HessianAmbientCache\nAmbientAveraging\nAmbientValueSharing\n" \ |
| 55 |
|
"PixelJitter\nPixelSampling\nPixelMotion\nPixelDepthOfField\n" \ |
| 56 |
|
"SmallSourceDrawing\nViewSequence\nProgressReporting\n" \ |
| 57 |
< |
"AdaptiveShadowTesting\nOutputs=v,l\n" \ |
| 57 |
> |
"AdaptiveShadowTesting\nOutputFormats=f,c\nOutputs=v,l\n" \ |
| 58 |
|
"OutputCS=RGB,XYZ,prims,spec\n" |
| 59 |
|
|
| 60 |
|
void |
| 107 |
|
strcat(RFeatureList, RXPICT_FEATURES); |
| 108 |
|
if (argc > 1 && !strcmp(argv[1], "-features")) |
| 109 |
|
return feature_status(argc-2, argv+2); |
| 110 |
+ |
/* initialize calcomp routines */ |
| 111 |
+ |
initfunc(); |
| 112 |
|
/* set defaults */ |
| 113 |
|
default_options(); |
| 114 |
|
/* option city */ |