Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2008, 7:59:37 PM (16 years ago)
Author:
FelixSchulthess
Message:

trying to make it tickable

File:
1 edited

Legend:

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

    r1292 r1295  
    437437    }
    438438
     439    Vector3 SpaceShip::getSPosition() {
     440        return SpaceShip::instance_s->getPosition();
     441    }
     442
     443    Quaternion SpaceShip::getSOrientation() {
     444        return SpaceShip::instance_s->getOrientation();
     445    }
     446
    439447    void SpaceShip::tick(float dt)
    440448    {
Note: See TracChangeset for help on using the changeset viewer.