Added many Joints. Parse asmt file.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "EndFramec.h"
|
||||
#include "MarkerFrame.h"
|
||||
#include "EndFrameqc.h"
|
||||
#include "CREATE.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
@@ -80,3 +82,10 @@ FMatDsptr EndFramec::aBOp()
|
||||
{
|
||||
return FMatDsptr();
|
||||
}
|
||||
|
||||
std::shared_ptr<EndFrameqc> MbD::EndFramec::newCopyEndFrameqc()
|
||||
{
|
||||
auto frmIeqc = CREATE<EndFrameqc>::With();
|
||||
markerFrame->addEndFrame(frmIeqc);
|
||||
return frmIeqc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user