Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2008, 11:27:09 AM (16 years ago)
Author:
FelixSchulthess
Message:

dot on radar moves now, but not continious (nonsatisfying)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hud3/src/orxonox/objects/SpaceShip.cc

    r1295 r1308  
    432432
    433433    std::string SpaceShip::whereAmI() {
    434         return getConvertedValue<int, std::string>(SpaceShip::instance_s->getPosition().x)
    435         + "  " + getConvertedValue<int, std::string>(SpaceShip::instance_s->getPosition().y)
    436         + "  " + getConvertedValue<int, std::string>(SpaceShip::instance_s->getPosition().z);
     434        return getConvertedValue<float, std::string>(SpaceShip::instance_s->getPosition().x)
     435        + "  " + getConvertedValue<float, std::string>(SpaceShip::instance_s->getPosition().y)
     436        + "  " + getConvertedValue<float, std::string>(SpaceShip::instance_s->getPosition().z);
    437437    }
    438438
Note: See TracChangeset for help on using the changeset viewer.