SO3Engine
|
SO3VertexAnimation.cpp
Go to the documentation of this file.
41SVertexAnimation::SVertexAnimation(SScene* scene, const std::string& animationName, SEntity* entity, const unsigned short& id) : SAnim(scene, animationName, entity, id, SAnim::SO3_VERTEX_ANIM)
47 for (Ogre::Animation::VertexTrackList::iterator it = ogreVertexTracks.begin(); it != ogreVertexTracks.end(); it++)
50 std::string animationTrackName = animationName+".vertexTrack_"+boost::lexical_cast<std::string>(ogreVertexTrack->getHandle());
51 SAnimTrack* animationTrack = new SVertexAnimationTrack(animationTrackName, this, ogreVertexTrack->getHandle());
Definition SO3Anim.h:42
void AddAnimationTrack(SAnimTrack *existingAnimationTrack)
Definition SO3Anim.cpp:187
Definition SO3AnimTrack.h:42
Definition SO3Entity.h:43
Definition SO3Scene.h:125
virtual Ogre::AnimationState * _GetOgreAnimationState()
Definition SO3VertexAnimation.cpp:65
Definition SO3DataScol.h:38
Generated by 1.9.8