--- ray/src/rt/initotypes.c 2007/10/08 18:07:57 2.16 +++ ray/src/rt/initotypes.c 2011/02/18 00:40:25 2.17 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: initotypes.c,v 2.16 2007/10/08 18:07:57 greg Exp $"; +static const char RCSid[] = "$Id: initotypes.c,v 2.17 2011/02/18 00:40:25 greg Exp $"; #endif /* * Initialize ofun[] list for renderers @@ -61,6 +61,7 @@ initotypes(void) /* initialize ofun array */ ofun[MAT_DIRECT2].funp = m_direct; ofun[MAT_CLIP].funp = m_clip; ofun[MAT_BRTDF].funp = m_brdf; + ofun[MAT_BSDF].funp = m_bsdf; ofun[MAT_PFUNC].funp = ofun[MAT_MFUNC].funp = ofun[MAT_PDATA].funp =