Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2009, 2:12:57 PM (15 years ago)
Author:
Naaduun
Message:

=added dynamic libs to orxonox/tools. changed humancontroller to use mouseview

File:
1 edited

Legend:

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

    r2913 r2942  
    3737#include "core/OrxonoxClass.h"
    3838
     39#include <string>
    3940#include <OgreSceneNode.h>
    4041#include <OgreEntity.h>
     42#include <OgreManualObject.h>
     43#include "orxonox/tools/DynamicLines.h"
    4144
    4245namespace orxonox
     
    5558        };
    5659
     60
    5761    public:
    5862        RadarViewable();
    59         virtual ~RadarViewable() { }
     63        virtual ~RadarViewable();
    6064
    6165        inline void setRadarObjectCamouflage(float camouflage)
     
    96100        Ogre::SceneNode * MapNode_;
    97101        Ogre::Entity * MapEntity_;
    98 
     102        DynamicLines* line_;
     103        void addMapEntity();
     104        void updateMapPosition();
    99105    private:
    100106        void validate(const WorldEntity* object) const
     
    107113        }
    108114
     115       
     116        std::string uniqueId_;
     117
    109118        float radarObjectCamouflage_;
    110119        Shape radarObjectShape_;
Note: See TracChangeset for help on using the changeset viewer.