serialize btGeneric6DofSpringConstraint

serialize btSoftBody::Joint
See also Issue 456
This commit is contained in:
erwin.coumans
2010-12-16 02:35:44 +00:00
parent b52eced793
commit dd7ee6919e
12 changed files with 617 additions and 359 deletions

View File

@@ -470,7 +470,7 @@ public:
struct Joint
{
struct eType { enum _ {
Linear,
Linear=0,
Angular,
Contact
};};