You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice the description says it can be for self-intersections, but if it can deal with more than one mesh. If not, do you have some ideas to solve it? Thanks~
The text was updated successfully, but these errors were encountered:
xiaobaozi1996
changed the title
Can it be use as collision detection tool for two meshes?
Can it be use as collision detection tool for different meshes?
Aug 24, 2019
"The module can be used also for inter-penetrations of different meshes - for this the easiest and naive approach (without additional bookkeeping) is to fuse all meshes in a single mesh and treat inter-penetrations as self-penetrations."
In case you need to do this without fusing all meshes in a single one, you will need to modify the code on your own. You will need to do some additional book-keeping to identify to which mesh each colliding triangle belongs to. We are afraid that at the moment, due to time constraints, we do not plan to add or support this feature.
"You will need to do some additional book-keeping to identify to which mesh each colliding triangle belongs to. ", Is this means to just correct the mesh contains the colliding triangle? I'm not very familiar with the collision. But I think this module is very useful to deal with inter-penetrations of different meshes.Could you please give me more detail advice about it? Thanks~ @dimtziwnas
I notice the description says it can be for self-intersections, but if it can deal with more than one mesh. If not, do you have some ideas to solve it? Thanks~
The text was updated successfully, but these errors were encountered: