11#ifndef CAL_COREMORPHANIMATION_H
12#define CAL_COREMOPRHANIMATION_H
14#include "cal3d/global.h"
16class CAL3D_API CalCoreMorphAnimation
19 CalCoreMorphAnimation() { }
20 ~CalCoreMorphAnimation() { }
27 std::vector<int> m_vectorCoreMeshID;
28 std::vector<int> m_vectorMorphTargetID;
std::vector< int > & getVectorCoreMeshID()
Returns the core mesh ID list.
Definition coremorphanimation.cpp:50
std::vector< int > & getVectorMorphTargetID()
Returns the morph target ID list.
Definition coremorphanimation.cpp:64
bool addMorphTarget(int coreMeshID, int morphTargetID)
Adds a core mesh ID and a morph target ID of that core mesh.
Definition coremorphanimation.cpp:32