![]() |
collision before touching surface - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html) +--- Thread: collision before touching surface (/thread-3819.html) |
collision before touching surface - Fabrice - 08-16-2023 Hi trying to make snow flakes falling on the surface of an object. I use a collision operator and a bind operator afterward. I set absolute radius of the collision to 0.0, no bounce, no friction... Problem is : some flakes stop a few cm before touching the surface of the collision object. Even with TimeStep set to 1/32 frame. What am I missing please? (Tyflow 1.14) RE: collision before touching surface - tyFlow - 08-16-2023 Can't distill much from a description alone. Please post (or send) the scene file. RE: collision before touching surface - Fabrice - 08-18-2023 (08-16-2023, 05:48 PM)tyFlow Wrote: Can't distill much from a description alone. Please post (or send) the scene file.You're right ![]() But I found out : the shape was a group of 4 differents flakes and I guess the group's pivot was used instead of each group's member local pivot wich was generating a visual offset. I now use the 4 flakes separatly as 4 shapes REF and it works fine! RE: collision before touching surface - tyFlow - 08-18-2023 That would do it! ![]() |