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

Comparing ray/src/cv/mgflib/parser.h (file contents):
Revision 1.13 by greg, Fri Jul 1 18:06:53 1994 UTC vs.
Revision 1.14 by greg, Thu Jul 21 14:56:36 1994 UTC

# Line 330 | Line 330 | extern MAT4  m4ident;
330  
331                                  /* regular transformation */
332   typedef struct {
333 <        MAT4  xfm;                              /* transform matrix */
334 <        FLOAT  sca;                             /* scalefactor */
333 >        MAT4    xfm;                            /* transform matrix */
334 >        FLOAT   sca;                            /* scalefactor */
335   }  XF;
336  
337   #define identxf(xp)             (void)(setident4((xp)->xfm),(xp)->sca=1.0)
# Line 351 | Line 351 | typedef struct xf_spec {
351          long    xid;                    /* unique transform id */
352          short   xav0;                   /* zeroeth argument in xf_argv array */
353          short   xac;                    /* transform argument count */
354 +        short   rev;                    /* boolean true if vertices reversed */
355          XF      xf;                     /* cumulative transformation */
356          struct xf_array *xarr;          /* transformation array pointer */
357          struct xf_spec  *prev;          /* previous transformation context */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines