ITrack implementation for linear CRGBA keyframer. More...
#include <track_keyframer.h>
Inherits ITrackKeyFramer< CKeyRGBA >.
Inherited by NL3D::CTrackKeyFramerLinearRGBA.
Public Member Functions | |
| virtual void | evalKey (const CKeyRGBA *previous, const CKeyRGBA *next, TAnimationTime datePrevious, TAnimationTime, TAnimationTime date, IAnimatedValue &result) |
| From ITrackKeyFramer. | |
ITrack implementation for linear CRGBA keyframer.
Definition at line 591 of file track_keyframer.h.
| virtual void NL3D::CTrackKeyFramerLinear< CKeyRGBA, NLMISC::CRGBA >::evalKey | ( | const CKeyRGBA * | previous, | |
| const CKeyRGBA * | next, | |||
| TAnimationTime | datePrevious, | |||
| TAnimationTime | , | |||
| TAnimationTime | date, | |||
| IAnimatedValue & | result | |||
| ) | [inline, virtual] |
From ITrackKeyFramer.
Implements NL3D::ITrackKeyFramer< CKeyRGBA >.
Definition at line 596 of file track_keyframer.h.
References NLMISC::CRGBA::blendFromui(), NLMISC::clamp(), NL3D::CKey< T >::OODeltaTime, NL3D::CKey< T >::Value, and NL3D::CAnimatedValueBlendable< NLMISC::CRGBA >::Value.
1.6.1