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.14 by greg, Wed Mar 12 17:26:58 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines