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

Comparing ray/src/common/objutil.h (file contents):
Revision 2.2 by greg, Thu Apr 2 20:44:15 2020 UTC vs.
Revision 2.4 by greg, Sat Apr 18 17:10:33 2020 UTC

# Line 89 | Line 89 | Scene *                loadOBJ(Scene *sc, const char *fspec);
89   Scene *         dupScene(const Scene *sc);
90  
91   /* Transform entire scene */
92 + int             xfScene(Scene *sc, int xac, char *xav[]);
93   int             xfmScene(Scene *sc, const char *xfm);
94  
95   /* Add a descriptive comment */
# Line 150 | Line 151 | int            changeGroup(Scene *sc, const char *gname,
151   /* Change material for the indicated faces */
152   int             changeMaterial(Scene *sc, const char *mname,
153                                          int flreq, int flexc);
153
154 /* Grab texture coord's/normals from another object via ray tracing */
155 #define GET_TEXTURE             01
156 #define GET_NORMALS             02
157 int             traceSurface(Scene *sc, int flreq, int flexc,
158                                const char *oct, int what);
154  
155   /* Free a scene */
156   void            freeScene(Scene *sc);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines