--- ray/src/cv/bsdfrep.h 2014/03/12 21:15:31 2.16 +++ ray/src/cv/bsdfrep.h 2014/03/19 19:48:57 2.17 @@ -1,4 +1,4 @@ -/* RCSid $Id: bsdfrep.h,v 2.16 2014/03/12 21:15:31 greg Exp $ */ +/* RCSid $Id: bsdfrep.h,v 2.17 2014/03/19 19:48:57 greg Exp $ */ /* * Definitions for BSDF representation used to interpolate measured data. * @@ -6,6 +6,8 @@ */ #include "bsdf.h" + +#define DEBUG 1 #ifndef GRIDRES #define GRIDRES (1<<8) /* grid resolution per side */