Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2005, 3:52:29 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Turret now turns into the dirrection of the Target, projectiles are aligned into this direction too.

File:
1 edited

Legend:

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

    r4963 r4964  
    1818    virtual void deactivate();
    1919
     20    virtual void tick(float dt);
    2021    virtual void fire();
    2122    virtual void destroy();
     
    2425
    2526  private:
    26     PNode* objectComponent1;         //<! the gun is made of multiple parts, these PNodes represent their location and orientation
    27 
    28     int leftRight;   // this will become an enum
    2927  };
    3028#endif /* _TURRET_H */
Note: See TracChangeset for help on using the changeset viewer.