Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 8:02:30 PM (17 years ago)
Author:
nicolasc
Message:

reactivated rotation in hbolt.cc

Location:
branches/playability
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/playability

    • Property svn:ignore
      •  

        old new  
        1010autom4te.cache
        1111aclocal.m4
         12tags
         13test.bmp
         14config.sub
         15config.guess
         16OrxonoxPlayability.kdevses
         17OrxonoxPlayability.kdevelop.pcs
  • branches/playability/src/world_entities/projectiles/hbolt.h

    r9989 r10001  
    3333    virtual void draw (); //const;
    3434
    35     virtual void updateAngle();
     35    virtual void updateAngle(float time);
    3636    inline float getAngle() { return this->angle; };
    3737
     
    4545    float                             angle;
    4646    float                             rotationSpeed;
     47    Vector                            axis;
    4748
    4849    WorldEntity* hitEntity; // FIXME TEMPORARY
Note: See TracChangeset for help on using the changeset viewer.