예제 #1
0
Skeleton3D::~Skeleton3D()
{
    removeAllBones();
}
예제 #2
0
MeshSkin::~MeshSkin()
{
    removeAllBones();
    CC_SAFE_RELEASE(_skeleton);
}