Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals

/Users/blackie/Documents/myRepository/phobosengine-vc2005/phobosengine/phobosengine/Light.h

Go to the documentation of this file.
00001 
00002 
00003 #ifndef LIGHT_H
00004 #define LIGHT_H
00005 
00006 
00007 #include "Vector4f.h"
00008 
00009 
00010 namespace pge {
00011 
00012         struct Light {
00013                 Vector4f m_position;
00014                 Vector4f m_ambient;
00015                 Vector4f m_diffuse;
00016                 Vector4f m_specular;
00017         };
00018 };
00019 
00020 #endif

Generated on Mon Oct 16 12:08:10 2006 for Phobosengine by doxygen 1.3.4