(de)serialization of softbody joints working now. Resolving Issue 456.
This commit is contained in:
@@ -303,9 +303,9 @@ public:
|
||||
};
|
||||
/* Cluster */
|
||||
struct Cluster
|
||||
{
|
||||
btAlignedObjectArray<Node*> m_nodes;
|
||||
{
|
||||
tScalarArray m_masses;
|
||||
btAlignedObjectArray<Node*> m_nodes;
|
||||
tVector3Array m_framerefs;
|
||||
btTransform m_framexform;
|
||||
btScalar m_idmass;
|
||||
|
||||
Reference in New Issue
Block a user