Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2007, 6:03:54 PM (16 years ago)
Author:
landauf
Message:

added some randomly generated (rotating) asteroids

File:
1 edited

Legend:

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

    r589 r622  
    123123          { return this->node_->getOrientation(); }
    124124
     125      inline void setStatic(bool bStatic)
     126          { this->bStatic_ = bStatic; }
     127      inline bool isStatic()
     128          { return this->bStatic_; }
     129
    125130    protected:
    126131      void registerAllVariables();
Note: See TracChangeset for help on using the changeset viewer.