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

Comparing ray/src/hd/holo.h (file contents):
Revision 3.17 by gwlarson, Mon Nov 9 17:10:53 1998 UTC vs.
Revision 3.18 by gwlarson, Fri Dec 4 11:37:47 1998 UTC

# Line 75 | Line 75 | typedef struct holo {
75          short   dirty;          /* number of dirty segments */
76          double  tlin;           /* linear range for depth encoding */
77          FVECT   wg[3];          /* wall grid vectors (derived) */
78        double  wo[6];          /* wall grid offsets (derived) */
78          int     wi[6];          /* wall super-indices (derived) */
79          char    *priv;          /* pointer to private client data */
80          BEAM    **bl;           /* beam pointers (memory cache) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines