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.1 by greg, Mon Mar 30 18:28:35 2020 UTC vs.
Revision 2.3 by greg, Thu Apr 2 22:14:01 2020 UTC

# Line 88 | Line 88 | Scene *                loadOBJ(Scene *sc, const char *fspec);
88   /* Duplicate a scene */
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 */
96   void            addComment(Scene *sc, const char *comment);
97  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines