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

Comparing ray/src/cv/bsdfrep.h (file contents):
Revision 2.11 by greg, Sat Nov 9 05:47:49 2013 UTC vs.
Revision 2.12 by greg, Wed Feb 19 05:16:06 2014 UTC

# Line 186 | Line 186 | extern void            build_mesh(void);
186   /* Find edge(s) for interpolating the given vector, applying symmetry */
187   extern int              get_interp(MIGRATION *miga[3], FVECT invec);
188  
189 + /* Advect and allocate new RBF along edge (internal call) */
190 + extern RBFNODE *        e_advect_rbf(const MIGRATION *mig,
191 +                                        const FVECT invec, int lobe_lim);
192 +
193   /* Partially advect between recorded incident angles and allocate new RBF */
194   extern RBFNODE *        advect_rbf(const FVECT invec, int lobe_lim);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines