Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2009, 7:51:00 PM (15 years ago)
Author:
rgrieder
Message:

Cleaned out DynamicLines and DynamicRenderable classes and put them in the Ogre namespace since that's where they came from (OGRE wiki).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/orxonox/objects/RadarViewable.h

    r3101 r3130  
    105105        Ogre::SceneNode * MapNode_;
    106106        Ogre::Entity * MapEntity_;
    107         DynamicLines* line_;
     107        Ogre::DynamicLines* line_;
    108108        Ogre::SceneNode * LineNode_;
    109109        void addMapEntity();
Note: See TracChangeset for help on using the changeset viewer.