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

Comparing ray/src/common/mesh.h (file contents):
Revision 2.9 by schorsch, Mon Jul 14 22:23:59 2003 UTC vs.
Revision 2.10 by greg, Tue Aug 26 04:24:26 2003 UTC

# Line 67 | Line 67 | typedef struct {
67                  BYTE            v3;             /* local vertex */
68          }               *j2tri;         /* double joiner triangles */
69          short           nverts;         /* vertex count */
70 <        short           ntris;          /* triangle count */
70 >        short           ntris;          /* local triangle count */
71          short           nj1tris;        /* joiner triangle count */
72          short           nj2tris;        /* double joiner triangle count */
73   } MESHPATCH;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines