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

Comparing ray/src/common/octree.h (file contents):
Revision 1.1 by greg, Thu Feb 2 10:34:18 1989 UTC vs.
Revision 1.2 by greg, Sat Oct 14 11:25:18 1989 UTC

# Line 67 | Line 67 | extern CUBE  thescene;                 /* the main scene */
67   #define  OT_EMPTY       0
68   #define  OT_FULL        1
69   #define  OT_TREE        2
70 +                                /* return values for surface functions */
71 + #define  O_MISS         0               /* no intersection */
72 + #define  O_HIT          1               /* intersection */
73 + #define  O_IN           2               /* cube contained entirely */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines