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.14 by greg, Fri May 20 02:06:38 2011 UTC vs.
Revision 2.15 by greg, Tue Nov 6 01:04:23 2012 UTC

# Line 117 | Line 117 | typedef struct {
117  
118   extern MESH     *getmesh(char *mname, int flags);
119   extern MESHINST *getmeshinst(OBJREC *o, int flags);
120 + extern int      nextmeshtri(OBJECT *tip, MESH *mp);
121   extern int      getmeshtrivid(int32 tvid[3], OBJECT *mo,
122                                  MESH *mp, OBJECT ti);
123   extern int      getmeshvert(MESHVERT *vp, MESH *mp, int32 vid, int what);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines