Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2010, 2:31:14 PM (14 years ago)
Author:
scheusso
Message:

removed some bindings to map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hudelements/src/orxonox/interfaces/RadarViewable.h

    r5781 r6716  
    8888            { return this->radarObjectShape_; }
    8989
    90 /*
    91         inline void setMapNode(Ogre::SceneNode * node)
    92             { this->MapNode_ = node; }
    93         inline Ogre::SceneNode * getMapNode() const
    94             { return this->MapNode_; }
    95         inline void setMapEntity(Ogre::Entity * ent)
    96             { this->MapEntity_ = ent; }
    97         inline Ogre::Entity * getMapEntity() const
    98             { return this->MapEntity_; }
    99 */
    100         //Used for Map
    101         Ogre::SceneNode * MapNode_;
    102         Ogre::Entity * MapEntity_;
    103         Ogre::DynamicLines* line_;
    104         Ogre::SceneNode * LineNode_;
    105         void addMapEntity();
    106         void updateMapPosition();
     90
    10791        bool isHumanShip_;
    10892        inline const std::string& getUniqueId()
Note: See TracChangeset for help on using the changeset viewer.