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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.42 by greg, Sun Jul 26 18:36:17 2009 UTC vs.
Revision 2.43 by greg, Sat Feb 19 05:06:24 2011 UTC

# Line 914 | Line 914 | initotypes(void)                       /* initialize ofun[] array */
914          ofun[MAT_DIELECTRIC].funp = m_dielectric;
915          ofun[MAT_INTERFACE].funp = m_interface;
916          ofun[MAT_MIST].funp = m_mist;
917 +        ofun[MAT_BSDF].funp = addxform;
918          ofun[PAT_CTEXT].funp =
919          ofun[PAT_BTEXT].funp =
920          ofun[MIX_TEXT].funp = text;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines