hi everyone,I want to get x and y from ground when I click and where I click to do click to move.
I tried this but it not working to me:
P.S scene.meshes[1] is a ground
var pickInfo = scene.meshes[1].pick(ev.clientX,ev.clientY);
error: Object doesn't support property or method 'pick'