Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2007, 8:12:01 AM (18 years ago)
Author:
landauf
Message:

good morning everybody!
did some changes in the steering of SpaceShip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/WorldEntity.h

    r646 r647  
    133133      void registerAllVariables();
    134134
    135     private:
    136       Ogre::SceneNode* node_;
    137       static unsigned int worldEntityCounter_s;
    138 
    139       bool bStatic_;
    140135      Vector3 velocity_;
    141136      Vector3 acceleration_;
     
    143138      Radian rotationRate_;
    144139      Radian momentum_;
     140
     141    private:
     142      static unsigned int worldEntityCounter_s;
     143      Ogre::SceneNode* node_;
     144      bool bStatic_;
    145145  };
    146146}
Note: See TracChangeset for help on using the changeset viewer.