lclankyo Posted September 26, 2019 Share Posted September 26, 2019 Suppose I have 2 boxes where box1 sits on top of box2. I'm doing: box1.intersectsMesh(box2), which returns true because touch at the very edge. However, I only want to check cases where they intersect without including edge scenarios. I was trying to read through the documentations, but couldn't find anything. I did see a function called "intersectsPoint", but that can make my code messy because I would have to check many points. Is a better way? I don't want to make the boxes smaller. Thanks for your help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.