Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10549 in orxonox.OLD for trunk/src/world_entities/mount_point.h


Ignore:
Timestamp:
Jan 31, 2007, 6:30:06 AM (17 years ago)
Author:
patrick
Message:

more on mounting weapons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/mount_point.h

    r10540 r10549  
    2828    void debugDraw() const;
    2929
     30    inline const Vector& getCenter() { return this->_center; }
    3031
    3132    void mount(PNode* entity);
     
    3940    std::string          _description; //!< string containing an optional description
    4041
     42    Vector               _center;
     43    Vector               _up;
     44    Vector               _forward;
     45
    4146};
    4247
Note: See TracChangeset for help on using the changeset viewer.