Dieterich Posted November 27, 2018 Share Posted November 27, 2018 Hi best forum ever made int the universe!! I want select internal mesh, I define external object with alpha and I see the object internal, but dont can be selected...how select internal object? Can be simple attribute to define, but I did not find anything.. Init example: https://playground.babylonjs.com/#TC2K69#7 Quote Link to comment Share on other sites More sharing options...
Sebavan Posted November 27, 2018 Share Posted November 27, 2018 You need to rely on multipick in this case: https://playground.babylonjs.com/#TC2K69#8 Dieterich 1 Quote Link to comment Share on other sites More sharing options...
Dieterich Posted November 27, 2018 Author Share Posted November 27, 2018 Hi @Sebavan very interesting this 'multipick'. But I want select only internal mesh. Two things I maked: I solved using isPickable = false to the box And the sphere I forgot to set material https://playground.babylonjs.com/#TC2K69#9 Thanks for help!!! Quote Link to comment Share on other sites More sharing options...
Sebavan Posted November 27, 2018 Share Posted November 27, 2018 No problem, I thought you wanted to select both ? If only internal it is much easier and isPickable = false on the box is the way to go. Dieterich 1 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.