As shown in the PG https://playground.babylonjs.com/#TC2K69#4
How to show the select mesh in different color instead of bounding box in babylonjs. i.e In the Scene Explorer: Scene>> Nodes>>box-1, after select the bounding box, instead of the boxing the selected mesh, Can we select the mesh with different color?
In the below attached image, On click of “Red” box, the mesh is selected with bounding box. We need, change in color of the mesh(i.e pickInfo.pickedMesh.material.diffuseColor = BABYLON.Color3.Green()), instead of bounding box.We no need to show the bounding box.