| # | Line 55 | Line 55 | extern CMATRIX *cm_multiply(const CMATRIX *cm1, const | |
|---|---|---|
| 55 | /* print out matrix as ASCII text -- no header */ | |
| 56 | extern void cm_print(const CMATRIX *cm, FILE *fp); | |
| 57 | ||
| 58 | < | /* Load and convert a matrix BSDF from the given XML file */ |
| 59 | < | extern CMATRIX *cm_loadBSDF(char *fname, COLOR cLamb); |
| 58 | > | /* Load and convert a matrix BTDF from the given XML file */ |
| 59 | > | extern CMATRIX *cm_loadBTDF(char *fname); |
| 60 | ||
| 61 | #ifdef __cplusplus | |
| 62 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |