Given two rigid body objects obj1 and obj2, I want to ask for a python function that takes two arguments obj1 and obj2 and returns true if the objects obj1 and obj2 intersect or touch each other or false otherwise.
Asked
Active
Viewed 308 times
1
-
there is similar question here, also the 3d printing toolbox in blender has this function – Chebhou Apr 02 '15 at 18:11
-
But I want the function to return true also if they only touch. – padr Apr 02 '15 at 18:16
-
here is the question if it doesn't answer your question comment back – Chebhou Apr 02 '15 at 21:39
-
Thanks, it would probably also work for me, but I have figured out another, not that complex solution. – padr Apr 03 '15 at 07:41
-
it would really be helpful if you share your solution as an answer in here – Chebhou Apr 03 '15 at 13:21