ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rpict.c
(Generate patch)

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.14 by greg, Mon Sep 21 12:07:52 1992 UTC vs.
Revision 2.16 by greg, Tue Oct 6 12:30:07 1992 UTC

# Line 63 | Line 63 | int  ambounce = 0;                     /* ambient bounces */
63   char  *amblist[128];                    /* ambient include/exclude list */
64   int  ambincl = -1;                      /* include == 1, exclude == 0 */
65  
66 + #ifdef MSDOS
67 + int  ralrm = 60;                        /* seconds between reports */
68 + #else
69   int  ralrm = 0;                         /* seconds between reports */
70 + #endif
71  
72   double  pctdone = 0.0;                  /* percentage done */
73  
# Line 498 | Line 502 | int  x, y;
502   int  xlen, ylen;
503   int  b;
504   {
501        extern double  fabs();
505          double  ratio;
506          double  z;
507          COLOR  ctmp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines