Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10297 in orxonox.OLD for branches/playability/src/util/track/track.h


Ignore:
Timestamp:
Jan 20, 2007, 9:27:04 PM (17 years ago)
Author:
bknecht
Message:

track now works a bit can be partly used now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/util/track/track.h

    r10284 r10297  
    2525   void addPoint(float x, float y, float z);
    2626   void addPointV(Vector newPoint);
     27   void setSpeed(float speed);
    2728
    2829   //void finalize();
     
    3334   PNode* getTrackNode();
    3435   
    35    void drawGraph(float dt) const;
     36//   void drawGraph(float dt) const;
    3637     
    3738   //float                 startingTime;         //!< The time at which this Track begins.
Note: See TracChangeset for help on using the changeset viewer.