Cloth sim in Havok

Hello,

I’d love to be able to do very basic cloth simulation in Havok.
Any plans for that on the Roadmap? Don’t see it on the 7.0 Roadmap, but would love to see it!

Thanks!

1 Like

Hi @HowdyLuda

There is no plan to do soft body simulation for now. Depending on requests we may change the roadmap.At the moment we have more requests on car sim and player controler.

2 Likes

You can do it manually with rigidbodies placed on each vertex, and DistanceConstraints to link them. Havok is really performant and you will get a smooth framerate as long as you dont use too many nodes.

Check that out :
https://softbody-demo.dot-sine.com/

8 Likes

It would be nice if you could make that into a playground!

2 Likes

Looks nice! is there a PG demo laying around?

Currently on holidays, but I’ll set up a PG for you guys once I’m back

3 Likes

Here you go : https://playground.babylonjs.com/#19II2Y#7

I added spheres to visualize where physics bodies are located, but they are not needed

3 Likes

This is so cool!!

1 Like

Awesome! Thanks!