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

Comparing ray/src/rt/ambient.h (file contents):
Revision 2.25 by greg, Tue May 14 17:39:10 2019 UTC vs.
Revision 2.26 by greg, Mon Mar 7 17:52:14 2022 UTC

# Line 16 | Line 16 | extern "C" {
16   */
17   typedef struct ambrec {
18          struct ambrec  *next;   /* next in list */
19        unsigned long  latick;  /* last accessed tick */
19          float  pos[3];          /* position in space */
20          int32  ndir;            /* encoded surface normal */
21          int32  udir;            /* u-vector direction */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines