#include <NBF.h>
Inheritance diagram for NBFInterpolatedAnimation:
Public Attributes | |
uint_t | numKeys |
Specifies the number of key frames. More... | |
uint_t | keys |
Specifies the file offset to the key frames. As specified in the NBF format, a key is a 32-bit unsigned integer value. More... |
A NBFInterpolatedAnimation serves as base class only and needs to be considered in conjunction with either NBFTrafoAnimation or NBFVNVectorAnimation.
Concrete object codes valid for a NBFInterpolatedAnimation are NBF_LINEAR_INTERPOLATED_TRAFO_ANIMATION and NBF_LINEAR_INTERPOLATED_VNVECTOR_ANIMATION. Further concrete object codes valid for NBFInterpolatedAnimation objects are subject to future extensions of the NBF format.
|
Specifies the number of key frames.
|
|
Specifies the file offset to the key frames. As specified in the NBF format, a key is a 32-bit unsigned integer value.
|