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.9 by gwlarson, Mon Dec 28 18:07:36 1998 UTC vs.
Revision 3.10 by gwlarson, Tue Jan 5 16:52:39 1999 UTC

# Line 99 | Line 99 | typedef struct _FUNC {
99   #define QT_FLAG_SET_MODIFIED(f)   ((f) |= QT_MODIFIED)
100  
101   #define qtSubdivide(qt) (qt = qtAlloc(),QT_CLEAR_CHILDREN(qt))
102 < #define qtSubdivide_tri(v0,v1,v2,a,b,c) (EDGE_MIDPOINT(a,v0,v1), \
103 <                                         EDGE_MIDPOINT(b,v1,v2), \
104 <                                         EDGE_MIDPOINT(c,v2,v0))
102 > #define qtSubdivide_tri(v0,v1,v2,a,b,c) (EDGE_MIDPOINT(a,v1,v2), \
103 >                                         EDGE_MIDPOINT(b,v2,v0), \
104 >                                         EDGE_MIDPOINT(c,v0,v1))
105  
106   extern QUADTREE  qtnewleaf(), qtaddelem(), qtdelelem();
107  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines