Art Vandelay Posted March 21, 2018 Share Posted March 21, 2018 Hi Everyone, When using multipick is there a specific order in which the meshes are returned in the array? Because according to this playground it doesn't seem like it: https://playground.babylonjs.com/#166ZLU I tried putting different meshes behind each other and I can't find any logic in the order. For example if I put the purple donut in front, then the green cube and then the blue cube in the back and choose them so that the ray hits all of them, the green cube (which is in the middle) is the one that is chosen. Is this a bug? Is it supposed to work this way? Thanks! Quote Link to comment Share on other sites More sharing options...
Guest Posted March 21, 2018 Share Posted March 21, 2018 It is supposed to work this way. You are then free to sort them by distance The scene will just go through scene.meshes array (so in order of creation) Wingnut 1 Quote Link to comment Share on other sites More sharing options...
Art Vandelay Posted March 22, 2018 Author Share Posted March 22, 2018 Got it. Thanks 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.