How can we read coordinates(x,y,z) on Babylon.js screen by Mouse click on 3D view

Hi all,
I want suggestions regards finding position of object and how to read coordinates (x,y,z) of mouse click on babylon.js screen 3D view

Here is the thread which may be helpful - Show mouse x,y Coordinators

2 Likes

hey the fast way is use scene.Pick

3 Likes

Hi Nasimiasl, Thanks you so for your suggestion. Its working excellent