#include <NBF.h>
Inheritance diagram for NBFVNVectorAnimation:
Public Attributes | |
uint_t | numVertices |
uint_t | vertexSets |
uint_t | numNormals |
uint_t | normalSets |
A NBFVNVectorAnimation serves as base class only and needs to be considered in conjunction with either NBFFramedAnimation or NBFInterpolatedAnimation.
Concrete object codes valid for a NBFVNVectorAnimation are NBF_FRAMED_VNVECTOR_ANIMATION, and NBF_LINEAR_INTERPOLATED_VNVECTOR_ANIMATION. Further concrete object codes valid for NBFVNVectorAnimation objects are subject to future extensions of the NBF format.
|
Specifies the number of vertices per vertex set. Each vertex set of the actual animation is specified to have the same count of vertices. |
|
Specifies the file offset to the pre-transformed vertex sets for this animation. The vertex sets are stored adjoined to each other in contiguous memory. |
|
Specifies the number of normals per normal set. Each normal set of the actual animation is specified to have the same count of normals. |
|
Specifies the file offset to the pre-transformed normal sets for this animation. The normal sets are stored adjoined to each other in contiguous memory. |