Public Member Functions | Public Attributes

sp::scene::SMorphTargetVertex Struct Reference

#include <spAnimationBaseStructures.hpp>

List of all members.

Public Member Functions

 SMorphTargetVertex ()
 SMorphTargetVertex (video::MeshBuffer *MeshSurface, u32 VertexIndex, const std::vector< SVertexKeyframe > &VertexKeyframes)
 ~SMorphTargetVertex ()

Public Attributes

video::MeshBufferSurface
 Mesh buffer object.
u32 Index
 Vertex index.
std::vector< SVertexKeyframeKeyframes

Detailed Description

Describes how a vertex will be influenced by a morph-target animation.

See also:
MorphTargetAnimation

Constructor & Destructor Documentation

sp::scene::SMorphTargetVertex::SMorphTargetVertex (  )  [inline]
sp::scene::SMorphTargetVertex::SMorphTargetVertex ( video::MeshBuffer MeshSurface,
u32  VertexIndex,
const std::vector< SVertexKeyframe > &  VertexKeyframes 
) [inline]
sp::scene::SMorphTargetVertex::~SMorphTargetVertex (  )  [inline]

Member Data Documentation

Vertex index.

Mesh buffer object.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines