one softbody to another (like linking 2 ropes together)
so I implemented a link using the appendLink(node *,node *)
each node * pointing to a node in a different softBody,
it looks like it's working fine, am just wondering
if there is a solver limitation somewhere or if it's going
to come back and bite me when I don't want it ?

Also when creating the link am creating one link each way A->B and B->A
in order to get a link in the m_link of each softBody.
Has anyone played with that or know any problems with this ?
Cheers
F