Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2005, 3:39:28 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: :TrackManager: curves are now being added in a C1-static maner (at least for bezier).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/track_manager.h

    r3335 r3349  
    4646  int nodeCount;             //!< The count of points this TrackElement has.
    4747  char* name;                //!< A name for the Trac.
     48  Vector startPoint;         //!< A Vector that Points to the first point of the containing Curve. (for c1-steadiness)
     49  Vector startTangentPoint;  //!< A Vector that points into the direction of the previous Curve. (for c1-steadiness)
    4850  Curve* curve;              //!< The Curve of this TrackElement
    4951  int childCount;            //!< The number of Children This TrackElement has.
Note: See TracChangeset for help on using the changeset viewer.