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

Comparing ray/src/rt/func.h (file contents):
Revision 2.8 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 2.9 by greg, Sat Jun 9 07:16:47 2012 UTC

# Line 18 | Line 18 | extern "C" {
18   typedef struct {
19          EPNODE  *ep[MAXEXPR+1];         /* NULL-terminated expression list */
20          char  *ctx;                     /* context (from file name) */
21 <        XF  *f, *b;                     /* forward and backward transforms */
21 >        XF  *fxp, *bxp;                 /* forward and backward transforms */
22   } MFUNC;                        /* material function */
23  
24   extern XF  unitxf;              /* identity transform */
25   extern XF  funcxf;              /* current transform */
26  
27 <
27 > extern void     initfunc(void);
28   extern MFUNC    *getfunc(OBJREC *m, int ff, unsigned int ef, int dofwd);
29   extern void     freefunc(OBJREC *m);
30   extern int      setfunc(OBJREC *m, RAY *r);
31 + extern int      worldfunc(char *ctx, RAY *r);
32   extern void     loadfunc(char *fname);
33  
34          /* defined in noise3.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines