Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 25, 2005, 11:45:57 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented neg_exp function again. better than ever :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/animation/animation3d.h

    r3868 r3964  
    88#include "vector.h"
    99class PNode;
     10
     11#define DELTA_X_3D 0.05  //!< the percentag of the distance that doesnt have to be done by neg_exp (asymptotical) ~ maschinendelta
    1012
    1113//! KeyFrame3D Struct
     
    6062  Vector tmpVect;        //!< what for??
    6163  float deltaT;          //!< ??
     64  float expFactor;
    6265};
Note: See TracChangeset for help on using the changeset viewer.