I was able to implement single picking but now I want to pick several objects in the scene with right pointer drag from the selection of meshes in scene.
https://playground.babylonjs.com/#I3CU02#3
Can you please help me achieve this?
I was able to implement single picking but now I want to pick several objects in the scene with right pointer drag from the selection of meshes in scene.
https://playground.babylonjs.com/#I3CU02#3
Can you please help me achieve this?
Do you mean a selection with drawing a rectangle over objects?
Selection | Babylon.js Playground (babylonjs-playground.com)
Another example with HTML div element - https://playground.babylonjs.com/#2SA7J8#7
Yes. Thank you so much