AssetStudio/AssetStudioFBXNative/asfbx_morph_context.cpp

10 lines
169 B
C++

#include "asfbx_morph_context.h"
AsFbxMorphContext::AsFbxMorphContext()
{
pMesh = nullptr;
lBlendShape = nullptr;
lBlendShapeChannel = nullptr;
lShape = nullptr;
}