Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2007, 2:10:37 PM (17 years ago)
Author:
nicolasc
Message:

bump

File:
1 edited

Legend:

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

    r10640 r10641  
    4343   float                 duration;             //!< The time used to cross this Track (curve).
    4444   float                 endTime;              //!< The time at which this Track ends.
    45    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;
     45   float                 width;                //!< The width of the action box, next to the player.
     46   float                 height;               //!< The Height of the action box, next to the player
     47   float                 depth;                //!< Depth of the action box
     48   float                 stretch;              //!< multiplyer between w/h at player and w/h at far end of the action box
    4949
    5050   int                   nodeCount;            //!< The count of points this Track has.
Note: See TracChangeset for help on using the changeset viewer.