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

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.13 by greg, Wed Mar 12 04:59:04 2003 UTC vs.
Revision 2.15 by schorsch, Thu Jun 5 19:29:34 2003 UTC

# Line 25 | Line 25 | char  *progname;                       /* argv[0] */
25  
26   int  nowarn = 0;                        /* supress warnings? */
27  
28 < int  objlim = 5;                        /* # of objects before split */
28 > int  objlim = 6;                        /* # of objects before split */
29  
30 < int  resolu = 8192;                     /* octree resolution limit */
30 > int  resolu = 16384;                    /* octree resolution limit */
31  
32   CUBE  thescene = {EMPTY, {0.0, 0.0, 0.0}, 0.0};         /* our scene */
33  
# Line 85 | Line 85 | char  *argv[];
85                          break;
86                  }
87   breakopt:
88 < #ifdef MSDOS
89 <        setmode(fileno(stdout), O_BINARY);
90 < #endif
88 >        SET_FILE_BINARY(stdout);
89          if (infile != NULL) {           /* get old octree & objects */
90                  if (thescene.cusize > FTINY)
91                          error(USER, "only one of '-b' or '-i'");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines