# | Line 69 | Line 69 | static oputf_t oputo, oputd, oputv, oputV, oputl, opu | |
---|---|---|
69 | oputw, oputW, oputm, oputM, oputtilde; | |
70 | ||
71 | extern void tranotify(OBJECT obj); | |
72 | – | static void setoutput(char *vs); |
72 | static int is_fifo(FILE *fp); | |
73 | static void bogusray(void); | |
74 | static void raycast(RAY *r); | |
# | Line 165 | Line 164 | rtrace( /* trace rays from file */ | |
164 | if (nproc > 1) { /* start multiprocessing */ | |
165 | ray_popen(nproc); | |
166 | ray_fifo_out = printvals; | |
167 | + | ray_pnbatch = 1; /* optimize for throughput */ |
168 | } | |
169 | if (hresolu > 0) { | |
170 | if (vresolu > 0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |