Hello Everyone
is it possible to select and show the coordinate of meshes with click or hover the mouse?
Hello Everyone
is it possible to select and show the coordinate of meshes with click or hover the mouse?
Hi,
here is an example of showing meshes coordinates on mouse click :
https://www.babylonjs-playground.com/#PJQ3XU
For more information, you can look at :
https://doc.babylonjs.com/how_to/gui
https://doc.babylonjs.com/babylon101/picking_collisions
Is this what you’re looking for ?
tnx a lot.