Files
YarikStudio/AssetStudioFBXNative/asfbx_morph_context.cpp
2022-09-27 17:40:31 +04:00

10 lines
169 B
C++

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