ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/sm_qtree.h
(Generate patch)

Comparing ray/src/hd/sm_qtree.h (file contents):
Revision 3.5 by gwlarson, Mon Sep 14 10:33:47 1998 UTC vs.
Revision 3.6 by gwlarson, Wed Sep 16 18:16:29 1998 UTC

# Line 69 | Line 69
69   #define QT_SET_PTR(s)          (&((s)[1]))
70  
71  
72 < #define QT_MAXSET        255
72 > #define QT_MAXSET        511
73   #define MAXCSET          2*QT_MAXSET
74   #define QT_MAXCSET       MAXCSET
75   #ifndef QT_SET_THRESHOLD
76 < #define QT_SET_THRESHOLD  80  
76 > #define QT_SET_THRESHOLD  100  
77   #endif
78  
79   #ifndef QT_MAX_LEVELS
80 < #define QT_MAX_LEVELS     17
80 > #define QT_MAX_LEVELS     12
81   #endif
82  
83   #define QT_HIT  -2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines