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.29 by greg, Fri Oct 5 19:46:26 2018 UTC vs.
Revision 3.30 by greg, Wed Nov 16 00:12:49 2022 UTC

# Line 79 | Line 79 | typedef struct holo {
79          double  tlin;           /* linear range for depth encoding */
80          FVECT   wg[3];          /* wall grid vectors (derived) */
81          int     wi[6];          /* wall super-indices (derived) */
82 <        char    *priv;          /* pointer to private client data */
82 >        void    *priv;          /* pointer to private client data */
83          BEAM    **bl;           /* beam pointers (memory cache) */
84          BEAMI   bi[1];          /* beam index (extends struct) */
85   } HOLO;                 /* holodeck section */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines