Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join 2 softbodies #357

Open
techcoder-04 opened this issue Feb 8, 2021 · 2 comments
Open

Join 2 softbodies #357

techcoder-04 opened this issue Feb 8, 2021 · 2 comments

Comments

@techcoder-04
Copy link

I found the appendAnchor method to connect a softbody and a rigidbody
Is there any way to connect 2 seperate softbodies along their edges

In bullet forum I found there is one such method called appendLink

The bullet forum link : https://pybullet.org/Bullet/phpBB3/viewtopic.php?f=9&t=6145&p=21456&hilit=appendLink#p21456

But how can I use this in ammo.js
[ How to get nodes of both the softbodies and link them ]
Is there any snippet available for my problem

Any small suggestion would be a great help

@vsi-pranavgore
Copy link

Hello @techcoder-04
Did you find any way to do this?
I recently came across this problem.
Tried using appendLink() on the first soft body to attach it to the second soft body. But nothing happened.
@kripken Can you please provide some solution on this?

@suddenly4
Copy link

suddenly4 commented Dec 18, 2024

As an option can make the adapter as a rigid body, and volumeSoftBody.appendAnchor between them or some joints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants