- [Core] Project restructure
This commit is contained in:
9
AssetStudio.FBXNative/asfbx_morph_context.cpp
Normal file
9
AssetStudio.FBXNative/asfbx_morph_context.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "asfbx_morph_context.h"
|
||||
|
||||
AsFbxMorphContext::AsFbxMorphContext()
|
||||
{
|
||||
pMesh = nullptr;
|
||||
lBlendShape = nullptr;
|
||||
lBlendShapeChannel = nullptr;
|
||||
lShape = nullptr;
|
||||
}
|
||||
Reference in New Issue
Block a user