#include <NBF.h>
Inheritance diagram for NBFFramedAnimation:
Public Attributes | |
uint_t | numFrames |
Specifies the number of animation frames. In conjunction with a NBFTrafoAnimation, this corresponds to the number of trafo_t objects stored with a NBFTrafoAnimation. In conjunction with a NBFVNVectorAnimation, this corresponds to the number of vertex/normal sets stored with a NBFVNVectorAnimation. More... |
A NBFFramedAnimation serves as base class only and needs to be considered in conjunction with either NBFTrafoAnimation or NBFVNVectorAnimation.
Concrete object codes valid for a NBFFramedAnimation are NBF_FRAMED_TRAFO_ANIMATION and NBF_FRAMED_VNVECTOR_ANIMATION. Further concrete object codes valid for NBFFramedAnimation objects are subject to future extensions of the NBF format.
|
Specifies the number of animation frames.
|