119 |
|
|
120 |
|
int hres, vres; /* resolution for this frame */ |
121 |
|
|
122 |
+ |
extern void sskip_ray(RAY *r, double h, double v); |
123 |
+ |
|
124 |
|
static VIEW lastview; /* the previous view input */ |
125 |
|
|
126 |
|
static void report(int); |
476 |
|
/* fill bar */ |
477 |
|
fillscanbar(scanbar, zbar, hres, ypos, ystep); |
478 |
|
if (srcdrawing) /* add bitty sources */ |
479 |
< |
drawsources((COLORV **)scanbar, 3, zbar, 0, hres, ypos, ystep); |
479 |
> |
drawsources((COLORV **)scanbar, out_prims, zbar, 0, hres, ypos, ystep); |
480 |
|
/* write it out */ |
481 |
|
#ifdef SIGCONT |
482 |
|
signal(SIGCONT, SIG_IGN); /* don't interrupt writes */ |