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

Comparing ray/src/common/normcodec.h (file contents):
Revision 2.3 by greg, Wed Aug 14 21:00:14 2019 UTC vs.
Revision 2.4 by greg, Thu Nov 7 23:20:28 2019 UTC

# Line 2 | Line 2
2   /*
3   * Definitions and declarations for 32-bit vector normal encode/decode
4   *
5 < *  Include after stdio.h and fvect.h
5 > *  Include after rtio.h and fvect.h
6   *  Includes resolu.h
7   */
8  
# Line 33 | Line 33 | typedef struct {
33          short           swapped;                /* byte-swapped input */
34          long            dstart;                 /* start of data */
35          long            curpos;                 /* current input position */
36 <        int             hdrflags;               /* header i/o flags */
36 >        short           hdrflags;               /* header i/o flags */
37          char            inpfmt[MAXFMTLEN];      /* format from header */
38          RESOLU          res;                    /* input resolution */
39   } NORMCODEC;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines