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.8 by greg, Fri Jun 27 06:53:21 2003 UTC vs.
Revision 2.12 by greg, Fri Jan 30 00:08:31 2004 UTC

# Line 6 | Line 6
6   */
7   #ifndef _RAD_MESH_H_
8   #define _RAD_MESH_H_
9 +
10 + #include "lookup.h"
11 +
12   #ifdef __cplusplus
13   extern "C" {
14   #endif
15  
13 #include "lookup.h"
14
16   #ifndef BYTE
17   #define BYTE    unsigned char
18   #endif
# Line 66 | 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;
# Line 135 | Line 136 | extern void    writemesh(MESH *mp, FILE *fp);
136   }
137   #endif
138   #endif /* _RAD_MESH_H_ */
138

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines