Changeset 4298 in orxonox.OLD for orxonox/branches/physics/src/lib/graphics
- Timestamp:
- May 26, 2005, 2:03:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/lib/graphics/light.h
r3603 r4298 11 11 #define _LIGHT_H 12 12 13 #include " world_entity.h"13 #include "p_node.h" 14 14 #include "glincl.h" 15 15 … … 21 21 22 22 //! A class that handles Lights. The LightManager operates on this. 23 class Light : public WorldEntity23 class Light : public PNode 24 24 { 25 25 public:
Note: See TracChangeset
for help on using the changeset viewer.