41SVertexAnimation::SVertexAnimation(
SScene* scene,
const std::string& animationName,
SEntity* entity,
const unsigned short&
id) :
SAnim(scene, animationName, entity, id,
SAnim::SO3_VERTEX_ANIM)
46 Ogre::Animation::VertexTrackList ogreVertexTracks =
ogreAnimation->_getVertexTrackList();
47 for (Ogre::Animation::VertexTrackList::iterator it = ogreVertexTracks.begin(); it != ogreVertexTracks.end(); it++)
49 Ogre::VertexAnimationTrack* ogreVertexTrack = it->second;
50 std::string animationTrackName = animationName+
".vertexTrack_"+boost::lexical_cast<std::string>(ogreVertexTrack->getHandle());
56SVertexAnimation::SVertexAnimation() :
SAnim(0,
"", 0, 0, SO3_UNKNOWN_ANIM)