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.18 by greg, Tue Nov 10 21:24:34 1992 UTC vs.
Revision 2.20 by greg, Thu Nov 19 20:25:57 1992 UTC

# Line 45 | Line 45 | double shadthresh = .05;               /* shadow threshold */
45   double  shadcert = .5;                  /* shadow certainty */
46   int  directrelay = 1;                   /* number of source relays */
47   int  vspretest = 512;                   /* virtual source pretest density */
48 < int  directinvis = 0;                   /* sources invisible? */
48 > int  directvis = 1;                     /* sources visible? */
49   double  srcsizerat = .25;               /* maximum ratio source size/dist. */
50  
51   double  specthresh = .15;               /* specular sampling threshold */
# Line 596 | Line 596 | char  *oldfile;
596          setmode(fileno(fp), O_BINARY);
597   #endif
598                                  /* discard header */
599 <        getheader(fp, NULL);
599 >        getheader(fp, NULL, NULL);
600                                  /* get picture size */
601          if (!fscnresolu(&x, &y, fp)) {
602                  sprintf(errmsg, "bad recover file \"%s\"", oldfile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines