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.5 by greg, Wed Aug 24 19:55:58 2022 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 32 | Line 32 | typedef struct {
32          short           format;                 /* decoded format */
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 */
35 >        short           hdrflags;               /* header i/o flags */
36          char            inpfmt[MAXFMTLEN];      /* format from header */
37          RESOLU          res;                    /* input resolution */
38   } NORMCODEC;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines