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

Comparing ray/src/hd/rhd_sample.h (file contents):
Revision 3.3 by gwlarson, Tue Oct 6 18:21:14 1998 UTC vs.
Revision 3.4 by gwlarson, Wed Nov 11 12:05:36 1998 UTC

# Line 66 | Line 66 | typedef struct samp {
66   #define S_SET_FLAG(s)           SET_FLAG(samp_flag,s)
67   #define S_CLR_FLAG(s)           CLR_FLAG(samp_flag,s)
68  
69 < #define sUnalloc_samp(s,sid)   (S_FREE_SAMP(s) = sid)
69 > #define S_NTH_NEXT(s,n)         S_NTH_W_DIR(s,n)
70 > #define sUnalloc_samp(s,n) (S_NTH_NEXT(s,n) = S_FREE_SAMP(s),S_FREE_SAMP(s)=n)
71   #define sClear_base_points(s)  (S_NEXT_BASE_PT(s) = S_MAX_SAMP(s))
72   #define sClear(s)      sInit(s)
73   /* Max allowed angle of sample dir from current view */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines