Fsquad Posted November 30, 2014 Share Posted November 30, 2014 Is there a way to get the intersection of two objects intersecting eachother as a mesh? I've had a look at the api but I don't seem to find anything like it. Thx! Quote Link to comment Share on other sites More sharing options...
Temechon Posted December 1, 2014 Share Posted December 1, 2014 Hi, There is no callback events, but you can check if two meshes are intersecting each other with this : if (balloon1.intersectsMesh(plan1, false)){...}All the answers are here : https://github.com/BabylonJS/Babylon.js/wiki/10-Object-collisions 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.