|
@@ -40,11 +40,11 @@ namespace physics
|
|
|
|
|
|
StringMap<Joint::Type, Joint::JOINT_MAX_ENUM>::Entry Joint::typeEntries[] =
|
|
StringMap<Joint::Type, Joint::JOINT_MAX_ENUM>::Entry Joint::typeEntries[] =
|
|
{
|
|
{
|
|
- {"circle", Joint::JOINT_DISTANCE},
|
|
|
|
- {"revolute", Joint::JOINT_REVOLUTE},
|
|
|
|
- {"prismatic", Joint::JOINT_PRISMATIC},
|
|
|
|
- {"mouse", Joint::JOINT_MOUSE},
|
|
|
|
- {"pulley", Joint::JOINT_PULLEY},
|
|
|
|
|
|
+ {"distance", Joint::JOINT_DISTANCE},
|
|
|
|
+ {"revolute", Joint::JOINT_REVOLUTE},
|
|
|
|
+ {"prismatic", Joint::JOINT_PRISMATIC},
|
|
|
|
+ {"mouse", Joint::JOINT_MOUSE},
|
|
|
|
+ {"pulley", Joint::JOINT_PULLEY},
|
|
{"gear", Joint::JOINT_GEAR},
|
|
{"gear", Joint::JOINT_GEAR},
|
|
};
|
|
};
|
|
|
|
|