Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4298 in orxonox.OLD for orxonox/branches/physics/src/lib


Ignore:
Timestamp:
May 26, 2005, 2:03:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: lights are pNodes not world-entities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/lib/graphics/light.h

    r3603 r4298  
    1111#define _LIGHT_H
    1212
    13 #include "world_entity.h"
     13#include "p_node.h"
    1414#include "glincl.h"
    1515
     
    2121
    2222//! A class that handles Lights. The LightManager operates on this.
    23 class Light : public WorldEntity
     23class Light : public PNode
    2424{
    2525 public:
Note: See TracChangeset for help on using the changeset viewer.