# | Line 289 | Line 289 | rpict( /* generate image(s) */ | |
---|---|---|
289 | do { | |
290 | if (seq && nextview(stdin) == EOF) | |
291 | break; | |
292 | + | lastview.type *= seq > 1; |
293 | pctdone = 0.0; | |
294 | if (pout != NULL) { | |
295 | int myfd; | |
# | Line 701 | Line 702 | pixvalue( /* compute pixel value */ | |
702 | return(0.0); | |
703 | ||
704 | rayorigin(&thisray, PRIMARY, NULL, NULL); | |
705 | < | #ifdef SSKIPOPT |
705 | < | sskip_ray(&thisray, hpos, vpos); /* source skip hack */ |
706 | < | #endif |
705 | > | |
706 | rayvalue(&thisray); /* trace ray */ | |
707 | /* -> color */ | |
708 | scolor_out(col, out_prims, thisray.rcol); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |