Added many Joints. Parse asmt file.
This commit is contained in:
11
MbDCode/CompoundJoint.cpp
Normal file
11
MbDCode/CompoundJoint.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "CompoundJoint.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
MbD::CompoundJoint::CompoundJoint()
|
||||
{
|
||||
}
|
||||
|
||||
MbD::CompoundJoint::CompoundJoint(const char* str) : Joint(str)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user