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

Comparing ray/src/rt/initotypes.c (file contents):
Revision 2.16 by greg, Mon Oct 8 18:07:57 2007 UTC vs.
Revision 2.17 by greg, Fri Feb 18 00:40:25 2011 UTC

# Line 61 | Line 61 | initotypes(void)                       /* initialize ofun array */
61          ofun[MAT_DIRECT2].funp = m_direct;
62          ofun[MAT_CLIP].funp = m_clip;
63          ofun[MAT_BRTDF].funp = m_brdf;
64 +        ofun[MAT_BSDF].funp = m_bsdf;
65          ofun[MAT_PFUNC].funp =
66          ofun[MAT_MFUNC].funp =
67          ofun[MAT_PDATA].funp =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines