Hey tyson,
This issue is very limited to the ver 1.1 and above
there was never any problem or issue in ver1.029, everything is working absolutely perfect. Even if particles had zero velocity, physx collision with mesh hull was working beautifully
I have personally checked both ver 1.029 and the latest ver 1.102, I also asked fellow artist - mohammed hejair and walid al zayani and they are also getting the same result what I am getting. So i guess there is some kind of bug
This is not limited to physx collision mesh alone, even if I birth any animated geometry(just a normal animation in x axis), physx shape mesh will also not work on any particle,
Please look into the issue
Thank you
Nayan Bodawala
Hey tyson,
This issue is very limited to the ver 1.1 and above
there was never any problem or issue in ver1.029, everything is working absolutely perfect. Even if particles had zero velocity, physx collision with mesh hull was working beautifully
I have personally checked both ver 1.029 and the latest ver 1.102, I also asked fellow artist - mohammed hejair and walid al zayani and they are also getting the same result what I am getting. So i guess there is some kind of bug
This is not limited to physx collision mesh alone, even if I birth any animated geometry(just a normal animation in x axis), physx shape mesh will also not work on any particle,
Please look into the issue
Thank you
Nayan Bodawala
This issue is very limited to the ver 1.1 and above
there was never any problem or issue in ver1.029, everything is working absolutely perfect. Even if particles had zero velocity, physx collision with mesh hull was working beautifully
I have personally checked both ver 1.029 and the latest ver 1.102, I also asked fellow artist - mohammed hejair and walid al zayani and they are also getting the same result what I am getting. So i guess there is some kind of bug
This is not limited to physx collision mesh alone, even if I birth any animated geometry(just a normal animation in x axis), physx shape mesh will also not work on any particle,
Please look into the issue
Thank you
Nayan Bodawala
(02-06-2024, 12:31 AM)tyFlow Wrote: Yes, that's a limitation of the current PhysX implementation in tyFlow...if a collider (in mesh mode) is animated, there is no interpolation happening between frames...the mesh is simply cleared, and then re-added in its new position...so the "movement" of faces is not really movement at all, PhysX colliders (in mesh mode) are just per-frame snapshots, so if you see them moving "through" particles, it's because they're appearing on one side on one frame, then appearing on the other in the next frame...hence why no collision is triggered if the particles themselves are not moving. The same is not true for the other collision modes...they can trigger collisions even for stationary particles.
PhysX has some built-in methods to do interpolation in mesh mode (I haven't tested them, but I imagine they overcome this problem)...however, it's not as simple as implementing that directly...tyFlow allows users to input meshes with changing topology as a PhysX collider, or meshes with unchanging face counts, but face re-ordering, etc...these would all cause big problems for any mesh collider interpolation, require extra tracking, etc. Perhaps I could simply add a checkbox to enable/disable the interpolation function, in case of these other situations where it wouldn't work properly....I will add that to the todo list as something to explore.
Hey tyson,
This issue is very limited to the ver 1.1 and above
there was never any problem or issue in ver1.029, everything is working absolutely perfect. Even if particles had zero velocity, physx collision with mesh hull was working beautifully
I have personally checked both ver 1.029 and the latest ver 1.102, I also asked fellow artist - mohammed hejair and walid al zayani and they are also getting the same result what I am getting. So i guess there is some kind of bug
This is not limited to physx collision mesh alone, even if I birth any animated geometry(just a normal animation in x axis), physx shape mesh will also not work on any particle,
Please look into the issue
Thank you
Nayan Bodawala