src/rcrt/bxdf/BXDFType.h

Go to the documentation of this file.
00001 #ifndef BXDFTYPE_H_
00002 #define BXDFTYPE_H_
00003 
00004 namespace rcrt{
00005 
00006 enum BXDFType {
00007     REFLECTIVE,
00008     TRANSMISSIVE,
00009     BOTH,
00010 };
00011 
00012 }
00013 
00014 #endif /*BXDFTYPE_H_*/

Generated on Thu Jan 31 19:26:19 2008 for RenderingCompetitionRayTracer by  doxygen 1.5.3