Main Page | File List

rt_material.h

Go to the documentation of this file.
00001 
00012 #ifndef __RT_MATERIAL__
00013 #define __RT_MATERIAL__
00014 
00015 #include "rt_vectors.h"
00016 #include "rt_parse.h"
00017 
00018 
00019 class rt_Material {
00020 public:
00035   rt_Material( rt_parse *parser, char *texture_name, Vec3f diffuse_color, 
00036                Vec3f specular_color, 
00037                float shininess, Vec3f transparent_color, 
00038                Vec3f reflective_color, float refraction_index);
00039 
00040 };
00041 
00042 #endif /* __RT_MATERIAL__ */
00043 

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