Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2007, 12:03:26 AM (17 years ago)
Author:
rennerc
Message:

implemented action box

File:
1 edited

Legend:

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

    r10641 r10642  
    1212class PNode;
    1313class TiXmlElement;
     14class ActionBox;
    1415
    1516class Track : public BaseObject
     
    3738
    3839   void drawGraph(float dt = 0.01) const;
    39    void drawBox() const;
    4040
    4141   //float                 startingTime;         //!< The time at which this Track begins.
     
    5353 private:
    5454   void init();
    55 
    56 
     55   
    5756 private:
    5857   CurveType            curveType;              //!< The CurveType the entire TrackSystem will have.
     
    6160   int                  mode;                   //!< Defines the behaviour of the Track.
    6261   bool                 pause;                  //!< Defines if the track runs (false) or not (true)
     62   
     63   ActionBox*           actionBox;
     64   
     65   void addActionBox( float width_2, float height_2, float depth, float stretch );
     66   
     67
    6368};
    6469
Note: See TracChangeset for help on using the changeset viewer.