SO3Engine
|
SO3PoseAnimation.cpp
Go to the documentation of this file.
41SPoseAnimation::SPoseAnimation(SScene* scene, const std::string& animationName, SEntity* entity, const unsigned short& id, const unsigned short& poseHandle) : SAnim(scene, animationName, entity, id, SAnim::SO3_POSE_ANIM)
49 for (Ogre::Animation::VertexTrackList::iterator it = ogreVertexTracks.begin(); it != ogreVertexTracks.end(); it++)
52 std::string animationTrackName = animationName+".poseTrack_"+boost::lexical_cast<std::string>(ogreVertexTrack->getHandle());
53 SAnimTrack* animationTrack = new SPoseAnimationTrack(animationTrackName, this, ogreVertexTrack->getHandle());
Definition SO3Anim.h:42
void AddAnimationTrack(SAnimTrack *existingAnimationTrack)
Definition SO3Anim.cpp:187
Definition SO3AnimTrack.h:42
Definition SO3Entity.h:43
virtual Ogre::AnimationState * _GetOgreAnimationState()
Definition SO3PoseAnimation.cpp:67
virtual void SetWeight(const float &weight)
Definition SO3PoseAnimation.cpp:72
Definition SO3Scene.h:125
Definition SO3DataScol.h:38
Generated by 1.9.8