Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 22, 2007, 9:30:42 PM (17 years ago)
Author:
nicolasc
Message:

visual version of the action box, currently in the track.{cc,h}

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vs-enhencements/src/util/track/track.h

    r10498 r10640  
    3737
    3838   void drawGraph(float dt = 0.01) const;
     39   void drawBox() const;
    3940
    4041   //float                 startingTime;         //!< The time at which this Track begins.
     
    4344   float                 endTime;              //!< The time at which this Track ends.
    4445   float                 width;                //!< Th width of the Path. This tells the Player(s), how far he(they) can go to the left/right.
     46   float                 height;
     47   float                 depth;
     48   float                 stretch;
    4549
    4650   int                   nodeCount;            //!< The count of points this Track has.
Note: See TracChangeset for help on using the changeset viewer.