Main Page | File List

rt_light.h

Go to the documentation of this file.
00001 
00012 #ifndef __RT_LIGHT__
00013 #define __RT_LIGHT__
00014 
00015 #include "rt_vectors.h"
00016 #include "rt_parse.h"
00017 
00018 
00019 class rt_Light{
00020 public:
00030   rt_Light(rt_parse *parser, Vec3f p, Vec3f c, float a1, float a2, float a3);
00031 };
00032 
00033 #endif /* __RT_LIGHT__ */

Generated on Mon Oct 25 15:46:39 2004 for Graphics Project 2 by doxygen 1.3.6