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.1 by greg, Fri Jul 26 16:18:06 2019 UTC vs.
Revision 2.2 by greg, Fri Jul 26 17:04:12 2019 UTC

# Line 17 | Line 17 | extern "C" {
17  
18   #define NORMAL32FMT     "32-bit_encoded_normal"
19  
20 < #define HF_HEADIN       0x1
21 < #define HF_HEADOUT      0x2
22 < #define HF_RESIN        0x4
23 < #define HF_RESOUT       0x8
24 < #define HF_ALL          0xf
25 < #define HF_ENCODE       0x10
20 > #define HF_HEADIN       0x1                     /* expect input header */
21 > #define HF_HEADOUT      0x2                     /* write header to stdout */
22 > #define HF_RESIN        0x4                     /* expect resolution string */
23 > #define HF_RESOUT       0x8                     /* write resolution to stdout */
24 > #define HF_STDERR       0x10                    /* report errors to stderr */
25 > #define HF_ALL          0x1f                    /* all flags above */
26 > #define HF_ENCODE       0x20                    /* we are encoding */
27  
28   /* Structure for encoding/decoding normals */
29   typedef struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines