Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 6, 2008, 6:06:32 PM (16 years ago)
Author:
rgrieder
Message:
  • added a Factory to create OverlayElements by the ourselves
  • added a 3D ogre head to demonstrate the ability to use 3D content in an Overlay (could be used in a radar or whatever needs 3D)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud2/src/orxonox/hud/Bar.cc

    r991 r1000  
    2525*
    2626*/
     27
     28#include "OrxonoxStableHeaders.h"
    2729
    2830#include <OgreOverlayManager.h>
     
    9496
    9597  SmartBar::SmartBar(Ogre::Real left, Ogre::Real top, Ogre::Real width, Ogre::Real height,
    96         int dir, std::string name) : Bar::Bar(left, top, width, height, dir, Bar::YELLOW, name){
     98        int dir, std::string name) : Bar(left, top, width, height, dir, Bar::YELLOW, name){
    9799  }
    98100
Note: See TracChangeset for help on using the changeset viewer.