Stores the keyframe coordinate and normal for a vertex. More...
#include <spAnimationBaseStructures.hpp>
Public Member Functions | |
SVertexKeyframe () | |
SVertexKeyframe (const dim::vector3df &VertexPosition, const dim::vector3df &VertexNormal) | |
~SVertexKeyframe () | |
Public Attributes | |
dim::vector3df | Position |
dim::vector3df | Normal |
Stores the keyframe coordinate and normal for a vertex.
sp::scene::SVertexKeyframe::SVertexKeyframe | ( | ) | [inline] |
sp::scene::SVertexKeyframe::SVertexKeyframe | ( | const dim::vector3df & | VertexPosition, | |
const dim::vector3df & | VertexNormal | |||
) | [inline] |
sp::scene::SVertexKeyframe::~SVertexKeyframe | ( | ) | [inline] |