#include <track_keyframer.h>
Nevrax France
Definition at line 1045 of file track_keyframer.h.
Public Member Functions | |
| virtual const IAnimatedValue & | getValue () const |
| From ITrack. | |
From ITrackKeyFramer | |
| virtual void | compile () |
| compile (precalc). | |
| virtual void | evalKey (const CKeyTCBQuat *previous, const CKeyTCBQuat *next, TAnimationTime datePrevious, TAnimationTime dateNext, TAnimationTime date) |
| evalKey (runtime). | |
Private Member Functions | |
| void | computeTCBKey (CKeyTCBQuat &keyBefore, CKeyTCBQuat &key, CKeyTCBQuat &keyAfter, float timeBefore, float time, float timeAfter, float rangeDelta, bool firstKey, bool endKey, bool isLoop) |
Private Attributes | |
| CAnimatedValueBlendable< CQuat > | _Value |
|
|
compile (precalc).
Definition at line 1089 of file track_keyframer.h. |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 1179 of file track_keyframer.h. |
|
||||||||||||||||||||||||
|
evalKey (runtime).
Definition at line 1060 of file track_keyframer.h. |
|
|
From ITrack.
Definition at line 1051 of file track_keyframer.h. |
|
|
Definition at line 1176 of file track_keyframer.h. |
1.3.6