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.65 by schorsch, Mon Oct 27 10:30:18 2003 UTC vs.
Revision 2.68 by greg, Sun Mar 28 16:31:14 2004 UTC

# Line 9 | Line 9 | static const char RCSid[] = "$Id";
9  
10   #include  "platform.h"
11   #include  "ray.h"
12 + #include  "paths.h"
13  
14   #include  <sys/types.h>
15  
# Line 88 | Line 89 | double minweight = 4e-3;               /* minimum ray weight */
89   char  *ambfile = NULL;                  /* ambient file name */
90   COLOR  ambval = BLKCOLOR;               /* ambient value */
91   int  ambvwt = 0;                        /* initial weight for ambient value */
92 < double  ambacc = 0.15;                  /* ambient accuracy */
92 > double  ambacc = 0.2;                   /* ambient accuracy */
93   int  ambres = 64;                       /* ambient resolution */
94   int  ambdiv = 512;                      /* ambient divisions */
95   int  ambssamp = 128;                    /* ambient super-samples */
# Line 296 | Line 297 | char  *pout, *zout, *prvr;
297                  }
298                  hres = hresolu; vres = vresolu; pa = pixaspect;
299                  if (prvr != NULL) {
300 <                        if (viewfile(prvr, &ourview, &rs) <= 0
300 <                                        || rs.rt != PIXSTANDARD) {
300 >                        if (viewfile(prvr, &ourview, &rs) <= 0) {
301                                  sprintf(errmsg,
302                          "cannot recover view parameters from \"%s\"", prvr);
303                                  error(WARNING, errmsg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines