tyFlow Forum
Pizza's won't collide :p (slim softbody) - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html)
+--- Thread: Pizza's won't collide :p (slim softbody) (/thread-854.html)



Pizza's won't collide :p (slim softbody) - GilG - 07-02-2019

I don't seem to be able to have collision with a "slim" softbody.


I tried to max the Time step to 1/32 and update the Particle Bind Solver Steps to 100.
The added precision didn't change the result.

I also tried the samples scenes "tyFlow_softBodies_001" and "tyFlow_clothSelfCollisions_001" and was able to see that it should work.
The difference (I think) here is that the mesh is slimmer of what I tested otherwise.


I made a scene here 
https://files.cynaptek.com/001_Pizza_Roll_004.zip

I read a lot of the doc but didn't find anything that could help me.
I also tried to explore the Spawn element to add Voxels inside I didn't notice a change for the collision.
I hope someone could help me go to the right direction.


Thanks !


RE: Pizza's won't collide :p (slim softbody) - tyFlow - 07-04-2019

Hi GilG,

Collisions aren't working because in your Particle Physics operator you've filtered collisions to only process particles in sim group 1, but you haven't assigned sim group 1 to any particles in the flow...so there is nothing to collide Smile


RE: Pizza's won't collide :p (slim softbody) - GilG - 07-04-2019

Well, thanks for the info Smile

We have to start somewhere :p