Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8148 in orxonox.OLD for trunk/src/lib/particles/quick_animation.h


Ignore:
Timestamp:
Jun 5, 2006, 12:46:02 PM (18 years ago)
Author:
bensch
Message:

trunk: output of EventListener Nicer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/particles/quick_animation.h

    r7336 r8148  
    7070    //! compares this->position with position @param position pos to compare, @returns true on match.
    7171    bool operator==(float position) { return this->position == position; };
     72    float            position;          //!< The position of thies KeyFrame
    7273    float            value;             //!< The value of this KeyFrame
    73     float            position;          //!< The position of thies KeyFrame
    7474
    7575    static bool sortPositionPredicate(const QuickKeyFrame& key1, const QuickKeyFrame& key2);
Note: See TracChangeset for help on using the changeset viewer.