ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/bsdf.h
(Generate patch)

Comparing ray/src/common/bsdf.h (file contents):
Revision 2.4 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 2.5 by greg, Fri Feb 18 02:41:55 2011 UTC

# Line 224 | Line 224 | extern SDError         SDinvXform(RREAL iMtx[3][3], RREAL vMt
224   extern SDError          SDmapDir(FVECT resVec, RREAL vMtx[3][3],
225                                          const FVECT inpVec);
226  
227 + /* System-specific BSDF loading routine (not part of our library) */
228 + extern SDData           *loadBSDF(char *name);
229 +
230 + /* System-specific BSDF error translator (not part of our library) */
231 + extern char             *transSDError(SDError ec);
232 +
233   /*################################################################*/
234   /*######### DEPRECATED DEFINITIONS AWAITING PERMANENT REMOVAL #######*/
235   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines