Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2005, 4:50:55 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/world_entities: AimingTurrets zoom in to the selected Entities… looks quite good, if i may say so, but it is quite buggy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/src/world_entities/weapons/aim.h

    r5559 r5560  
    1414class Material;
    1515class TiXmlElement;
     16template<class T> class tAnimation;
    1617
    1718//! An Aim for zooming in on Targets.
     
    4142   Material*        material;             //!< a material for the Aim.
    4243   float            rotationSpeed;        //!< Speed of the Rotation.
     44   tAnimation<Aim>* anim;
    4345};
    4446
Note: See TracChangeset for help on using the changeset viewer.