Changeset 3130 for code/branches/pch/src/orxonox/objects
- Timestamp:
- Jun 9, 2009, 7:51:00 PM (16 years ago)
- Location:
- code/branches/pch/src/orxonox/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/orxonox/objects/RadarViewable.cc
r3110 r3130 29 29 #include "RadarViewable.h" 30 30 31 #include <OgreSceneManager.h> 31 32 #include "util/Debug.h" 32 33 #include "util/Exception.h" … … 101 102 102 103 this->line_->end(); */ 103 this->line_ = new DynamicLines(Ogre::RenderOperation::OT_LINE_LIST);104 this->line_ = new Ogre::DynamicLines(Ogre::RenderOperation::OT_LINE_LIST); 104 105 this->line_->addPoint( Vector3(0,0,0) ); 105 106 this->line_->addPoint( Vector3(0,0,0) ); -
code/branches/pch/src/orxonox/objects/RadarViewable.h
r3101 r3130 105 105 Ogre::SceneNode * MapNode_; 106 106 Ogre::Entity * MapEntity_; 107 DynamicLines* line_;107 Ogre::DynamicLines* line_; 108 108 Ogre::SceneNode * LineNode_; 109 109 void addMapEntity();
Note: See TracChangeset
for help on using the changeset viewer.