src/rcrt/materials/WaterMaterial.h

Go to the documentation of this file.
00001 #ifndef WATERMATERIAL_H_
00002 #define WATERMATERIAL_H_
00003 
00004 class WaterMaterial
00005 {
00006 public:
00007         WaterMaterial();
00008         virtual ~WaterMaterial();
00009 };
00010 
00011 #endif /*WATERMATERIAL_H_*/

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