Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 4, 2005, 11:19:29 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: ability to set a Slots Direction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/weapon_manager.h

    r4964 r4969  
    5757    // setting up the WeaponManager with the following functions
    5858    void setSlotPosition(int slot, const Vector& position);
     59    void setSlotDirection(int slot, const Quaternion& rotation);
    5960    /** @param slot the slot to get the relative position from @returns the relative position of the Carrier to the Slot */
    6061    const Vector& getSlotPosition(int slot) const { return this->currentSlotConfig[slot].position.getRelCoor(); };
Note: See TracChangeset for help on using the changeset viewer.