Is it possible create a 2D rectangle and select the meshes inside that rectangle like this one?
BoxSelection
Adding @msDestiny14 for guidance on this one!
1 Like
Here’s a second demo using javascript
https://www.babylonjs-playground.com/#Q5KMXP#5
One thing to note is that this will continue to add to the current selected meshes each time you do a group selection. If you want to change that behavior all you will have to do is clear the selected meshes list every mouth click.
3 Likes
Thanks a lot.
It was very useful